Click or drag to resize

PackingDetailBaseOrderLineErrors Property

Gets or sets the order line errors

Namespace:  PSI.Sox.Packing
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
[DataMemberAttribute(EmitDefaultValue = false)]
public List<PackingOrderLineError> OrderLineErrors { get; set; }

Property Value

Type: ListPackingOrderLineError
Remarks
This list contains order lines that could not be packed by the pack adapter.
See Also