View Source
Class DataTypeMigration
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class DataTypeMigration : MigrationBase, IDiscoverable
Constructors
View Source
DataTypeMigration(IMigrationContext, PreValueMigratorCollection, PropertyEditorCollection, ILogger<DataTypeMigration>, IConfigurationEditorJsonSerializer)
Declaration
public DataTypeMigration(IMigrationContext context, PreValueMigratorCollection preValueMigrators, PropertyEditorCollection propertyEditors, ILogger<DataTypeMigration> logger, IConfigurationEditorJsonSerializer configurationEditorJsonSerializer)
Parameters
Methods
View Source
Migrate()
Declaration
protected override void Migrate()