DelegationDataSet.DelegatableAssignmentsRow Members
Include Protected Members
Include Inherited Members
Specifies one row of assignment data.
The DelegationDataSet.DelegatableAssignmentsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ASSN_FINISH_DATE | Specifies the finish date for the assignment. |
![]() |
ASSN_START_DATE | Specifies the start date for the assignment. |
![]() |
ASSN_UID | Specifies the unique identifier of the assignment. |
![]() |
HasErrors | (Inherited from DataRow.) |
![]() |
Item[Int32] | (Inherited from DataRow.) |
![]() |
Item[String] | (Inherited from DataRow.) |
![]() |
Item[DataColumn] | (Inherited from DataRow.) |
![]() |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) |
![]() |
Item[String, DataRowVersion] | (Inherited from DataRow.) |
![]() |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) |
![]() |
ItemArray | (Inherited from DataRow.) |
![]() |
NewRes | Represents the unique identifier of the newly created delegation assignment. |
![]() |
PROJ_NAME | Specifies the name of the project which is associated with the assignment. |
![]() |
PROJ_UID | Specifies the unique identifier of the project which is associated with the assignment. |
![]() |
RES_NAME | Specifies the name of a resource associated with the assignment. |
![]() |
RES_UID | Specifies the unique identifier of a resource associated with the assignment. |
![]() |
RowError | (Inherited from DataRow.) |
![]() |
RowState | (Inherited from DataRow.) |
![]() |
Table | (Inherited from DataRow.) |
![]() |
TASK_NAME | Specifies the name of the task associated with the assignment. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AcceptChanges | (Inherited from DataRow.) |
![]() |
BeginEdit | (Inherited from DataRow.) |
![]() |
CancelEdit | (Inherited from DataRow.) |
![]() |
ClearErrors | (Inherited from DataRow.) |
![]() |
Delete | (Inherited from DataRow.) |
![]() |
EndEdit | (Inherited from DataRow.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetChildRows(String) | (Inherited from DataRow.) |
![]() |
GetChildRows(DataRelation) | (Inherited from DataRow.) |
![]() |
GetChildRows(String, DataRowVersion) | (Inherited from DataRow.) |
![]() |
GetChildRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) |
![]() |
GetColumnError(Int32) | (Inherited from DataRow.) |
![]() |
GetColumnError(String) | (Inherited from DataRow.) |
![]() |
GetColumnError(DataColumn) | (Inherited from DataRow.) |
![]() |
GetColumnsInError | (Inherited from DataRow.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetParentRow(String) | (Inherited from DataRow.) |
![]() |
GetParentRow(DataRelation) | (Inherited from DataRow.) |
![]() |
GetParentRow(String, DataRowVersion) | (Inherited from DataRow.) |
![]() |
GetParentRow(DataRelation, DataRowVersion) | (Inherited from DataRow.) |
![]() |
GetParentRows(String) | (Inherited from DataRow.) |
![]() |
GetParentRows(DataRelation) | (Inherited from DataRow.) |
![]() |
GetParentRows(String, DataRowVersion) | (Inherited from DataRow.) |
![]() |
GetParentRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
HasVersion | (Inherited from DataRow.) |
![]() |
IsNewResNull | Determines whether the NewRes property is set to a a null reference (Nothing in Visual Basic) value. |
![]() |
IsNull(Int32) | (Inherited from DataRow.) |
![]() |
IsNull(String) | (Inherited from DataRow.) |
![]() |
IsNull(DataColumn) | (Inherited from DataRow.) |
![]() |
IsNull(DataColumn, DataRowVersion) | (Inherited from DataRow.) |
![]() |
IsPROJ_NAMENull | Determines whether the PROJ_NAME property is set to a a null reference (Nothing in Visual Basic) value. |
![]() |
IsRES_NAMENull | Determines whether the RES_NAME property is set to a a null reference (Nothing in Visual Basic) value. |
![]() |
IsTASK_NAMENull | Determines whether the TASK_NAME property is set to a a null reference (Nothing in Visual Basic) value. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
RejectChanges | (Inherited from DataRow.) |
![]() |
SetAdded | (Inherited from DataRow.) |
![]() |
SetColumnError(Int32, String) | (Inherited from DataRow.) |
![]() |
SetColumnError(String, String) | (Inherited from DataRow.) |
![]() |
SetColumnError(DataColumn, String) | (Inherited from DataRow.) |
![]() |
SetModified | (Inherited from DataRow.) |
![]() |
SetNewResNull | Sets the NewRes property to a a null reference (Nothing in Visual Basic) value. |
![]() |
SetNull | (Inherited from DataRow.) |
![]() |
SetParentRow(DataRow) | (Inherited from DataRow.) |
![]() |
SetParentRow(DataRow, DataRelation) | (Inherited from DataRow.) |
![]() |
SetPROJ_NAMENull | Sets the PROJ_NAME property to a a null reference (Nothing in Visual Basic) value. |
![]() |
SetRES_NAMENull | Sets the RES_NAME property to a a null reference (Nothing in Visual Basic) value. |
![]() |
SetTASK_NAMENull | Sets the TASK_NAME property to a a null reference (Nothing in Visual Basic) value. |
![]() |
ToString | (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
![]() |
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top