Table of Contents

Class Tag

Namespace
Geotab.Checkmate.ObjectModel.Files
Assembly
Geotab.Checkmate.ObjectModel.dll

A named tag to provide context to an entity.

public class Tag : NameEntityWithVersion, IEntity, IComparable, IIdentifiable, IVersion
Inheritance
Tag
Implements
Inherited Members

Constructors

Tag()

Initializes a new instance of the Tag class.

public Tag()

Tag(Id?, long?, string?)

Initializes a new instance of the Tag class.

public Tag(Id? id, long? version, string? name)

Parameters

id Id

The Id.

version long?

The version.

name string

The name.

Methods

Clone()

Creates a new object that is a copy of the current instance.

public override IEntity Clone()

Returns

IEntity

A new object that is a copy of this instance.