Table of Contents

Interface IIdentifiable

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 IIdentifiable

Properties

Id

Gets or sets the Id.

Id? Id { get; set; }

Property Value

Id

Id