Class NotificationSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
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
Properties
ActiveOnly
Gets or sets a value indicating whether to search for active notifications only
public bool ActiveOnly { get; set; }
Property Value
NotificationData
Gets or sets search for Notifications with this NotificationData Id.
public NotificationData? NotificationData { get; set; }
Property Value
RecipientSearch
Gets or sets search for Notifications with this RecipientSearch Id.
public RecipientSearch? RecipientSearch { get; set; }