Class
CommitResponseAction

Represents a response action that confirms the message interaction.

Definition

Constructors

CommitResponseAction(MessageBase)

Initializes a new instance of the CommitResponseAction class.

Declaration

cs-api-definition
public CommitResponseAction(MessageBase message)

Parameters

message

MessageBase

CommitResponseAction(MessageBase, string)

Initializes a new instance of the CommitResponseAction class.

Declaration

cs-api-definition
public CommitResponseAction(MessageBase message, string text)

Parameters

message

MessageBase

text

string

Properties

Command

Gets the command associated with the response action.

Declaration

cs-api-definition
public override ICommand Command { get; }

Property Value

ICommand

Overrides ResponseAction.Command

PreCommitAction

Gets or sets an action that is invoked before OnCommitMessageResult.

Declaration

cs-api-definition
public Action<MessageBase> PreCommitAction { get; set; }

Property Value

Action<MessageBase>