ClassAuthor
Class
Represent a chat participant. Author of messages.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public class Author : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseAuthor
Implements:
Inherited Members
Constructors
Author(string)
Initializes a new instance of the Author class.
Author(string, ImageSource)
Initializes a new instance of the Author class.
Declaration
cs-api-definition
public Author(string name, ImageSource avatar)
Parameters
name
avatar
ImageSource
Properties
Avatar
Gets or sets the Author's avatar.
Declaration
cs-api-definition
public ImageSource Avatar { get; set; }
Property Value
ImageSource
Data
Gets or sets additional data.
DefaultAuthor
Gets the default author that is used if no CurrentAuthor is assigned.
IsCurrent
Gets a value that indicates whether this Author instance represents the current author.