Table of Contents

Class BatteryStateOfHealthSearch

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

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

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

Constructors

BatteryStateOfHealthSearch()

Initializes a new instance of the BatteryStateOfHealthSearch class.

public BatteryStateOfHealthSearch()

BatteryStateOfHealthSearch(Id?)

Initializes a new instance of the BatteryStateOfHealthSearch class. The object used to specify the arguments when searching for BatteryStateOfHealth(s).

public BatteryStateOfHealthSearch(Id? id)

Parameters

id Id

Id

Properties

DeviceSearch

Gets or sets filter by the DeviceSearch options. Providing a device ID will search for any BatteryStateOfHealth(s) that are assigned to that Device. Providing deviceIds will search for any BatteryStateOfHealth(s) that are assigned to these Devices. Providing the Groups will search for BatteryStateOfHealth(s) for that have Devices in that group. Available DeviceSearch options are:

public DeviceSearch? DeviceSearch { get; set; }

Property Value

DeviceSearch

DeviceSearch

FromDate

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

public DateTime? FromDate { get; set; }

Property Value

DateTime?

DateTime

ToDate

Gets or sets search for BatteryStateOfHealth records at this date or before.

public DateTime? ToDate { get; set; }

Property Value

DateTime?

DateTime