프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_parameters | List |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
setNameProperties ( |
||
setNameProperties ( string rawName ) : void |
public Add ( |
||
parameter | ||
리턴 |
public Add ( string name, string description ) : |
||
name | string | |
description | string | |
리턴 |
public BaseCommandHandlerParameter ( string name, string description ) : System | ||
name | string | |
description | string | |
리턴 | System |
public BaseCommandHandlerParameter ( string name, string description, CommandType type ) : System | ||
name | string | |
description | string | |
type | CommandType | |
리턴 | System |
public Insert ( string name, string description ) : |
||
name | string | |
description | string | |
리턴 |
public Rebrand ( string name, string description ) : void | ||
name | string | |
description | string | |
리턴 | void |
public Rebrand ( string name, string description, CommandType type ) : void | ||
name | string | |
description | string | |
type | CommandType | |
리턴 | void |