The CloseCommand type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CloseCommand |
Close command constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | CompareTo | (Inherited from CommandBase.) |
![]() | CreateParseList | (Inherited from ActionCommand<(Of <(<'TAction, TEvent>)>)>.) |
![]() | Equals | (Inherited from Object.) |
![]() | Exec | (Inherited from ActionCommand<(Of <(<'TAction, TEvent>)>)>.) |
![]() | Execute | (Inherited from ActionCommand<(Of <(<'TAction, TEvent>)>)>.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Publish | (Inherited from ActionCommand<(Of <(<'TAction, TEvent>)>)>.) |
![]() | Run(Living, Thing) | (Inherited from ActionCommand<(Of <(<'TAction, TEvent>)>)>.) |
![]() | Run(Living, IEnumerable<(Of <<'(Thing>)>>)) | (Inherited from ActionCommand<(Of <(<'TAction, TEvent>)>)>.) |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | _help | (Inherited from CommandBase.) |
![]() | _keywords | (Inherited from CommandBase.) |
![]() | _priority | (Inherited from CommandBase.) |
![]() | _regex | (Inherited from CommandBase.) |
![]() | _shortcuts | (Inherited from CommandBase.) |
![]() | _syntax | (Inherited from CommandBase.) |
Properties
Name | Description | |
---|---|---|
![]() | AllowedWhenDead | (Inherited from ActionCommand<(Of <(<'TAction, TEvent>)>)>.) |
![]() | Help |
A quick help message, displayed by the syntax command.
(Inherited from CommandBase.) |
![]() ![]() | Instance | |
![]() | Keywords |
The array of keywords for this command.
(Inherited from CommandBase.) |
![]() | MatchExpression |
The Regex that arguments are required to match for this command to be
executed.
(Inherited from CommandBase.) |
![]() | Priority |
The priority of the command. In the case of multiple matching
and correct commands, the command with the highest priority is
executed.
(Inherited from CommandBase.) |
![]() | Shortcuts |
An array of shortcut characters for this command...
' for say, ; for emote, @ for tell, etc.
(Inherited from CommandBase.) |
![]() | Syntax |
The syntax help for a command.
(Inherited from CommandBase.) |
![]() | TargetCardinality | (Inherited from ActionCommand<(Of <(<'TAction, TEvent>)>)>.) |
![]() | TargetLocation | (Inherited from ActionCommand<(Of <(<'TAction, TEvent>)>)>.) |
![]() | Verb | (Inherited from ActionCommand<(Of <(<'TAction, TEvent>)>)>.) |