Property | Type | Description | |
---|---|---|---|
_parameters | List |
Method | Description | |
---|---|---|
Add ( |
||
Add ( string name, string description ) : |
||
BaseCommandHandlerParameter ( string name, string description ) : System | ||
BaseCommandHandlerParameter ( string name, string description, CommandType type ) : System | ||
GetDescription ( string newline ) : string | ||
Insert ( string name, string description ) : |
||
Rebrand ( string name, string description ) : void | ||
Rebrand ( string name, string description, CommandType type ) : void |
Method | Description | |
---|---|---|
setNameProperties ( |
||
setNameProperties ( string rawName ) : void |
public Add ( |
||
parameter | ||
return |
public Add ( string name, string description ) : |
||
name | string | |
description | string | |
return |
public BaseCommandHandlerParameter ( string name, string description ) : System | ||
name | string | |
description | string | |
return | System |
public BaseCommandHandlerParameter ( string name, string description, CommandType type ) : System | ||
name | string | |
description | string | |
type | CommandType | |
return | System |
public GetDescription ( string newline ) : string | ||
newline | string | |
return | string |
public Insert ( string name, string description ) : |
||
name | string | |
description | string | |
return |
public Rebrand ( string name, string description ) : void | ||
name | string | |
description | string | |
return | void |
public Rebrand ( string name, string description, CommandType type ) : void | ||
name | string | |
description | string | |
type | CommandType | |
return | void |