Class
WeatherCardMessage

Represents a message that displays info about weather.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

cs-api-definition
public class WeatherCardMessage : ImageCardMessage, IReportMessageResult, INotifyPropertyChanged, IInlineMessage

Inheritance: objectMessageBaseCardMessageImageCardMessageWeatherCardMessage

Implements: IInlineMessageINotifyPropertyChangedIReportMessageResult

Inherited Members ImageCardMessage.ImageSourceImageCardMessage.ImageDisplayModeImageCardMessage.CardOrientationCardMessage.TitleCardMessage.SubTitleCardMessage.TextCardMessage.ActionResultsOrientationCardMessage.InlineViewModelMessageBase.SubscribeToMessageResult(Action<object, MessageResultEventArgs>)MessageBase.ValidateMessageDisplayPosition()MessageBase.OnPropertyChanged(string)MessageBase.ReportViewModelMessageBase.DisplayPositionMessageBase.MessageTypeMessageBase.AutoReportMessageBase.PostResultInlineMessageBase.CloseAfterReportMessageBase.ReportActionsMessageBase.AuthorMessageBase.CreationDateMessageBase.PropertyChanged

Constructors

WeatherCardMessage(Author, DateTime)

Initializes a new instance of the WeatherCardMessage class.

Declaration

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

Parameters

author

Author

creationDate

DateTime

WeatherCardMessage(Author, ImageSource, DateTime)

Initializes a new instance of the WeatherCardMessage class.

Declaration

cs-api-definition
public WeatherCardMessage(Author author, ImageSource imageSource, DateTime creationDate = default)

Parameters

author

Author

imageSource

ImageSource

creationDate

DateTime

Properties

Dew

Gets or sets the dew point.

Declaration

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

Property Value

string

Humidity

Gets or sets the humidity.

Declaration

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

Property Value

string

Pressure

Gets or sets the atmospheric pressure.

Declaration

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

Property Value

string

Temperature

Gets or sets the temperature.

Declaration

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

Property Value

string

Wind

Gets or sets the wind parameters.

Declaration

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

Property Value

string