Click or drag to resize

ILogisticsDocument Interface

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public interface ILogisticsDocument

The ILogisticsDocument type exposes the following members.

Properties
  NameDescription
Public propertyDocumentCurrency
Gets or sets the document currency.
Public propertyLogisticsLines
Gets the primary logistics lines.
Public propertyLogisticsLinesCollections
Gets the logistics lines collections. Some documents have more than one child collection with logistics lines.
Public propertyStore
Gets or sets the store.
Public propertySupportsDocumentAmounts
Gets a value indicating whether the document supports document amounts.
Public propertySupportsDocumentCurrency
Gets a value indicating whether the document supports document currency.
Public propertySupportsStore
Gets a value indicating whether the document supports store.
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