The ReceivedActionCommand<(Of <(<'TAction, TReceiver, TEvent>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ReceivedActionCommand<(Of <(<'TAction, TReceiver, TEvent>)>)> | Initializes a new instance of the ReceivedActionCommand<(Of <(<'TAction, TReceiver, TEvent>)>)> class |
Methods
Name | Description | |
---|---|---|
![]() | CompareTo | (Inherited from CommandBase.) |
![]() | CreateParseList | |
![]() | Equals | (Inherited from Object.) |
![]() | Execute | (Overrides CommandBase..::..Execute(Living, String, String, MatchCollection).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Run | |
![]() | 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 | |
---|---|---|
![]() | CantMessage | |
![]() | Help |
A quick help message, displayed by the syntax command.
(Inherited from CommandBase.) |
![]() | 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.) |
![]() | ReceiverCardinality | |
![]() | ReceiverLocation | |
![]() | ReceiverNoun | |
![]() | ReceiverSource | |
![]() | 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 | |
![]() | TargetLocation | |
![]() | Verb |