Class PopupViewModel
Represents view model for ChatPopupPlaceHolder.
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 PopupViewModel : ReportResultViewModel, IReportMessageResult, INotifyPropertyChanged
Constructors
PopupViewModel(MessageBase)
Initializes a new instance of the PopupViewModel class.
Declaration
public PopupViewModel(MessageBase message)
Parameters
MessageBase
message
|