ShipmentLinesRepositoryBoxCountAttribute Field |
Definition of the
BoxCount 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<ShipmentLine, Nullable<int>> BoxCountAttribute
Public Shared ReadOnly BoxCountAttribute As ColumnDataAttribute(Of ShipmentLine, Nullable(Of Integer))
public:
static initonly ColumnDataAttribute<ShipmentLine^, Nullable<int>^>^ BoxCountAttribute
static val BoxCountAttribute: ColumnDataAttribute<ShipmentLine, Nullable<int>>
Field Value
Type:
ColumnDataAttributeShipmentLine,
NullableInt32
See Also