Class DefaultExceptionRuleTextTemplate
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Default exception rule text.
public class DefaultExceptionRuleTextTemplate : TextTemplate, IEntity, IComparable, IIdentifiable
- Inheritance
-
DefaultExceptionRuleTextTemplate
- Implements
- Inherited Members
Fields
Value
The singleton value.
public static readonly DefaultExceptionRuleTextTemplate Value
Field Value
Properties
Id
Gets or sets the unique identifier for this entity. See Id.
public override Id? Id { get; set; }
Property Value
Exceptions
- NotSupportedException
Id of DefaultExceptionRuleTextTemplate 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 of this entity that uniquely identifies it and is used when displaying this entity.
Exceptions
- NotSupportedException
Name of DefaultExceptionRuleTextTemplate cannot be set.
Text
Gets or sets the text.
public override string? Text { get; set; }
Property Value
Exceptions
- NotSupportedException
Text of DefaultExceptionRuleTextTemplate cannot be set.
Methods
IsSystemEntity()
Returns true if the class is a system entity, false otherwise.
public override bool IsSystemEntity()