Interface IEntity
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
All objects in database of the Geotab System are an entity. These have a unique identifier Id that can be used later to Get, modify (Set) or Remove that object.
public interface IEntity
Properties
Id
Gets or sets the Id.
Id? Id { get; set; }
Property Value
Methods
Clone()
Clone this IEntity.
IEntity Clone()
Returns
GetReadOnly()
Gets a read only entity from this one.
IEntity GetReadOnly()