Click or drag to resize

QueryMatchingFunctionTOrderItem, TFulfillmentItem Class

Represents a matching function, which is based on a query.
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Core.TransformationsMatchingFunctionTOrderItem, TFulfillmentItem
    Aloe.EnterpriseOne.Model.Core.TransformationsQueryMatchingFunctionTOrderItem, TFulfillmentItem

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

Type Parameters

TOrderItem
The type of the order item.
TFulfillmentItem
The type of the fulfillment item.

The QueryMatchingFunctionTOrderItem, TFulfillmentItem type exposes the following members.

Constructors
  NameDescription
Public methodQueryMatchingFunctionTOrderItem, TFulfillmentItem
Initializes a new instance of the QueryMatchingFunctionTOrderItem, TFulfillmentItem class.
Top
Properties
  NameDescription
Public propertyGetMatchingQuery
Gets the function, which returns a matching query, based on an order item.
Top
Methods
See Also