C# Класс AdvancedLauncher.SDK.Management.Commands.AbstractCommand

Base ICommand implementation
Наследование: CrossDomainObject, ICommand
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
PrintTable ( List ColumnNames ) : List

Prints data in table view.

Описание методов

AbstractCommand() публичный Метод

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
Результат System.Collections.Generic

DoCommand() публичный абстрактный Метод

The command action
public abstract DoCommand ( string args ) : bool
args string Input arguments
Результат bool

GetDescription() публичный Метод

Command description
public GetDescription ( ) : string
Результат string

GetName() публичный Метод

Command name to execute
public GetName ( ) : string
Результат string

PrintTable() защищенный Метод

Prints data in table view.
protected PrintTable ( List ColumnNames ) : List
ColumnNames List List of column headers
Результат List