Click or drag to resize

MeasureTOrderItem, TFulfillmentItem Class

Measures provide scalar representation of the fulfillment of order items
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Core.TransformationsMeasureTOrderItem, TFulfillmentItem

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

Type Parameters

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

The MeasureTOrderItem, TFulfillmentItem type exposes the following members.

Constructors
  NameDescription
Public methodMeasureTOrderItem, TFulfillmentItem
Initializes a new instance of the MeasureTOrderItem, TFulfillmentItem class.
Top
Properties
  NameDescription
Public propertyCreateFulfillmentItem
Gets a value indicating whether to create fulfillment item if the measure is not fulfilled.
Public propertyName
Gets the name of the measurement.
Public propertySpecification
Gets the specification containing the measure.
Top
Methods
  NameDescription
Public methodGetFulfillmentsValue
Returns the sum of all fulfillments for the specified order item.
Public methodGetOrderedValue
Gets the ordered value for an order item.
Public methodGetRemainingValue
Returns the remaining to be fulfilled for an order item.
Top
See Also