Class DeployDllCommand
  
  
  
  
    Inheritance
    System.Object
    ManyConsole.Internal.ConsoleUtil
    ManyConsole.ConsoleCommand
    DeployDllCommand
   
  
    Inherited Members
    
      ManyConsole.Internal.ConsoleUtil.VerifyNumberOfArguments(System.String[], System.Nullable<System.Int32>, System.Nullable<System.Int32>)
    
   
  
  Assembly: ArasSync.dll
  Syntax
  
    [UsedImplicitly]
public class DeployDllCommand : ConsoleCommand
   
  Constructors
  
  
  
  
  DeployDllCommand()
  
  
  Declaration
  
    public DeployDllCommand()
   
  Properties
  
  
  
  
  Build
  
  
  Declaration
  
    public bool Build { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  BuildConfig
  
  
  Declaration
  
    public string BuildConfig { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  Confirm
  
  
  Declaration
  
    public bool Confirm { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  Database
  
  
  Declaration
  
    public string Database { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  Dir
  
  
  Declaration
  
    public string Dir { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  Doc
  
  
  Declaration
  
    public bool Doc { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Methods
  
  
  
  
  Run(String[])
  
  
  Declaration
  
    public override int Run(string[] remainingArguments)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String[] | 
        remainingArguments | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Overrides
  ManyConsole.ConsoleCommand.Run(System.String[])