Table of Contents

Class ZoneTypeOffice

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

Zone Type that is an office zone.

public class ZoneTypeOffice : ZoneTypeSystem, IEntity, IComparable, IIdentifiable, IDefaultable
Inheritance
ZoneTypeOffice
Implements
Inherited Members

Constructors

ZoneTypeOffice(ZoneTypeOffice)

Initializes a new instance of the ZoneTypeOffice class. Copy constructor - initializes a new instance of the ZoneTypeOffice class.

protected ZoneTypeOffice(ZoneTypeOffice zoneTypeOffice)

Parameters

zoneTypeOffice ZoneTypeOffice

The zone type office.

Fields

Value

The singleton value.

public static readonly ZoneTypeOffice Value

Field Value

ZoneTypeOffice

Properties

Id

Gets the unique identifier for this entity.

public override Id Id { get; }

Property Value

Id

Id

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.