Table of Contents

Class SustainabilityMonthlySummarySearch

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

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

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

Constructors

SustainabilityMonthlySummarySearch()

Initializes a new instance of the SustainabilityMonthlySummarySearch class.

public SustainabilityMonthlySummarySearch()

SustainabilityMonthlySummarySearch(Id)

Initializes a new instance of the SustainabilityMonthlySummarySearch class.

public SustainabilityMonthlySummarySearch(Id id)

Parameters

id Id

The id.

Properties

DeviceSearch

Gets or sets filter by the DeviceSearch options. Providing the Groups will search for SustainabilityMonthlySummary 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 SustainabilityMonthlySummary 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 SustainabilityMonthlySummary records recorded on or before this date.

public DateTime? ToDate { get; set; }

Property Value

DateTime?

DateTime?.