Table of Contents

Interface ILastActive

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

The interface that is used to retrieve the isLastActive value from an object that implements this interface.

public interface ILastActive

Properties

IsLastActive

Gets or sets a value indicating whether this instance is the last active record in the vehicle's active period.

bool? IsLastActive { get; set; }

Property Value

bool?

bool true if this instance is last active; otherwise, false.