Table of Contents

Class SustainabilityGroupIdlingSummarySearch

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

The object used to specify the arguments when searching for a SustainabilityGroupIdlingSummary.

public sealed class SustainabilityGroupIdlingSummarySearch : Search, IEntity
Inheritance
SustainabilityGroupIdlingSummarySearch
Implements
Inherited Members

Constructors

SustainabilityGroupIdlingSummarySearch()

Initializes a new instance of the SustainabilityGroupIdlingSummarySearch class.

public SustainabilityGroupIdlingSummarySearch()

SustainabilityGroupIdlingSummarySearch(Id)

Initializes a new instance of the SustainabilityGroupIdlingSummarySearch class.

public SustainabilityGroupIdlingSummarySearch(Id id)

Parameters

id Id

The id.

Properties

DeviceSearch

Gets or sets filter by the DeviceSearch options. Providing the Groups will search for SustainabilityGroupIdlingSummarySearch records for that have Devices in that group. Available DeviceSearch options are:

public DeviceSearch? DeviceSearch { get; set; }

Property Value

DeviceSearch

DeviceSearch

FromDate

Gets or sets the from date, which is used to search for SustainabilityGroupIdlingSummary records recorded on or after this date.

public DateTime? FromDate { get; set; }

Property Value

DateTime?

DateTime?.

ToDate

Gets or sets the to date, which is used to search for SustainabilityGroupIdlingSummary records recorded on or before this date.

public DateTime? ToDate { get; set; }

Property Value

DateTime?

DateTime?.