TransportationRequisitionLinesRepositoryWeightKgAttribute Field |
Definition of the
WeightKg 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<TransportationRequisitionLine, Nullable<int>> WeightKgAttribute
Public Shared ReadOnly WeightKgAttribute As ColumnDataAttribute(Of TransportationRequisitionLine, Nullable(Of Integer))
public:
static initonly ColumnDataAttribute<TransportationRequisitionLine^, Nullable<int>^>^ WeightKgAttribute
static val WeightKgAttribute: ColumnDataAttribute<TransportationRequisitionLine, Nullable<int>>
Field Value
Type:
ColumnDataAttributeTransportationRequisitionLine,
NullableInt32
See Also