Class MessageReporter
Represents a class that translates the ReportMessageResult to RadChat.
Inheritance
System.Object
MessageReporter
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 MessageReporter
Constructors
MessageReporter(IMessageReportSubscriber, RadChat)
Initializes a new instance of the MessageReporter class.
Declaration
public MessageReporter(IMessageReportSubscriber parentSubscriber, RadChat chatOwner)
Parameters
IMessageReportSubscriber
parentSubscriber
|
RadChat
chatOwner
|