Class
ValueResponseAction

Represents a response action that chooses a specific value.

Definition

Constructors

ValueResponseAction(MessageBase)

Initializes a new instance of the ValueResponseAction class.

Declaration

cs-api-definition
public ValueResponseAction(MessageBase message)

Parameters

message

MessageBase

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

DataObjectValue

Gets or sets the value.

Declaration

cs-api-definition
public object DataObjectValue { get; set; }

Property Value

object

TextResultValue

Gets or sets value that will be post as text result.

Declaration

cs-api-definition
public string TextResultValue { get; set; }

Property Value

string