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
IdThe 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
CanFrameId
Gets or sets a value to search for all EmissionVehicleCycleMessages with this Can Frame Id.
public int? CanFrameId { get; set; }
Property Value
DeliveredDateTime
Gets or sets a value to search for all EmissionVehicleCycleMessages with this delivered date.
public DateTime? DeliveredDateTime { get; set; }
Property Value
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
InterfaceAndIsTx
Gets or sets a value to search for all EmissionVehicleCycleMessages with this InterfaceAndIsTx value.
public int? InterfaceAndIsTx { get; set; }
Property Value
SequenceNumber
Gets or sets a value to search for all EmissionVehicleCycleMessages with this sequence number.
public int? SequenceNumber { get; set; }
Property Value
TaskId
Gets or sets a value to search for all EmissionVehicleCycleMessages with this task Id.
public int? TaskId { get; set; }
Property Value
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; }