Click or drag to resize

DocumentLinesMatchingFunctionTOrderItem, TFulfillmentItem Class

Represents a matching function, based on query, which matches all document lines in one call.
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 abstract class DocumentLinesMatchingFunction<TOrderItem, TFulfillmentItem> : MatchingFunction<TOrderItem, TFulfillmentItem>
where TOrderItem : DocumentChild
where TFulfillmentItem : DocumentChild

Type Parameters

TOrderItem
TFulfillmentItem

The DocumentLinesMatchingFunctionTOrderItem, TFulfillmentItem type exposes the following members.

Constructors
  NameDescription
Public methodDocumentLinesMatchingFunctionTOrderItem, TFulfillmentItem
Initializes a new instance of the DocumentLinesMatchingFunctionTOrderItem, TFulfillmentItem class.
Top
Properties
  NameDescription
Public propertyTransaction
Gets the transaction.
Top
Methods
  NameDescription
Public methodGetDocumentFulfillmentsQuery
Gets the query, which obtains all the fulfillments of the parent document of the order item.
Public methodGetFulfillments
Gets the fulfillments of an order item. This implementation caches the fulfillments of all order items within the document.
(Overrides MatchingFunctionTOrderItem, TFulfillmentItemGetFulfillments(TOrderItem).)
Public methodGetFulfillmentsWithinDocument
Gets the fulfillments of an order item, searching within all fulfillments of a document.
Top
See Also