MatchingFulfillmentTOrderItem, 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
Syntaxpublic MatchingFunction<TOrderItem, TFulfillmentItem> MatchingFunction { get; }
Public ReadOnly Property MatchingFunction As MatchingFunction(Of TOrderItem, TFulfillmentItem)
Get
public:
property MatchingFunction<TOrderItem, TFulfillmentItem>^ MatchingFunction {
MatchingFunction<TOrderItem, TFulfillmentItem>^ get ();
}
member MatchingFunction : MatchingFunction<'TOrderItem, 'TFulfillmentItem> with get
Property Value
Type:
MatchingFunctionTOrderItem,
TFulfillmentItem
See Also