Interface ITypeMigration
Migration may implement the interface if it supports type migration (i.e. when type renamed).
Inherited Members
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 |