Class ReportResultViewModel
Inheritance
System.Object
ReportResultViewModel
Namespace: Telerik.UI.Xaml.Controls.ConversationalUI
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ReportResultViewModel : Object, IReportMessageResult, INotifyPropertyChanged
Constructors
ReportResultViewModel(MessageBase)
Properties
AutoReport
Declaration
public bool AutoReport { get; set; }
Property Value
System.
|
Implements
CloseAfterReport
Declaration
public bool CloseAfterReport { get; set; }
Property Value
System.
|
Implements
Message
PostResultInline
Declaration
public bool PostResultInline { get; set; }
Property Value
System.
|
Implements
ReportActions
Declaration
public RadObservableCollection<ResponseAction> ReportActions { get; }
Property Value
Implements
Methods
OnCancelMessageResult()
Declaration
protected virtual void OnCancelMessageResult()
OnCommitMessageResult()
Declaration
protected virtual void OnCommitMessageResult()
OnPropertyChanged(String)
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
System.
|
OnReportMessageResult(String)
Declaration
protected virtual void OnReportMessageResult(string propertyName)
Parameters
System.
|
ReportMessageResultIfNeeded(String)
Declaration
protected virtual void ReportMessageResultIfNeeded(string propertyName)
Parameters
System.
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|
ReportMessageResult
Declaration
public event EventHandler<MessageResultEventArgs> ReportMessageResult
Event Type
System.
|