Click or drag to resize

LambdaMatchingFunctionTOrderItem, TFulfillmentItem Constructor

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public LambdaMatchingFunction(
	Func<TOrderItem, IEnumerable<TFulfillmentItem>> matchingFunction
)

Parameters

matchingFunction
Type: SystemFuncTOrderItem, IEnumerableTFulfillmentItem
The matching function.
See Also