CompanyDepartmentsRepositoryParentCompanyDepartmentIdAttribute Field |
Definition of the data attribute for
Parent reference
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static readonly ColumnDataAttribute<CompanyDepartment, Nullable<Guid>> ParentCompanyDepartmentIdAttribute
Public Shared ReadOnly ParentCompanyDepartmentIdAttribute As ColumnDataAttribute(Of CompanyDepartment, Nullable(Of Guid))
public:
static initonly ColumnDataAttribute<CompanyDepartment^, Nullable<Guid^>^>^ ParentCompanyDepartmentIdAttribute
static val ParentCompanyDepartmentIdAttribute: ColumnDataAttribute<CompanyDepartment, Nullable<Guid>>
Field Value
Type:
ColumnDataAttributeCompanyDepartment,
NullableGuid
See Also