Show / Hide Table of Contents

Interface IPostLoadMigration

Migration which performs some actions OnPostLoad(). Call to OnPostLoad() adds to PostLoadMethods if migration version higher than save version.

Namespace: Eco.Core.Serialization.Migrations
Assembly: Eco.Core.dll
Syntax
public interface IPostLoadMigration

Methods

OnPostLoad()

Callback for post-load migration actions.

Declaration
void OnPostLoad()

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾