Class EdiTimeOptions
Requirements for the delivery or pickup time
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiTimeOptions
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiTimeOptions : EdiPatternPropertiesBase
Properties
Evening
The consignment must be delivered in the evening hours
Declaration
public EdiEvening Evening { get; set; }
Property Value
Type | Description |
---|---|
EdiEvening |
FixedDay
The consignment must be delivered at the given date (and in the given time window)
Declaration
public EdiFixedDay FixedDay { get; set; }
Property Value
Type | Description |
---|---|
EdiFixedDay |
FixedWeek
The consignment must be delivered within the given week of the year
Declaration
public EdiFixedWeek FixedWeek { get; set; }
Property Value
Type | Description |
---|---|
EdiFixedWeek |
NextDay
The consignment must be delivered on the next working day"
Declaration
public EdiNextDay NextDay { get; set; }
Property Value
Type | Description |
---|---|
EdiNextDay |
NotAfter
The consignment must be delivered until the given date
Declaration
public EdiNotAfter NotAfter { get; set; }
Property Value
Type | Description |
---|---|
EdiNotAfter |
NotBefore
The consignment must not be delivered before the given date
Declaration
public EdiNotBefore NotBefore { get; set; }
Property Value
Type | Description |
---|---|
EdiNotBefore |
SameDay
The consignment must be delivered on the same day
Declaration
public EdiSameDay SameDay { get; set; }
Property Value
Type | Description |
---|---|
EdiSameDay |
SameDayPickup
The goods must be picked up on the same day
Declaration
public EdiSameDayPickup SameDayPickup { get; set; }
Property Value
Type | Description |
---|---|
EdiSameDayPickup |
WeekendSaturday
The consignment should be delivered on a saturday
Declaration
public EdiWeekendSaturday WeekendSaturday { get; set; }
Property Value
Type | Description |
---|---|
EdiWeekendSaturday |