Show / Hide Table of Contents

Interface ITypeMigration

Migration may implement the interface if it supports type migration (i.e. when type renamed).

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

Methods

MigrateType(String)

Migrates typeName and returns new type name.

Declaration
string MigrateType(string typeName)
Parameters
Type Name Description
System.String typeName
Returns
Type Description
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
☀
☾