Show / Hide Table of Contents

Interface IClassMigration

Base interface for all class migrations. Shouldn't be used directly, instead use IInstanceMigration or IReferenceMigration or both.

Inherited Members
IMigration.Initialize(MigrationManager)
IMigration.Migrate(MigrationContext)
Namespace: Eco.Core.Serialization.Migrations
Assembly: Eco.Core.dll
Syntax
public interface IClassMigration : IMigration

Properties

CompatibleSchemaTypes

Declaration
IEnumerable<string> CompatibleSchemaTypes { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>

Extension Methods

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