Click or drag to resize

ParentLineNumberMatchingFunctionTOrderItem, TFulfillmentItem Class

Represents a document lines matching function, where the order and fulfillment lines are matched by relating a document and line number.
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Core.TransformationsMatchingFunctionTOrderItem, TFulfillmentItem
    Aloe.EnterpriseOne.Model.Core.TransformationsDocumentLinesMatchingFunctionTOrderItem, TFulfillmentItem
      Aloe.EnterpriseOne.Model.Core.TransformationsParentLineNumberMatchingFunctionTOrderItem, TFulfillmentItem

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class ParentLineNumberMatchingFunction<TOrderItem, TFulfillmentItem> : DocumentLinesMatchingFunction<TOrderItem, TFulfillmentItem>
where TOrderItem : DocumentLine
where TFulfillmentItem : DocumentChild, IParentLineByNumber

Type Parameters

TOrderItem
The type of the order item.
TFulfillmentItem
The type of the fulfillment item.

The ParentLineNumberMatchingFunctionTOrderItem, TFulfillmentItem type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodGetDocumentFulfillmentsQuery
Gets the query, which obtains all the fulfillments of the parent document of the order item.
(Overrides DocumentLinesMatchingFunctionTOrderItem, TFulfillmentItemGetDocumentFulfillmentsQuery(TOrderItem).)
Public methodGetFulfillments
Gets the fulfillments of an order item. This implementation caches the fulfillments of all order items within the document.
(Inherited from DocumentLinesMatchingFunctionTOrderItem, TFulfillmentItem.)
Public methodGetFulfillmentsWithinDocument
Gets the fulfillments of an order item, searching within all fulfillments of a document.
(Overrides DocumentLinesMatchingFunctionTOrderItem, TFulfillmentItemGetFulfillmentsWithinDocument(TOrderItem, IEnumerableTFulfillmentItem).)
Top
See Also