Class NotificationData
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The class represents data that is associated with a notification.
public class NotificationData : Entity, IEntity, IComparable, IIdentifiable
- Inheritance
-
NotificationData
- Implements
- Derived
- Inherited Members
Constructors
NotificationData()
Initializes a new instance of the NotificationData class.
public NotificationData()
NotificationData(Id?)
Initializes a new instance of the NotificationData class.
public NotificationData(Id? id)
Parameters
Fields
MaxNotificationDataInfoSize
The Maximum allowed size of the notification data info.
public const int MaxNotificationDataInfoSize = 102400
Field Value
Methods
Clone()
Creates a new object that is a copy of the current instance.
public override IEntity Clone()
Returns
- IEntity
A new object that is a copy of this instance.