Class LoginCommand
Allows user to enter Aras credentials which are used to log in, run tests and read/write items in database
Inheritance
System.Object
ManyConsole.Internal.ConsoleUtil
ManyConsole.ConsoleCommand
LoginCommand
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 LoginCommand : ConsoleCommand
Constructors
LoginCommand()
Declaration
public LoginCommand()
Properties
Password
Declaration
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UseLoginInfo
Declaration
public bool UseLoginInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Username
Declaration
public string Username { 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[])