The GetFromCommand type exposes the following members.

Constructors

  NameDescription
Public methodGetFromCommand
Initializes a new instance of the GetFromCommand class

Methods

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 (Inherited from ReceivedActionCommand<(Of <(<'TAction, TReceiver, TEvent>)>)>.)
Public propertyHelp
A quick help message, displayed by the syntax command.
(Inherited from CommandBase.)
Public propertyStatic memberInstance
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 (Inherited from ReceivedActionCommand<(Of <(<'TAction, TReceiver, TEvent>)>)>.)
Public propertyReceiverLocation (Inherited from ReceivedActionCommand<(Of <(<'TAction, TReceiver, TEvent>)>)>.)
Public propertyReceiverNoun (Inherited from ReceivedActionCommand<(Of <(<'TAction, TReceiver, TEvent>)>)>.)
Public propertyReceiverSource (Inherited from ReceivedActionCommand<(Of <(<'TAction, TReceiver, TEvent>)>)>.)
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 (Inherited from ReceivedActionCommand<(Of <(<'TAction, TReceiver, TEvent>)>)>.)
Public propertyTargetLocation (Inherited from ReceivedActionCommand<(Of <(<'TAction, TReceiver, TEvent>)>)>.)
Public propertyVerb (Inherited from ReceivedActionCommand<(Of <(<'TAction, TReceiver, TEvent>)>)>.)

See Also