Table of Contents

Class EnableActiveTrackingServiceState

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

A class for storing enable active tracking service as service state.

public class EnableActiveTrackingServiceState : ServiceState, IEntity, IComparable, IIdentifiable, IVersion
Inheritance
EnableActiveTrackingServiceState
Implements
Inherited Members

Constructors

EnableActiveTrackingServiceState()

Initializes a new instance of the EnableActiveTrackingServiceState class.

public EnableActiveTrackingServiceState()

EnableActiveTrackingServiceState(EnableActiveTrackingServiceState)

Initializes a new instance of the EnableActiveTrackingServiceState class.

public EnableActiveTrackingServiceState(EnableActiveTrackingServiceState state)

Parameters

state EnableActiveTrackingServiceState

The cloned instance of EnableActiveTrackingServiceState class.

Properties

ActiveTrackingEnabled

Gets or sets a value indicating whether active tracking is enabled by default.

public bool? ActiveTrackingEnabled { get; set; }

Property Value

bool?

true if the active tracking is enabled by default; otherwise, false.

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.