StatusingAssignmentDependenciesDataSet.PostDependenciesRow Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents status information about assignment post-dependencies as a row in the StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable object.
public: ref class StatusingAssignmentDependenciesDataSet::PostDependenciesRow : System::Data::DataRow
public class StatusingAssignmentDependenciesDataSet.PostDependenciesRow : System.Data.DataRow
type StatusingAssignmentDependenciesDataSet.PostDependenciesRow = class
inherit DataRow
Public Class StatusingAssignmentDependenciesDataSet.PostDependenciesRow
Inherits DataRow
- Inheritance
-
StatusingAssignmentDependenciesDataSet.PostDependenciesRow
Properties
| ASSN_ACT_WORK |
Gets the amount of work done by a resource on a task. |
| ASSN_FINISH_DATE |
The date and time when an assigned resource is scheduled to complete work on a task. |
| ASSN_PCT_WORK_COMPLETE |
Gets the percentage of work completed. |
| ASSN_START_DATE |
The date and time when an assigned resource is scheduled to begin working on a task. |
| ASSN_UID |
Gets or sets the assignment GUID. |
| ASSN_WORK |
The total amount of work that is scheduled to be performed by a resource on a task. |
| RES_NAME |
Gets or sets the resource name. |
| RES_UID |
Gets or sets the resource GUID. |
| TASK_NAME |
Gets or sets the name of the task. |
| WASSN_UPDATE_TRACKING_MODE |
Indicates the update method that is used to track projects. |
| WRES_EMAIL |
Contains the email address of the resource. |
Methods
| IsASSN_ACT_WORKNull() |
Determines whether the ASSN_ACT_WORK property is set to a a null reference (Nothing in Visual Basic) value. |
| IsASSN_FINISH_DATENull() |
Determines whether the ASSN_FINISH_DATE property is set to a a null reference (Nothing in Visual Basic) value. |
| IsASSN_PCT_WORK_COMPLETENull() |
Determines whether the ASSN_PCT_WORK_COMPLETE property is set to a a null reference (Nothing in Visual Basic) value. |
| IsASSN_START_DATENull() |
Determines whether the ASSN_START_DATE property is set to a a null reference (Nothing in Visual Basic) value. |
| IsASSN_WORKNull() |
Determines whether the ASSN_WORK 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. |
| IsWASSN_UPDATE_TRACKING_MODENull() |
Determines whether the WASSN_UPDATE_TRACKING_MODE property is set to a a null reference (Nothing in Visual Basic) value. |
| IsWRES_EMAILNull() |
Determines whether the WRES_EMAIL property is set to a a null reference (Nothing in Visual Basic) value. |
| SetASSN_ACT_WORKNull() |
Sets the ASSN_ACT_WORK property to a a null reference (Nothing in Visual Basic) value. |
| SetASSN_FINISH_DATENull() |
Sets the ASSN_FINISH_DATE property to a a null reference (Nothing in Visual Basic) value. |
| SetASSN_PCT_WORK_COMPLETENull() |
Sets the ASSN_PCT_WORK_COMPLETE property to a a null reference (Nothing in Visual Basic) value. |
| SetASSN_START_DATENull() |
Sets the ASSN_START_DATE property to a a null reference (Nothing in Visual Basic) value. |
| SetASSN_WORKNull() |
Sets the ASSN_WORK 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. |
| SetWASSN_UPDATE_TRACKING_MODENull() |
Sets the WASSN_UPDATE_TRACKING_MODE property to a a null reference (Nothing in Visual Basic) value. |
| SetWRES_EMAILNull() |
Sets the WRES_EMAIL property to a a null reference (Nothing in Visual Basic) value. |