MatchingFunctionTOrderItem, TFulfillmentItem Class |
The matching function is used to relate order and execution items in a fulfillment.
Inheritance Hierarchy
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic abstract class MatchingFunction<TOrderItem, TFulfillmentItem>
Public MustInherit Class MatchingFunction(Of TOrderItem, TFulfillmentItem)
generic<typename TOrderItem, typename TFulfillmentItem>
public ref class MatchingFunction abstract
[<AbstractClassAttribute>]
type MatchingFunction<'TOrderItem, 'TFulfillmentItem> = class end
Type Parameters
- TOrderItem
- TFulfillmentItem
The MatchingFunctionTOrderItem, TFulfillmentItem type exposes the following members.
Methods
See Also