C# Class AdvancedLauncher.SDK.Management.Commands.AbstractCommand

Base ICommand implementation
Inheritance: CrossDomainObject, ICommand
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher

Méthodes publiques

Méthode Description
AbstractCommand ( string commandName, string commandDescription ) : System.Collections.Generic

Main constructor

DoCommand ( string args ) : bool

The command action

GetDescription ( ) : string

Command description

GetName ( ) : string

Command name to execute

Méthodes protégées

Méthode Description
PrintTable ( List ColumnNames ) : List

Prints data in table view.

Method Details

AbstractCommand() public méthode

Main constructor
public AbstractCommand ( string commandName, string commandDescription ) : System.Collections.Generic
commandName string Command name to execute. See
commandDescription string Command description for help. See
Résultat System.Collections.Generic

DoCommand() public abstract méthode

The command action
public abstract DoCommand ( string args ) : bool
args string Input arguments
Résultat bool

GetDescription() public méthode

Command description
public GetDescription ( ) : string
Résultat string

GetName() public méthode

Command name to execute
public GetName ( ) : string
Résultat string

PrintTable() protected méthode

Prints data in table view.
protected PrintTable ( List ColumnNames ) : List
ColumnNames List List of column headers
Résultat List