Table of Contents

Class CustomDataSearch

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

The object used to specify the arguments when searching for CustomData.

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

Constructors

CustomDataSearch()

public CustomDataSearch()

Properties

DeviceSearch

Gets or sets search for CustomData recorded for this DeviceSearch Id. Available DeviceSearch options are:.

public DeviceSearch? DeviceSearch { get; set; }

Property Value

DeviceSearch

DeviceSearch

FromDate

Gets or sets search for CustomData that was recorded at this date or after.

public DateTime? FromDate { get; set; }

Property Value

DateTime?

DateTime

MaxId

Gets or sets the maximum Id of the search criteria.

public Id? MaxId { get; set; }

Property Value

Id

Id

MinId

Gets or sets the minimum Id of the search criteria.

public Id? MinId { get; set; }

Property Value

Id

Id

ToDate

Gets or sets search for CustomData that was recorded at this date or before.

public DateTime? ToDate { get; set; }

Property Value

DateTime?

DateTime