Table of Contents

Class EmissionVehicleCycleMessageSearch

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

Search class for EmissionVehicleCycleMessages.

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

Constructors

EmissionVehicleCycleMessageSearch()

Initializes a new instance of the EmissionVehicleCycleMessageSearch class.Constructor.

public EmissionVehicleCycleMessageSearch()

EmissionVehicleCycleMessageSearch(Id)

Initializes a new instance of the EmissionVehicleCycleMessageSearch class.Constructor.

public EmissionVehicleCycleMessageSearch(Id id)

Parameters

id Id

The Id.

Properties

CanFrameDateTime

Gets or sets a value to search for all EmissionVehicleCycleMessages with this Can Frame Datetime.

public DateTime? CanFrameDateTime { get; set; }

Property Value

DateTime?

CanFrameDateTime

CanFrameId

Gets or sets a value to search for all EmissionVehicleCycleMessages with this Can Frame Id.

public int? CanFrameId { get; set; }

Property Value

int?

CanFrameId

DeliveredDateTime

Gets or sets a value to search for all EmissionVehicleCycleMessages with this delivered date.

public DateTime? DeliveredDateTime { get; set; }

Property Value

DateTime?

DeliveredDateTime

EmissionVehicleCycle

Gets or sets a value to search for all EmissionVehicleCycleMessages associated with this EmissionVehicleCycle.

public EmissionVehicleCycle? EmissionVehicleCycle { get; set; }

Property Value

EmissionVehicleCycle

EmissionVehicleCycle

FromDate

Gets or sets a value to search for all EmissionVehicleCycleMessages from this date (Delivered Datetime).

public DateTime? FromDate { get; set; }

Property Value

DateTime?

FromDate

InterfaceAndIsTx

Gets or sets a value to search for all EmissionVehicleCycleMessages with this InterfaceAndIsTx value.

public int? InterfaceAndIsTx { get; set; }

Property Value

int?

InterfaceAndIsTx

SequenceNumber

Gets or sets a value to search for all EmissionVehicleCycleMessages with this sequence number.

public int? SequenceNumber { get; set; }

Property Value

int?

SequenceNumber

TaskId

Gets or sets a value to search for all EmissionVehicleCycleMessages with this task Id.

public int? TaskId { get; set; }

Property Value

int?

TaskId

TextMessageId

Gets or sets a value to search for all EmissionVehicleCycleMessages associated with this TextMessage Id.

public long? TextMessageId { get; set; }

Property Value

long?

TextMessageId

ToDate

Gets or sets a value to search for all EmissionVehicleCycleMessages to this date (Delivered Datetime).

public DateTime? ToDate { get; set; }

Property Value

DateTime?

ToDate