Class LocalizedNews
- Namespace
- Geotab.Checkmate.ObjectModel.Web
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The message of maintenance notification in the provided languages.
public class LocalizedNews
- Inheritance
-
LocalizedNews
- Inherited Members
Constructors
LocalizedNews()
Initializes a new instance of the LocalizedNews class.
public LocalizedNews()
LocalizedNews(Dictionary<string, NotificationNewsDataInfo>, in DateTime)
Initializes a new instance of the LocalizedNews class.
public LocalizedNews(Dictionary<string, NotificationNewsDataInfo> languageMessage, in DateTime expiration)
Parameters
languageMessage
Dictionary<string, NotificationNewsDataInfo>The language message.
expiration
DateTimeThe expiration.
Properties
Expiration
Gets or sets the expiration.
public DateTime Expiration { get; set; }
Property Value
- DateTime
The expiration.
LanguageMessage
Gets or sets the messages.
public Dictionary<string, NotificationNewsDataInfo> LanguageMessage { get; set; }
Property Value
- Dictionary<string, NotificationNewsDataInfo>
The messages.