Show / Hide Table of Contents

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
EdiModel
TruckNotificationMessageState
Inherited Members
EdiModel.Schema
EdiModel.Intent
EdiModel.ModelType
EdiModel.Receiver
EdiModel.Sender
EdiModel.Network
EdiModel.References
EdiModel.Metadata
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
Back to top Generated by DocFX