Search Results for

    Show / Hide Table of Contents
    View Source

    Class DataTypeMigration

    Inheritance
    System.Object
    MigrationBase
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_8_0_0
    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
    Type Name Description
    IMigrationContext context
    PreValueMigratorCollection preValueMigrators
    PropertyEditorCollection propertyEditors
    ILogger<DataTypeMigration> logger
    IConfigurationEditorJsonSerializer configurationEditorJsonSerializer

    Methods

    View Source

    Migrate()

    Declaration
    protected override void Migrate()
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DataTypeMigration(IMigrationContext, PreValueMigratorCollection, PropertyEditorCollection, ILogger<DataTypeMigration>, IConfigurationEditorJsonSerializer)
    • Methods
      • Migrate()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX