PurchaseInvoicesRepositoryCostCenterIdAttribute Field |
Definition of the data attribute for
CostCenter reference
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static readonly ColumnDataAttribute<PurchaseInvoice, Nullable<Guid>> CostCenterIdAttribute
Public Shared ReadOnly CostCenterIdAttribute As ColumnDataAttribute(Of PurchaseInvoice, Nullable(Of Guid))
public:
static initonly ColumnDataAttribute<PurchaseInvoice^, Nullable<Guid^>^>^ CostCenterIdAttribute
static val CostCenterIdAttribute: ColumnDataAttribute<PurchaseInvoice, Nullable<Guid>>
Field Value
Type:
ColumnDataAttributePurchaseInvoice,
NullableGuid
See Also