Show / Hide Table of Contents

Class EdiTransportNotification

General notifications about the transport

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiTransportNotification
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiTransportNotification : EdiPatternPropertiesBase

Properties

ByDriver

Notification by driver

Declaration
public bool? ByDriver { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ContactNotification

Contact Information for Notification

Declaration
public EdiAddress ContactNotification { get; set; }
Property Value
Type Description
EdiAddress

GeoFence

A geo-fence is a virtual perimeter for a real-world geographic area

Declaration
public EdiGeoPosition GeoFence { get; set; }
Property Value
Type Description
EdiGeoPosition

NotifyAt

Notification by load (pickup, delivery)

Declaration
public LoadType NotifyAt { get; set; }
Property Value
Type Description
LoadType

Remarks

Free text information about the transport

Declaration
public string Remarks { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX