Class EdiStopOrderingEvent
Event to notify about stop order
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
Conizi.Model.Shared.Interfaces.EdiEventBase
EdiStopOrderingEvent
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiStopOrderingEvent : EdiEventBase
Properties
HandlingDone
Describes if the reorder has already been handled
Declaration
public bool? HandlingDone { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Sorting
Sort-items of the stop-ordering event. Describes stacking and new stoporder
Declaration
public List<EdiStopOrderingSortingItem> Sorting { get; set; }
Property Value
Type | Description |
---|---|
List<EdiStopOrderingSortingItem> |