Table of Contents

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 string

The plain text info of the news.

textFullInfo string

The text full information.

htmlInfo string

The 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

string

TextFullInfo

Gets or sets the full plain text info of the news.

[ExcelColumnHeader(new ReportHeading[] { ReportHeading.NotificationNewsTextFullInfo })]
public string? TextFullInfo { get; set; }

Property Value

string

TextInfo

Gets or sets the plain text info of the news.

public string? TextInfo { get; set; }

Property Value

string