Class ValueResponseAction
Represents a response action that chooses a specific value.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class ValueResponseAction : ResponseAction, INotifyPropertyChanged, IDisposable
Constructors
ValueResponseAction(MessageBase)
Initializes a new instance of the ValueResponseAction class.
Declaration
public ValueResponseAction(MessageBase message)
Parameters
MessageBase
message
|
Properties
Command
Gets the command associated with the response action.
Declaration
public override ICommand Command { get; }
Property Value
System.Windows.Input.ICommand
|
Overrides
DataObjectValue
Gets or sets the value.
Declaration
public object DataObjectValue { get; set; }
Property Value
System.Object
|
TextResultValue
Gets or sets value that will be post as text result.
Declaration
public string TextResultValue { get; set; }
Property Value
System.String
|