Search Results for

    Show / Hide Table of Contents

    Class MigrationProcessorFactoryProvider

    Inheritance
    object
    MigrationProcessorFactoryProvider
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Processors
    Assembly: FluentMigrator.Runner.dll
    Syntax
    [Obsolete]
    public class MigrationProcessorFactoryProvider

    Constructors

    | Edit this page View Source

    MigrationProcessorFactoryProvider()

    Declaration
    [Obsolete("Ony the statically provided factories are accessed")]
    public MigrationProcessorFactoryProvider()

    Properties

    | Edit this page View Source

    ProcessorTypes

    Declaration
    public static IEnumerable<string> ProcessorTypes { get; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    RegisteredFactories

    Declaration
    public static IEnumerable<IMigrationProcessorFactory> RegisteredFactories { get; }
    Property Value
    Type Description
    IEnumerable<IMigrationProcessorFactory>

    Methods

    | Edit this page View Source

    GetFactory(string)

    Declaration
    [Obsolete("Ony the statically provided factories are accessed")]
    public virtual IMigrationProcessorFactory GetFactory(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    IMigrationProcessorFactory
    | Edit this page View Source

    ListAvailableProcessorTypes()

    Declaration
    [Obsolete]
    public string ListAvailableProcessorTypes()
    Returns
    Type Description
    string
    | Edit this page View Source

    Register(IMigrationProcessorFactory)

    Declaration
    public static void Register(IMigrationProcessorFactory factory)
    Parameters
    Type Name Description
    IMigrationProcessorFactory factory
    • Edit this page
    • View Source
    In this article
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.