Search Results for

    Show / Hide Table of Contents

    Class PreValueMigratorCollection

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

    Constructors

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

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

    Methods

    GetMigrator(String)

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