Table of Contents

Class FuelUpEventSearch

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

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

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

Constructors

FuelUpEventSearch()

Initializes a new instance of the FuelUpEventSearch class.

public FuelUpEventSearch()

FuelUpEventSearch(Id)

Initializes a new instance of the FuelUpEventSearch class.

public FuelUpEventSearch(Id id)

Parameters

id Id

The id.

Properties

DeviceSearch

Gets or sets the device search criteria for the FuelUpEvent with this {@link DeviceSearch} Id. 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 FuelUpEvent(s) 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 FuelUpEvent(s) recorded on or before this date.

public DateTime? ToDate { get; set; }

Property Value

DateTime?

DateTime