Click or drag to resize

ILogisticsDocumentLine Interface

Represents a line in a logistics document. Document lines that contain product and quantity are considered logistics lines.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public interface ILogisticsDocumentLine : IDocumentLine, 
	IDocumentDetail, IDocumentComponent

The ILogisticsDocumentLine type exposes the following members.

Properties
  NameDescription
Public propertyConfirmedQuantity
Gets or sets the confirmed quantity. Can be null. Inheritors that do not support confirmed quantity always return null.
Public propertyConfirmedQuantityBase
Gets or sets the confirmed quantity base. Can be null. Inheritors that do not support confirmed quantity always return null.
Public propertyConfirmedStandardQuantityBase
Gets or sets the confirmed standard quantity base. Can be null. Inheritors that do not support confirmed quantity always return null.
Public propertyDocument
Gets the document of this document component.
(Inherited from IDocumentComponent.)
Public propertyLineAmount
Gets or sets the line amount.
Public propertyLineNumber
Gets or sets the line number.
(Inherited from IDocumentLine.)
Public propertyLineStore
Gets or sets the line store. If the logistics line does not support line stores, then this property will ignore sets and return always null.
Public propertyLogisticsDocument
Gets the logistics document of the line.
Public propertyLot
Gets or sets the lot. If the logistics line does not support lots, then this property will ignore sets and return always null.
Public propertyProduct
Gets or sets the product.
Public propertyProductVariant
Gets or sets the product variant. If the logistics line does not support product variants, then this property will ignore sets and return always null.
Public propertyQuantity
Gets or sets the quantity.
Public propertyQuantityBase
Gets or sets the quantity base.
Public propertyQuantityUnit
Gets or sets the quantity measurement unit.
Public propertySerialNumber
Gets or sets the serial number. If the logistics line does not support serial numbers, then this property will ignore sets and return always null.
Public propertyStandardQuantityBase
Gets the standard quantity base.
Public propertyStoreBin
Gets or sets the store bin. If the logistics line does not support store bins, then this property will ignore sets and return always null.
Public propertySupportsConfirmedQuantity
Gets a value indicating whether the line supports confirmed quantity.
Public propertyUnitAmount
Gets or sets the unit amount of the logistics line. This can be unit price or unit cost.
Top
Methods
  NameDescription
Public methodGetChangedAttributes
Gets the changed attributes for a given DataAttributeChangeEventArgs. Used for front-end generic business rules to recalculate the state of the object according to attribute change events.
Top
See Also