Class PreValueMigratorCollection
Inheritance
System.Object
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
Methods
GetMigrator(String)
Declaration
public IPreValueMigrator GetMigrator(string editorAlias)
Parameters
Type |
Name |
Description |
System.String |
editorAlias |
|
Returns