Class ListDbCommand
Lists Aras database information in local arasdb.json file
Inheritance
System.Object
ManyConsole.Internal.ConsoleUtil
ManyConsole.ConsoleCommand
ListDbCommand
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 ListDbCommand : ConsoleCommand
Constructors
ListDbCommand()
Declaration
public ListDbCommand()
Properties
ShortFormat
Declaration
public bool ShortFormat { 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[])