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