Class TruckNotificationMessage
A notification message is a message that can be sent either by the driver, via a mobile application, or by the dispatcher, via the Transport Management System
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
TruckNotificationMessage
Inherited Members
Namespace: Conizi.Model.Telematics.Truck
Assembly: Conizi.Model.dll
Syntax
public class TruckNotificationMessage : EdiModel, IModel
Remarks
This message is not intended for real time communication, so as live chat. There are other possibilities for this.
Properties
FileAttachment
Object to transmit file attachments
Declaration
public EdiFileAttachment FileAttachment { get; set; }
Property Value
Type | Description |
---|---|
EdiFileAttachment |
Message
The text message
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MessageId
An unique message id like a GUID
Declaration
public string MessageId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MessageIdRef
A reference to the original message (id)
Declaration
public string MessageIdRef { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MessageType
The type of the message as free text... default is text-message
Declaration
public string MessageType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SendDateTime
Date and time when the notification 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 |