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
Properties
Id
public override Id? Id { get; set; }
Property Value
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
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()