Class NotificationForAdminUsersData
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The notification data associated with application notifications meant for admins.
[ReportClass]
public class NotificationForAdminUsersData : NotificationExceptionForUsersData, IEntity, IComparable, IIdentifiable
- Inheritance
-
NotificationForAdminUsersData
- Implements
- Inherited Members
Constructors
NotificationForAdminUsersData()
Initializes a new instance of the NotificationForAdminUsersData class. Initializes a new instance of the NotificationForAdminUsersData class.
public NotificationForAdminUsersData()
NotificationForAdminUsersData(Id?, string?, string?, bool)
Initializes a new instance of the NotificationForAdminUsersData class. Initializes a new instance of the NotificationForAdminUsersData class.
public NotificationForAdminUsersData(Id? id, string? source, string? info, bool isAdminOnly)
Parameters
id
IdThe Id.
source
stringThe source.
info
stringThe notification information.
isAdminOnly
boolShould this notification be sent to admins only.
Properties
IsAdminOnly
Gets a value indicating whether it is admin only for notification.
public bool IsAdminOnly { get; }
Property 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.