TransportationOrdersRepositoryCarrierIdAttribute Field |
Definition of the data attribute for
Carrier reference
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static readonly ColumnDataAttribute<TransportationOrder, Nullable<Guid>> CarrierIdAttribute
Public Shared ReadOnly CarrierIdAttribute As ColumnDataAttribute(Of TransportationOrder, Nullable(Of Guid))
public:
static initonly ColumnDataAttribute<TransportationOrder^, Nullable<Guid^>^>^ CarrierIdAttribute
static val CarrierIdAttribute: ColumnDataAttribute<TransportationOrder, Nullable<Guid>>
Field Value
Type:
ColumnDataAttributeTransportationOrder,
NullableGuid
See Also