Click or drag to resize

FulfillmentAdviceTOrderItem, TFulfillmentItem Constructor

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public FulfillmentAdvice(
	Fulfillment<TOrderItem, TFulfillmentItem> fulfillment,
	TOrderItem orderItem,
	params KeyValuePair<Measure<TOrderItem, TFulfillmentItem>, decimal>[] measureValues
)

Parameters

fulfillment
Type: Aloe.EnterpriseOne.Model.Core.TransformationsFulfillmentTOrderItem, TFulfillmentItem
The fulfillment.
orderItem
Type: TOrderItem
The order item.
measureValues
Type: System.Collections.GenericKeyValuePairMeasureTOrderItem, TFulfillmentItem, Decimal
Advices for the values of measures.
See Also