Search Results for

    Show / Hide Table of Contents
    View Source

    Class PreValueMigratorCollection

    Inheritance
    System.Object
    BuilderCollectionBase<IPreValueMigrator>
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_8_0_0.DataTypes
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class PreValueMigratorCollection : BuilderCollectionBase<IPreValueMigrator>, IBuilderCollection<IPreValueMigrator>

    Constructors

    View Source

    PreValueMigratorCollection(Func<IEnumerable<IPreValueMigrator>>, ILogger<PreValueMigratorCollection>)

    Declaration
    public PreValueMigratorCollection(Func<IEnumerable<IPreValueMigrator>> items, ILogger<PreValueMigratorCollection> logger)
    Parameters
    Type Name Description
    Func<IEnumerable<IPreValueMigrator>> items
    ILogger<PreValueMigratorCollection> logger

    Methods

    View Source

    GetMigrator(String)

    Declaration
    public IPreValueMigrator GetMigrator(string editorAlias)
    Parameters
    Type Name Description
    System.String editorAlias
    Returns
    Type Description
    IPreValueMigrator
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • PreValueMigratorCollection(Func<IEnumerable<IPreValueMigrator>>, ILogger<PreValueMigratorCollection>)
    • Methods
      • GetMigrator(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX