Class Author
Represents a class which contains the information about the author of the message.
Inheritance
System.Object
Author
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 Author : INotifyPropertyChanged
Constructors
Author()
Declaration
public Author()
Properties
AvatarImage
Gets or sets the avatar image of the author of the message.
Declaration
public Image AvatarImage { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Image |
Name
Gets or sets the name of the author of the message.
Declaration
public string Name { 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