Table of Contents

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 Id

The Id.

source string

The source.

info string

The notification information.

isAdminOnly bool

Should 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

bool

bool

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.