Class NameEntityWithVersion
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
An entity with a name and a version.
public abstract class NameEntityWithVersion : NameEntity, IEntity, IComparable, IIdentifiable, IVersion
- Inheritance
-
NameEntityWithVersion
- Implements
- Derived
- Inherited Members
Constructors
NameEntityWithVersion()
Initializes a new instance of the NameEntityWithVersion class.
protected NameEntityWithVersion()
NameEntityWithVersion(Id?)
Initializes a new instance of the NameEntityWithVersion class.
protected NameEntityWithVersion(Id? id)
Parameters
NameEntityWithVersion(Id?, long?, string?)
Initializes a new instance of the NameEntityWithVersion class.
protected NameEntityWithVersion(Id? id, long? version, string? name)
Parameters
Properties
Version
Gets or sets the version of the entity.
public virtual long? Version { get; set; }