Click or drag to resize

LambdaMatchingFunctionTOrderItem, TFulfillmentItem Class

Represents a matching function, which is provided as lambda expression (actually, a Func).
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Core.TransformationsMatchingFunctionTOrderItem, TFulfillmentItem
    Aloe.EnterpriseOne.Model.Core.TransformationsLambdaMatchingFunctionTOrderItem, TFulfillmentItem

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

Type Parameters

TOrderItem
TFulfillmentItem

The LambdaMatchingFunctionTOrderItem, TFulfillmentItem type exposes the following members.

Constructors
  NameDescription
Public methodLambdaMatchingFunctionTOrderItem, TFulfillmentItem
Initializes a new instance of the LambdaMatchingFunctionTOrderItem, TFulfillmentItem class.
Top
Properties
  NameDescription
Public propertyMatchingFunction
Gets the matching function.
Top
Methods
See Also