Class TruckNotificationMessageState
A notification message state is used to send a state back to the original message sender
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
TruckNotificationMessageState
Inherited Members
Namespace: Conizi.Model.Telematics.Truck
Assembly: Conizi.Model.dll
Syntax
public class TruckNotificationMessageState : EdiModel, IModel
Properties
MessageIdRef
A reference to the original message (id)
Declaration
public string MessageIdRef { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SendDateTime
Delivered Date and time when the response was sent
Declaration
public DateTime SendDateTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
SenderGeoPosition
The current geo position of the sender
Declaration
public EdiGeoPosition SenderGeoPosition { get; set; }
Property Value
Type | Description |
---|---|
EdiGeoPosition |
States
Returns information about the state of the original message
Declaration
public TruckNotificationMessageResponseStates States { get; set; }
Property Value
Type | Description |
---|---|
TruckNotificationMessageResponseStates |