Class SustainabilityElectrificationSummarySearch
- Namespace
- Geotab.Checkmate.ObjectModel.Sustainability
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when searching for a SustainabilityElectrificationSummary.
public sealed class SustainabilityElectrificationSummarySearch : Search, IEntity
- Inheritance
-
SustainabilityElectrificationSummarySearch
- Implements
- Inherited Members
Constructors
SustainabilityElectrificationSummarySearch()
Initializes a new instance of the SustainabilityElectrificationSummarySearch class.
public SustainabilityElectrificationSummarySearch()
SustainabilityElectrificationSummarySearch(Id)
Initializes a new instance of the SustainabilityElectrificationSummarySearch class.
public SustainabilityElectrificationSummarySearch(Id id)
Parameters
id
IdThe id.
Properties
DeviceSearch
Gets or sets filter by the DeviceSearch options. Providing the Groups will search for SustainabilityElectrificationSummary records for that have Devices in that group. Available DeviceSearch options are:
public DeviceSearch? DeviceSearch { get; set; }
Property Value
FromDate
Gets or sets the from date, which is used to search for SustainabilityElectrificationSummary 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 SustainabilityElectrificationSummary records recorded on or before this date.
public DateTime? ToDate { get; set; }
Property Value
- DateTime?
DateTime?.