ParentLineNumberMatchingFunctionTOrderItem, TFulfillmentItem Class |
Namespace: Aloe.EnterpriseOne.Model.Core.Transformations
public class ParentLineNumberMatchingFunction<TOrderItem, TFulfillmentItem> : DocumentLinesMatchingFunction<TOrderItem, TFulfillmentItem> where TOrderItem : DocumentLine where TFulfillmentItem : DocumentChild, IParentLineByNumber
The ParentLineNumberMatchingFunctionTOrderItem, TFulfillmentItem type exposes the following members.
| Name | Description | |
|---|---|---|
| ParentLineNumberMatchingFunctionTOrderItem, TFulfillmentItem |
Initializes a new instance of the DocumentLinesMatchingFunctionTOrderItem, TFulfillmentItem class.
|
| Name | Description | |
|---|---|---|
| Transaction |
Gets the transaction.
(Inherited from DocumentLinesMatchingFunctionTOrderItem, TFulfillmentItem.) |
| Name | Description | |
|---|---|---|
| GetDocumentFulfillmentsQuery |
Gets the query, which obtains all the fulfillments of the parent document of the order item.
(Overrides DocumentLinesMatchingFunctionTOrderItem, TFulfillmentItemGetDocumentFulfillmentsQuery(TOrderItem).) | |
| GetFulfillments |
Gets the fulfillments of an order item. This implementation caches the fulfillments of all order items within the document.
(Inherited from DocumentLinesMatchingFunctionTOrderItem, TFulfillmentItem.) | |
| GetFulfillmentsWithinDocument |
Gets the fulfillments of an order item, searching within all fulfillments of a document.
(Overrides DocumentLinesMatchingFunctionTOrderItem, TFulfillmentItemGetFulfillmentsWithinDocument(TOrderItem, IEnumerableTFulfillmentItem).) |