Class TelematicInQueueItem
Class to represent a telematic in queue item
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Telematic.Core
Assembly: Simplic.Telematic.Core.dll
Syntax
public class TelematicInQueueItem
Properties
| Improve this Doc View SourceDailyMileage
Gets or sets the DailyMileage
Declaration
public DailyMileage DailyMileage { get; set; }
Property Value
Type | Description |
---|---|
DailyMileage |
ExternalId
Gets or sets the External Id (Given fron the Telematic System)
Declaration
public object ExternalId { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ExternVehicleId
Gets or sets the ectern vehicle id
Declaration
public object ExternVehicleId { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Id
Gets or sets the Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsProcessed
Gets or sets whether the item is processed
Declaration
public bool IsProcessed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
JsonMessage
Gets the entire recieved Message as Json object in a byte array
Declaration
public byte[] JsonMessage { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Message
Gets or sets the Message
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MessageTime
Gets or sets the MessageTime
Declaration
public DateTime MessageTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
TelematicSystemId
Gets or sets the TelematicSystemId
Declaration
public Guid TelematicSystemId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TripSnapshot
Gets or sets the TelematicTripSnapshot
Declaration
public TelematicTripSnapshot TripSnapshot { get; set; }
Property Value
Type | Description |
---|---|
TelematicTripSnapshot |
VehicleId
Gets or sets the vehicle id
Declaration
public Guid? VehicleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |