Class
CardMessage

Represents a basic card message.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

cs-api-definition
public class CardMessage : MessageBase, IReportMessageResult, INotifyPropertyChanged, IInlineMessage

Inheritance: objectMessageBaseCardMessage

Derived Classes: ImageCardMessage

Implements: IInlineMessageINotifyPropertyChangedIReportMessageResult

Inherited Members MessageBase.SubscribeToMessageResult(Action<object, MessageResultEventArgs>)MessageBase.ValidateMessageDisplayPosition()MessageBase.OnPropertyChanged(string)MessageBase.ReportViewModelMessageBase.DisplayPositionMessageBase.MessageTypeMessageBase.AutoReportMessageBase.PostResultInlineMessageBase.CloseAfterReportMessageBase.ReportActionsMessageBase.AuthorMessageBase.CreationDateMessageBase.PropertyChanged

Constructors

CardMessage(Author, DateTime)

Initializes a new instance of the CardMessage class.

Declaration

cs-api-definition
public CardMessage(Author author, DateTime creationDate = default)

Parameters

author

Author

creationDate

DateTime

Properties

ActionResultsOrientation

Gets or sets the orientation of action results list.

Declaration

cs-api-definition
public Orientation ActionResultsOrientation { get; set; }

Property Value

Orientation

InlineViewModel

Gets the InlineViewModel.

Declaration

cs-api-definition
public InlineViewModel InlineViewModel { get; }

Property Value

InlineViewModel

Implements IInlineMessage.InlineViewModel

SubTitle

Gets or sets the subtitle.

Declaration

cs-api-definition
public string SubTitle { get; set; }

Property Value

string

Text

Gets or sets the text.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

Title

Gets or sets the text.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string