Search Results for

    Show / Hide Table of Contents
    View Source

    Class MigrateDataTypeConfigurations

    Inheritance
    System.Object
    MigrationBase
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_14_0_0
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class MigrateDataTypeConfigurations : MigrationBase, IDiscoverable

    Constructors

    View Source

    MigrateDataTypeConfigurations(IMigrationContext, IContentTypeService, IMediaTypeService, IMemberTypeService, IConfigurationEditorJsonSerializer, ILogger<MigrateDataTypeConfigurations>)

    Declaration
    public MigrateDataTypeConfigurations(IMigrationContext context, IContentTypeService contentTypeService, IMediaTypeService mediaTypeService, IMemberTypeService memberTypeService, IConfigurationEditorJsonSerializer configurationEditorJsonSerializer, ILogger<MigrateDataTypeConfigurations> logger)
    Parameters
    Type Name Description
    IMigrationContext context
    IContentTypeService contentTypeService
    IMediaTypeService mediaTypeService
    IMemberTypeService memberTypeService
    IConfigurationEditorJsonSerializer configurationEditorJsonSerializer
    ILogger<MigrateDataTypeConfigurations> logger

    Methods

    View Source

    Migrate()

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