Class TelematicQueueItem
Inheritance
System.Object
TelematicQueueItem
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 TelematicQueueItem
Properties
| Improve this Doc View SourceContextDataId
Gets or sets the ContextDataId
Declaration
public Guid ContextDataId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Createtime
Gets or sets the Createtime
Declaration
public DateTime Createtime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
FunctionSystemId
Gets oe sets the FunctionSystemId
Declaration
public Guid FunctionSystemId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Guid
Gets or sets the Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
PayLoad
Gets or set the PayLoad
Declaration
public byte[] PayLoad { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Status
Gets or sets the Status
Declaration
public TelematicQueueStatus Status { get; set; }
Property Value
Type | Description |
---|---|
TelematicQueueStatus |
UpdateTime
Gets or sets the UpdateTime
Declaration
public DateTime? UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
VehicleId
Gets or sets the optional vehicle id
Declaration
public Guid? VehicleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |