Interface IVersion
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Represents an entity which has a version
public interface IVersion
Properties
Version
Gets or sets the version of the entity.
long? Version { get; set; }