Click or drag to resize

LambdaMatchingFunctionTOrderItem, TFulfillmentItemMatchingFunction Property

Gets the matching function.

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Func<TOrderItem, IEnumerable<TFulfillmentItem>> MatchingFunction { get; }

Property Value

Type: FuncTOrderItem, IEnumerableTFulfillmentItem
See Also