Class MigrationGeneratorFactory
  
  
  
    Inheritance
    
    MigrationGeneratorFactory
   
  
  
  Assembly: FluentMigrator.Runner.dll
  Syntax
  
    [Obsolete]
public class MigrationGeneratorFactory
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  MigrationGeneratorFactory()
  
  
  Declaration
  
    [Obsolete("Ony the statically provided generators are accessed")]
public MigrationGeneratorFactory()
   
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  RegisteredGenerators
  
  
  Declaration
  
    public static IEnumerable<IMigrationGenerator> RegisteredGenerators { get; }
   
  Property Value
  
  Methods
  
    |
    Edit this page
  
  
    View Source
  
  
  GetGenerator(string)
  
  
  Declaration
  
    [Obsolete("Ony the statically provided generators are accessed")]
public virtual IMigrationGenerator GetGenerator(string name)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | string | 
        name | 
         | 
      
    
  
  Returns
  
  
    |
    Edit this page
  
  
    View Source
  
  
  ListAvailableGeneratorTypes()
  
  
  Declaration
  
    [Obsolete("Ony the statically provided generators are accessed")]
public string ListAvailableGeneratorTypes()
   
  Returns