Class ApiEntity
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Represents the external-facing version of an entity with an identifier.
public abstract class ApiEntity : IIdentifiable
- Inheritance
-
ApiEntity
- Implements
- Derived
- Inherited Members
Constructors
ApiEntity()
protected ApiEntity()
Properties
Id
Gets or sets the Id.
public virtual Id? Id { get; set; }