Class NoMappedDiagnostic
- Namespace
- Geotab.Checkmate.ObjectModel.Engine
- Assembly
- Geotab.Checkmate.ObjectModel.dll
A mapped diagnostic that represents a DBNull value.
public class NoMappedDiagnostic : MappedDiagnostic, IEntity, IComparable, IIdentifiable
- Inheritance
-
NoMappedDiagnostic
- Implements
- Inherited Members
Fields
Value
Singleton value of NoMappedDiagnostic.
public static readonly NoMappedDiagnostic Value
Field Value
Properties
Id
public override Id? Id { get; set; }
Property Value
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; }