ProjectTasksRepositoryWorkTypeIdAttribute Field |
Definition of the data attribute for
WorkType reference
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static readonly ColumnDataAttribute<ProjectTask, Nullable<Guid>> WorkTypeIdAttribute
Public Shared ReadOnly WorkTypeIdAttribute As ColumnDataAttribute(Of ProjectTask, Nullable(Of Guid))
public:
static initonly ColumnDataAttribute<ProjectTask^, Nullable<Guid^>^>^ WorkTypeIdAttribute
static val WorkTypeIdAttribute: ColumnDataAttribute<ProjectTask, Nullable<Guid>>
Field Value
Type:
ColumnDataAttributeProjectTask,
NullableGuid
See Also