Class WeatherCardMessage
Represents a message that displays info about weather.
Inherited Members
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class WeatherCardMessage : ImageCardMessage, IReportMessageResult, INotifyPropertyChanged, IInlineMessage
Constructors
WeatherCardMessage(Author, DateTime)
Initializes a new instance of the WeatherCardMessage class.
Declaration
public WeatherCardMessage(Author author, DateTime creationDate = default(DateTime))
Parameters
Author
author
|
System.DateTime
creationDate
|
WeatherCardMessage(Author, ImageSource, DateTime)
Initializes a new instance of the WeatherCardMessage class.
Declaration
public WeatherCardMessage(Author author, ImageSource imageSource, DateTime creationDate = default(DateTime))
Parameters
Author
author
|
System.Windows.Media.ImageSource
imageSource
|
System.DateTime
creationDate
|
Properties
Dew
Gets or sets the dew point.
Declaration
public string Dew { get; set; }
Property Value
System.String
|
Humidity
Gets or sets the humidity.
Declaration
public string Humidity { get; set; }
Property Value
System.String
|
Pressure
Gets or sets the atmospheric pressure.
Declaration
public string Pressure { get; set; }
Property Value
System.String
|
Temperature
Gets or sets the temperature.
Declaration
public string Temperature { get; set; }
Property Value
System.String
|
Wind
Gets or sets the wind parameters.
Declaration
public string Wind { get; set; }
Property Value
System.String
|