Class TextMessage
Represents a class which contains the functionalities for the simple string type of message in SfAIAssistView.
Inheritance
System.Object
TextMessage
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.AIAssistView
Assembly: Syncfusion.SfAIAssistView.WinForms.dll
Syntax
public class TextMessage : INotifyPropertyChanged
Constructors
TextMessage()
Declaration
public TextMessage()
Properties
Author
Gets or sets the author to be display in the message.
Declaration
public Author Author { get; set; }
Property Value
| Type |
|---|
| Author |
DateTime
Gets or sets the date and time details when the message was created.
Declaration
public DateTime DateTime { get; set; }
Property Value
| Type |
|---|
| System.DateTime |
Text
Gets or sets the text to be display as the message.
Declaration
public string Text { get; set; }
Property Value
| Type |
|---|
| System.String |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type |
|---|
| System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged