Table of Contents

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

id Id

The Id.

NameEntityWithVersion(Id?, long?, string?)

Initializes a new instance of the NameEntityWithVersion class.

protected NameEntityWithVersion(Id? id, long? version, string? name)

Parameters

id Id

The id.

version long?

The version.

name string

The name.

Properties

Version

Gets or sets the version of the entity.

public virtual long? Version { get; set; }

Property Value

long?

The long version.