MeasureTOrderItem, TFulfillmentItemSpecification Property |
Gets the specification containing the measure.
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Fulfillment<TOrderItem, TFulfillmentItem> Specification { get; }
Public ReadOnly Property Specification As Fulfillment(Of TOrderItem, TFulfillmentItem)
Get
public:
property Fulfillment<TOrderItem, TFulfillmentItem>^ Specification {
Fulfillment<TOrderItem, TFulfillmentItem>^ get ();
}
member Specification : Fulfillment<'TOrderItem, 'TFulfillmentItem> with get
Property Value
Type:
FulfillmentTOrderItem,
TFulfillmentItem
See Also