ShipmentOrderLinesRepositoryVolumelAttribute Field |
Definition of the
Volumel data attribute
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static readonly ColumnDataAttribute<ShipmentOrderLine, Nullable<decimal>> VolumelAttribute
Public Shared ReadOnly VolumelAttribute As ColumnDataAttribute(Of ShipmentOrderLine, Nullable(Of Decimal))
public:
static initonly ColumnDataAttribute<ShipmentOrderLine^, Nullable<Decimal^>^>^ VolumelAttribute
static val VolumelAttribute: ColumnDataAttribute<ShipmentOrderLine, Nullable<decimal>>
Field Value
Type:
ColumnDataAttributeShipmentOrderLine,
NullableDecimal
See Also