Class ImportAmlCommand
Import all AML for a fature from to an Aras DB
Inheritance
System.Object
    ManyConsole.Internal.ConsoleUtil
    ManyConsole.ConsoleCommand
    ImportAmlCommand
  Inherited Members
      ManyConsole.Internal.ConsoleUtil.VerifyNumberOfArguments(System.String[], System.Nullable<System.Int32>, System.Nullable<System.Int32>)
    
  Namespace: BitAddict.Aras.ArasSync.Commands
Assembly: ArasSync.dll
Syntax
[UsedImplicitly]
public class ImportAmlCommand : ConsoleCommand
  Constructors
ImportAmlCommand()
Declaration
public ImportAmlCommand()
  Properties
AmlSyncFile
Declaration
public string AmlSyncFile { 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 | 
ManifestFile
Declaration
public string ManifestFile { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
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[])