The ReceivedActionCommand<(Of <(<'TAction, TReceiver, TEvent>)>)> type exposes the following members.

Constructors

Methods

  NameDescription
Public methodCompareTo (Inherited from CommandBase.)
Protected methodCreateParseList
Public methodEquals (Inherited from Object.)
Public methodExecute (Overrides CommandBase..::..Execute(Living, String, String, MatchCollection).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRun
Public methodToString (Inherited from Object.)

Fields

  NameDescription
Protected field_help (Inherited from CommandBase.)
Protected field_keywords (Inherited from CommandBase.)
Protected field_priority (Inherited from CommandBase.)
Protected field_regex (Inherited from CommandBase.)
Protected field_shortcuts (Inherited from CommandBase.)
Protected field_syntax (Inherited from CommandBase.)

Properties

  NameDescription
Public propertyCantMessage
Public propertyHelp
A quick help message, displayed by the syntax command.
(Inherited from CommandBase.)
Public propertyKeywords
The array of keywords for this command.
(Inherited from CommandBase.)
Public propertyMatchExpression
The Regex that arguments are required to match for this command to be executed.
(Inherited from CommandBase.)
Public propertyPriority
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.)
Public propertyReceiverCardinality
Public propertyReceiverLocation
Public propertyReceiverNoun
Public propertyReceiverSource
Public propertyShortcuts
An array of shortcut characters for this command... ' for say, ; for emote, @ for tell, etc.
(Inherited from CommandBase.)
Public propertySyntax
The syntax help for a command.
(Inherited from CommandBase.)
Public propertyTargetCardinality
Public propertyTargetLocation
Public propertyVerb

See Also