Class NotificationNewsDataInfo
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Notification info data for system news.
[ReportClass]
public class NotificationNewsDataInfo
- Inheritance
-
NotificationNewsDataInfo
- Inherited Members
Constructors
NotificationNewsDataInfo()
Initializes a new instance of the NotificationNewsDataInfo class. Info data for system news notification.
public NotificationNewsDataInfo()
NotificationNewsDataInfo(string?, string?, string?)
Initializes a new instance of the NotificationNewsDataInfo class. Info data for system news notification.
public NotificationNewsDataInfo(string? textInfo, string? textFullInfo, string? htmlInfo)
Parameters
textInfo
stringThe plain text info of the news.
textFullInfo
stringThe text full information.
htmlInfo
stringThe html file used to display for news.
Properties
HtmlInfo
Gets or sets the module to display for news.
public string? HtmlInfo { get; set; }
Property Value
TextFullInfo
Gets or sets the full plain text info of the news.
[ExcelColumnHeader(new ReportHeading[] { ReportHeading.NotificationNewsTextFullInfo })]
public string? TextFullInfo { get; set; }
Property Value
TextInfo
Gets or sets the plain text info of the news.
public string? TextInfo { get; set; }