Table of Contents

Class NotificationSearch

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

false search The object used to specify the arguments when searching for Notification(s).

public class NotificationSearch : Search, IEntity
Inheritance
NotificationSearch
Implements
Inherited Members

Constructors

NotificationSearch()

Initializes a new instance of the NotificationSearch class.Constructor.

public NotificationSearch()

NotificationSearch(Id?)

Initializes a new instance of the NotificationSearch class.Constructor.

public NotificationSearch(Id? id)

Parameters

id Id

Id

Properties

ActiveOnly

Gets or sets a value indicating whether to search for active notifications only

public bool ActiveOnly { get; set; }

Property Value

bool

Only search active notifications

NotificationData

Gets or sets search for Notifications with this NotificationData Id.

public NotificationData? NotificationData { get; set; }

Property Value

NotificationData

NotificationData

RecipientSearch

Gets or sets search for Notifications with this RecipientSearch Id.

public RecipientSearch? RecipientSearch { get; set; }

Property Value

RecipientSearch

RecipientSearch