Search Results for

    Show / Hide Table of Contents
    View Source

    Class DropDownPropertyEditorsMigration

    Inheritance
    System.Object
    MigrationBase
    PropertyEditorsMigrationBase
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_8_0_0
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class DropDownPropertyEditorsMigration : PropertyEditorsMigrationBase, IDiscoverable

    Constructors

    View Source

    DropDownPropertyEditorsMigration(IMigrationContext, IIOHelper, IConfigurationEditorJsonSerializer)

    Declaration
    public DropDownPropertyEditorsMigration(IMigrationContext context, IIOHelper ioHelper, IConfigurationEditorJsonSerializer configurationEditorJsonSerializer)
    Parameters
    Type Name Description
    IMigrationContext context
    IIOHelper ioHelper
    IConfigurationEditorJsonSerializer configurationEditorJsonSerializer
    View Source

    DropDownPropertyEditorsMigration(IMigrationContext, IIOHelper, IConfigurationEditorJsonSerializer, IEditorConfigurationParser)

    Declaration
    public DropDownPropertyEditorsMigration(IMigrationContext context, IIOHelper ioHelper, IConfigurationEditorJsonSerializer configurationEditorJsonSerializer, IEditorConfigurationParser editorConfigurationParser)
    Parameters
    Type Name Description
    IMigrationContext context
    IIOHelper ioHelper
    IConfigurationEditorJsonSerializer configurationEditorJsonSerializer
    IEditorConfigurationParser editorConfigurationParser

    Methods

    View Source

    Migrate()

    Declaration
    protected override void Migrate()
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DropDownPropertyEditorsMigration(IMigrationContext, IIOHelper, IConfigurationEditorJsonSerializer)
      • DropDownPropertyEditorsMigration(IMigrationContext, IIOHelper, IConfigurationEditorJsonSerializer, IEditorConfigurationParser)
    • Methods
      • Migrate()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX