Table of Contents

Class DefaultExceptionRulePopupTextTemplate

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

Default exception rule popup text.

public class DefaultExceptionRulePopupTextTemplate : TextTemplate, IEntity, IComparable, IIdentifiable
Inheritance
DefaultExceptionRulePopupTextTemplate
Implements
Inherited Members

Fields

Value

The singleton value.

public static readonly DefaultExceptionRulePopupTextTemplate Value

Field Value

DefaultExceptionRulePopupTextTemplate

Properties

Id

Gets or sets the unique identifier for the specific Entity object in the Geotab system. See Id.

public override Id? Id { get; set; }

Property Value

Id

Id

Exceptions

NotSupportedException

Id of DefaultExceptionRulePopupTextTemplate cannot be set.

Name

Gets or sets the name of this entity which identifies it and is used when displaying this entity.

public override string? Name { get; set; }

Property Value

string

The name.

Exceptions

NotSupportedException

Name of DefaultExceptionRulePopupTextTemplate cannot be set.

Text

Gets or sets the text.

public override string? Text { get; set; }

Property Value

string

string

Exceptions

NotSupportedException

Name of DefaultExceptionRulePopupTextTemplate cannot be set.

Methods

IsSystemEntity()

Returns true if the class is a system entity, false otherwise.

public override bool IsSystemEntity()

Returns

bool

true if the entity is a system entity; otherwise, false.