Table of Contents

Class DeviceCommunicationStatusSearch

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

DeviceCommunicationStatusSearch that implements IEntity for DeviceCommunicationStatusSearch objects.

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

Constructors

DeviceCommunicationStatusSearch()

Initializes a new instance of the DeviceCommunicationStatusSearch class.Constructor.

public DeviceCommunicationStatusSearch()

DeviceCommunicationStatusSearch(Id?)

Initializes a new instance of the DeviceCommunicationStatusSearch class.Constructor.

public DeviceCommunicationStatusSearch(Id? id)

Parameters

id Id

The identifier.

Properties

DeviceCommunicationStatusStates

Gets or sets the DeviceCommunicationStatusStates list, which is used to search device based on status.

public DeviceCommunicationStatusState[]? DeviceCommunicationStatusStates { get; set; }

Property Value

DeviceCommunicationStatusState[]

DeviceCommunicationStatusState[]?

DeviceSearch

Gets or sets the device search criteria for the DeviceCommunicationStatus entry with this DeviceSearch.

public DeviceSearch? DeviceSearch { get; set; }

Property Value

DeviceSearch

The device search criteria for the DeviceCommunicationStatus entry with this DeviceSearch.

IsCommunicating

Gets or sets the IsCommunicating flag, which is used to search device whether they are communicating or not.

public bool? IsCommunicating { get; set; }

Property Value

bool?

bool?