Table of Contents

Class NotificationNewsData

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

The notification data pertaining to Exception Rules.

public class NotificationNewsData : NotificationData, IEntity, IComparable, IIdentifiable
Inheritance
NotificationNewsData
Implements
Inherited Members

Constructors

NotificationNewsData()

Initializes a new instance of the NotificationNewsData class.

public NotificationNewsData()

NotificationNewsData(Id?, NotificationNewsDataInfo?, string?)

Initializes a new instance of the NotificationNewsData class.

public NotificationNewsData(Id? id, NotificationNewsDataInfo? info, string? source = null)

Parameters

id Id

The id.

info NotificationNewsDataInfo

The notification news data.

source string

The source of the news.

Properties

Info

Gets or sets the exception event that holds the data for this notification.

public NotificationNewsDataInfo? Info { get; set; }

Property Value

NotificationNewsDataInfo

NotificationNewsDataInfo

Source

Gets or sets what is the source of the news.

public string? Source { get; set; }

Property Value

string

string

Methods

Clone()

Clones this entity.

public override IEntity Clone()

Returns

IEntity

NotificationNewsData