Table of Contents

Class DebugDataSearch

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

true search The object used to specify the arguments when searching DebugData.

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

Constructors

DebugDataSearch()

public DebugDataSearch()

Properties

DeviceSearch

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

public DeviceSearch? DeviceSearch { get; set; }

Property Value

DeviceSearch

DeviceSearch

FromDate

Gets or sets the date after which DebugData was recorded.

public DateTime? FromDate { get; set; }

Property Value

DateTime?

DateTime

ToDate

Gets or sets the date before which DebugData was recorded.

public DateTime? ToDate { get; set; }

Property Value

DateTime?

DateTime