IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
A reference of command usage, contains ID of the interpreter where a command is registered, and command name under which command is registered on that interpreter. Objects of this class are immutable. More...
Public Member Functions | |
CommandUseReference (int interpreterId, string commandName) | |
Creates a new command reference. More... | |
Properties | |
int | InterpreterId [get] |
Gets ID of the interpreter where the command is registered. More... | |
string | CommandName [get] |
Gets the command name under which command is registered in a specific interpreter. More... | |
Private Member Functions | |
CommandUseReference () | |
int IComparable < CommandUseReference >. | CompareTo (CommandUseReference other) |
Private Attributes | |
int | _interpreterId |
string | _commandName |
A reference of command usage, contains ID of the interpreter where a command is registered, and command name under which command is registered on that interpreter. Objects of this class are immutable.
|
inlineprivate |
|
inline |
Creates a new command reference.
interpreterId | |
commandName |
|
inlineprivate |
|
private |
|
private |
|
get |
Gets ID of the interpreter where the command is registered.
Referenced by IG.Lib.CommandUseReference.CompareTo().
|
get |
Gets the command name under which command is registered in a specific interpreter.
Referenced by IG.Lib.CommandUseReference.CompareTo().