View Source
  Class CreateTableOfDtoBuilder
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public class CreateTableOfDtoBuilder : IExecutableBuilder
   
  Constructors
  
  
    View Source
  
  CreateTableOfDtoBuilder(IMigrationContext, DatabaseType[])
  
  
  Declaration
  
    public CreateTableOfDtoBuilder(IMigrationContext context, params DatabaseType[] supportedDatabaseTypes)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | IMigrationContext | 
        context | 
         | 
      
      
        | DatabaseType[] | 
        supportedDatabaseTypes | 
         | 
      
    
  
  Properties
  
  
    View Source
  
  TypeOfDto
  
  
  Declaration
  
    public Type? TypeOfDto { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<Type> | 
         | 
      
    
  
  
    View Source
  
  WithoutKeysAndIndexes
  
  
  Declaration
  
    public bool WithoutKeysAndIndexes { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Methods
  
  
    View Source
  
  Do()
  
  
  Declaration