CommandDialog<T>.Command Class

Definition

A single command.

[System.Serializable]
public class CommandDialog<T>.Command
[<System.Serializable>]
type CommandDialog<'T>.Command = class
Public Class CommandDialog(Of T).Command

Type Parameters

T
Inheritance
CommandDialog<T>.Command
Attributes

Constructors

Name Description
CommandDialog<T>.Command()

Properties

Name Description
CommandHandler

Gets or sets the command handler.

CommandId

Gets or sets the command ID used for persisting currently running command handler.

Expression

Gets or sets the regular expression for matching command.

Applies to