Table of Contents

Class SafetyVehicleInsightSearch

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

false search The object used to specify the arguments when searching for SafetyVehicleInsight(s).

public class SafetyVehicleInsightSearch : Search, IEntity
Inheritance
SafetyVehicleInsightSearch
Implements
Inherited Members

Constructors

SafetyVehicleInsightSearch()

Initializes a new instance of the SafetyVehicleInsightSearch class.

public SafetyVehicleInsightSearch()

SafetyVehicleInsightSearch(Id?)

Initializes a new instance of the SafetyVehicleInsightSearch class.

public SafetyVehicleInsightSearch(Id? id)

Parameters

id Id

Id

Properties

DeviceSearch

Gets or sets search for SafetyVehicleInsights matching this DeviceSearch. Providing a device ID will search for any SafetyVehicleInsight that is assigned to that Device.

public DeviceSearch? DeviceSearch { get; set; }

Property Value

DeviceSearch

DeviceSearch

FromDate

Gets or sets search for SafetyVehicleInsight records at this date or after.

public DateTime? FromDate { get; set; }

Property Value

DateTime?

DateTime

ToDate

Gets or sets search for SafetyVehicleInsight records at this date or after.

public DateTime? ToDate { get; set; }

Property Value

DateTime?

DateTime