Click or drag to resize

PackingOrderLine Class

Pack Order Line Class
Inheritance Hierarchy
SystemObject
  PSI.Sox.PackingPackingOrderLine

Namespace:  PSI.Sox.Packing
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
[SerializableAttribute]
[DataContractAttribute]
public class PackingOrderLine

The PackingOrderLine type exposes the following members.

Constructors
  NameDescription
Public methodPackingOrderLine
Initializes a new instance of the PackingOrderLine class
Top
Properties
  NameDescription
Public propertyAdditionalInformation
Gets or sets the additional data
Public propertyBundleOnly
Gets or sets the bundle only flag.
Public propertyBundleOrBox
Gets or sets the bundle or box flag
Public propertyDimensions
Gets or sets the pack order line dimensions
Public propertyFoldable
Gets or sets the foldable flag
Public propertyFullPallet
Gets or sets the pack order line full pallet flag.
Public propertyGroupId
Gets or sets the group id.
Public propertyId
Gets or sets the pack order line id
Public propertyKeepTogether
Gets or sets the keep together flag
Public propertyLoadDirection
Direction to load item
Public propertyMasterPackDimensions
Gets or sets the master pack length
Public propertyMasterPackMaxQty
Gets or sets the master pack maximum quantity
Public propertyMasterPackMinQty
Gets or sets the master pack minimum quantity
Public propertyMasterPackWeight
Gets or sets the master pack weight
Public propertyMixClassID
Gets or sets the mix class id.
Public propertyNesting
Can item be nested
Public propertyOriginCountry
Gets or sets Origin/Manufacture Country
Public propertyProductCode
Gets or sets the pack order line product code
Public propertyProductDescription
Gets or sets the pack order line product description
Public propertyQuantity
Gets or sets the pack order line quantity
Public propertyQuantityUnitMeasure
Gets or sets the pack order line quantity
Public propertyShippableContainer
Gets or sets the shippable container flag, do not pack
Public propertyWeight
Gets or sets the pack order line weight
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also