ProjectDataSet.TaskRow Members
Include Protected Members
Include Inherited Members
Defines the properties, methods, and events of one task in a TaskDataTable.
The ProjectDataSet.TaskRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
AddAfterTaskUID | Adds the task after the specified task GUID. | |
AddPosition | Specifies the position in a project to add the task. | |
CREATED_DATE | The date when the task was created. | |
DurationType | Deprecated. Use TASK_DUR_FMT to set the desired duration display format. | |
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.) | |
MOD_DATE | The date when the task was last saved to the project. | |
PROJ_NAME | A copy of the project name. | |
PROJ_OPT_CURRENCY_DIGITS | To be deprecated in the TaskDataTable. The number of digits displayed to the right of the decimal when currency values are displayed. | |
PROJ_OPT_CURRENCY_POSITION | To be deprecated in the TaskDataTable. Specifies the placement of the currency symbol in relation to the currency value. | |
PROJ_OPT_CURRENCY_SYMBOL | To be deprecated in the TaskDataTable. The symbol used to represent the type of currency that is used in the project. | |
PROJ_TYPE | The Project.ProjectType of the project to which the task belongs. | |
PROJ_UID | Specifies GUID of the project to which the task belongs. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
StatusManager | Gets or sets the GUID of the manager for the task status. | |
Table | (Inherited from DataRow.) | |
TASK_ACT_COST | Specifies the total current actual cost incurred for the task. | |
TASK_ACT_DUR | Specifies the span of actual working time for the task so far, based on the scheduled duration and current remaining work or percentage of work complete. | |
TASK_ACT_FINISH | Specifies the date and time that the task actually completed. | |
TASK_ACT_OVT_COST | Specifies the costs that are incurred for overtime work that has been performed on a task by all assigned resources. | |
TASK_ACT_OVT_WORK | Specifies the actual amount of overtime work that has been performed by all resources assigned to the task. | |
TASK_ACT_START | Specifies the date and time when the task actually began. | |
TASK_ACT_WORK | Specifies the amount of work that has been done by the resources that are assigned to the task. | |
TASK_ACWP | Actual cost of work performed is the costs that is incurred for work done on the task, up to the project status date or today's date. | |
TASK_BCWP | Specifies the budgeted cost of work performed; it is also known as earned value. | |
TASK_BCWS | Budgeted cost for work scheduled is the cumulative timephased baseline costs up to the status date or today's date. | |
TASK_BUDGET_COST | Specifies the total budget cost for the task. | |
TASK_BUDGET_WORK | The total budget work for the task. | |
TASK_CAL_UID | Sets the GUID of the task base calendar when creating a project; gets the task calendar GUID after the project is created. | |
TASK_COMPLETE_THROUGH | Gets the date that specifies when the task was completed. | |
TASK_CONSTRAINT_DATE | Specifies the constrained start or finish date, depending on the value of TASK_CONSTRAINT_TYPE. | |
TASK_CONSTRAINT_TYPE | Indicates the type of scheduling constraint to use, with a short integer of Task.ConstraintType. | |
TASK_CONTACT | Specifies the name of person responsible for the task. | |
TASK_COST | Specifies the current projected cost of the task. | |
TASK_COST_VAR | Specifies the difference between the baseline cost and total cost for the task. | |
TASK_CPI | The Cost Performance Index CPI is the ratio of BCWP (budgeted cost of work performed) to ACWP (actual cost of work performed). | |
TASK_CV | The task cost variance. | |
TASK_DEADLINE | The date that is entered as the deadline for the task. | |
TASK_DUR | The duration of the task. | |
TASK_DUR_FMT | The task duration format indicates the display format of the duration value, and whether the duration is considered an estimate rather than a firm value. | |
TASK_DUR_IS_EST | Indicates whether TASK_DUR_FMT is an estimate. | |
TASK_DUR_TXT | Gets or sets a text representation of the task duration, for manually scheduled tasks. | |
TASK_DUR_VAR | Duration variance is the difference between the planned duration and the current duration of the task. | |
TASK_EAC | Estimate at completion is the total scheduled or projected cost for the task based on costs already incurred, in addition to the costs planned for remaining work. | |
TASK_EARLY_FINISH | Specifies the earliest possible date on which the task can finish. | |
TASK_EARLY_START | Specifies the earliest possible date the task can start. | |
TASK_EVMETHOD | The earned value method indicates the method to use when calculating earned value. | |
TASK_EXT_PROJ_UID | Specifies the Unique ID of the external project represented by this task. | |
TASK_FINISH_DATE | The date when this task is scheduled to be completed. | |
TASK_FINISH_SLACK | The finish slack duration is the duration between the TASK_EARLY_FINISH and TASK_LATE_FINISH dates. | |
TASK_FINISH_TXT | Gets or sets a text representation of the task finish date, for manually scheduled tasks. | |
TASK_FINISH_VAR | The task finish variance is the difference between task finish date and the baseline finish date. | |
TASK_FIXED_COST | The fixed cost of the task includes any non-resource task expense. | |
TASK_FIXED_COST_ACCRUAL | Indicates how fixed costs are to be accrued in a task. | |
TASK_FREE_SLACK | The task free slack duration is the amount of time that the task can be delayed without delaying any successor tasks. | |
TASK_HAS_LINKED_FIELDS | Specifies whether the task has OLE linked fields. | |
TASK_HYPERLINK_ADDRESS | The task hyperlink address is the URI for the hyperlink associated with this task. | |
TASK_HYPERLINK_FRIENDLY_NAME | Specifies the display text for the hyperlink associated with this task. | |
TASK_HYPERLINK_SUB_ADDRESS | Hyperlink anchor. | |
TASK_ID | Specifies an ordinal indicator of where the task is displayed in the list of tasks. | |
TASK_IGNORES_RES_CAL | Indicates whether the resource calendar should be ignored when scheduling this task. | |
TASK_IS_ACTIVE | Gets or sets a value that indicates whether the task is active (true) or inactive (false). | |
TASK_IS_CRITICAL | Specifies whether slack is associated with this task. | |
TASK_IS_DISPSUMMARY | Reserved for future use. | |
TASK_IS_EFFORT_DRIVEN | Indicates whether scheduling for the task is effort-driven. | |
TASK_IS_EXTERNAL | Indicates whether the task is from another project or whether it originated in the current project. | |
TASK_IS_FROM_FINISH_SUBPROJ | Indicates whether the task represents an inserted project that is marked as Schedule-from-Finish (SF). | |
TASK_IS_MANUAL | Gets or sets the Boolean value that specifies whether the task is scheduled manually or automatically. True if manually scheduled. | |
TASK_IS_MARKED | Task is marked indicates whether the task is tagged as having special meaning to the user. | |
TASK_IS_MILESTONE | Indicates whether the task is a milestone. | |
TASK_IS_NULL | Specifies whether the task has no values set. | |
TASK_IS_OVERALLOCATED | Indicates whether an assigned resource on the task has been assigned to more work on the task than can be done within the normal working capacity. | |
TASK_IS_READONLY_SUBPROJ | Specifies whether the task is a subproject that is set to read-only. | |
TASK_IS_RECURRING | Task is recurring indicates whether the task is part of a series of recurring tasks. | |
TASK_IS_RECURRING_SUMMARY | Indicates whether the task is a part of a series of recurring tasks. | |
TASK_IS_ROLLED_UP | Indicates whether the information on the subtask Gantt bars is rolled up to the summary task bar. | |
TASK_IS_SUBPROJ | Indicates whether the task represents a subproject. | |
TASK_IS_SUMMARY | Indicates whether the task is a summary task. | |
TASK_LATE_FINISH | Contains the latest date that the task can finish without delaying the finish of the project. | |
TASK_LATE_START | Contains the latest date that the task can start without delaying the finish of the project. | |
TASK_LEVELING_ADJUSTS_ASSN | Indicates whether the leveling function can delay and split individual assignments (rather than the entire task) to resolve over-allocations. | |
TASK_LEVELING_CAN_SPLIT | Indicates whether the resource leveling function can cause splits on remaining work on this task. | |
TASK_LEVELING_DELAY | Contains the amount of time that the task or assignment is to be delayed from its early start date as a result of resource leveling. | |
TASK_LEVELING_DELAY_FMT | Indicates the desired display format of the TASK_LEVELING_DELAY value, and whether the duration is considered only an estimate rather than a firm value. | |
TASK_LOCKDOWN_BY_MANAGER | Indicates whether the task has been locked from changes. | |
TASK_NAME | Specifies the display title of the task. | |
TASK_NOTES | Contains the text value of user-entered notes for the task. | |
TASK_OUTLINE_LEVEL | Indicates the level of a task by number (such as 1, 2, or 3) in the project outline hierarchy. | |
TASK_OUTLINE_NUM | Represents the task’s position by number (such as 1, 1.1, or 1.2.1) in the hierarchical outline structure. | |
TASK_OVT_COST | Contains the sum of TASK_ACT_OVT_COST and TASK_REM_OVT_COST. | |
TASK_OVT_WORK | Specifies the total amount of overtime work on a task. | |
TASK_PARENT_UID | Contains the unique ID of the parent summary task. | |
TASK_PCT_COMP | Specifies the percentage of elapsed duration compared with the remaining duration. | |
TASK_PCT_WORK_COMP | Contains the percentage of work actually elapsed compared with the amount of work remaining to be done. | |
TASK_PHY_PCT_COMP | Contains the physical percent of work completed on the task. | |
TASK_PRELEVELED_FINISH | Contains the finish date of the task before resource leveling. | |
TASK_PRELEVELED_START | Contains the start date of the task before resource leveling. | |
TASK_PRIORITY | Contains the level of importance that is given to the task, which indicates how readily the task or assignment can be delayed or split during resource leveling. | |
TASK_REG_WORK | Contains the total amount of non-overtime work that is scheduled to be performed by resources. | |
TASK_REM_COST | Contains the remaining cost to complete the task. | |
TASK_REM_DUR | Contains amount of time required to complete the unfinished portion of the task. | |
TASK_REM_OVT_COST | Contains the remaining overtime cost to complete the task. | |
TASK_REM_OVT_WORK | Contains the sum of all remaining overtime work values for all the resources that are assigned to the task. | |
TASK_REM_WORK | Task remaining work contains the amount of time required to complete the task. | |
TASK_RESUME_DATE | Contains the date when the remaining portion of a task is scheduled to resume after you enter any progress. | |
TASK_SCHED_DUR | Gets the duration of the task as calculated by the Project Server scheduling engine. | |
TASK_SCHED_DUR_FMT | Task scheduled duration format indicates the display format of the TASK_SCHED_DUR value, and whether the scheduled duration is considered an estimate rather than a firm value. | |
TASK_SCHED_FINISH | Gets the date and time the task is scheduled to be completed, as calculated by the Project Server scheduling engine. | |
TASK_SCHED_START | Gets the date and time the task is scheduled to start, as calculated by the Project Server scheduling engine. | |
TASK_SPI | Task schedule performance index is the ratio of the budgeted cost of work performed to the budgeted cost of work scheduled. | |
TASK_START_DATE | Contains the starting date of the task. | |
TASK_START_SLACK | Specifies the amount of time that the start date for the specified task can be delayed without delaying the project. | |
TASK_START_TXT | Gets or sets a text representation of the task start date, for manually scheduled tasks. | |
TASK_START_VAR | Task start variance is the difference between the baseline start date (TB_START ) and the actual start date (TASK_START_DATE). | |
TASK_STOP_DATE | Represents the end of the actual portion of the task. | |
TASK_SV | Contains the cost difference between the current progress and the baseline plan of the task. | |
TASK_TCPI | Task to complete performance index is the ratio of remaining available budget to remaining scheduled cost as of the status date. | |
TASK_TOTAL_SLACK | Task total slack duration is the amount of time the finish date of the task can be delayed without delaying the project finish date. | |
TASK_TYPE | Specifies the task type can be fixed units, fixed duration, or fixed work. | |
TASK_UID | Specifies the GUID of the task. | |
TASK_VAC | Task variance at completion is the difference between the TB_COST (Budget At Completion) or baseline cost and TASK_EAC (Estimate At Completion). | |
TASK_WBS | Task work breakdown structure code is a read-only alphanumeric code that can indicate the relationships between tasks. | |
TASK_WORK | Specifies the total amount of time scheduled on the task for all assigned resources. | |
TASK_WORK_VAR | Task work variance is the difference between baseline work of the task and the currently scheduled work. | |
TaskCVP | Task cost variance percentage. | |
TaskSVP | Task schedule variance percentage. | |
TB_COST | The baseline cost is the total planned cost for the task as of a status date. | |
TB_DUR | Task baseline duration is the original span of time planned to complete the task. | |
TB_DUR_FMT | Task baseline duration format indicates the display format of the baseline duration value, and whether the baseline duration is considered only an estimate rather than a firm value. | |
TB_FINISH | Task baseline finish is the planned completion date for the task at the time you saved a baseline. | |
TB_START | Baseline start is the planned beginning date for the task at the time you saved a baseline. | |
TB_WORK | Baseline work is the originally planned amount of work to be performed by all resources assigned to the task. | |
WOBJ_DOC_REF_CNT | This member is reserved for internal use and is not intended to be used directly from your code. | |
WOBJ_ISSUE_REF_CNT | This member is reserved for internal use and is not intended to be used directly from your code. | |
WOBJ_OTHER_REF_CNT | This member is reserved for internal use and is not intended to be used directly from your code. | |
WOBJ_RISK_REF_CNT | This member is reserved for internal use and is not intended to be used directly from your code. |
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.) | |
IsAddAfterTaskUIDNull | Determines whether the AddAfterTaskUID property is set to a null value. | |
IsAddPositionNull | Determines whether the AddPosition property is set to a null value. | |
IsCREATED_DATENull | Determines whether the CREATED_DATE property is set to a null value. | |
IsDurationTypeNull | Determines whether the DurationType property is set to a null value. | |
IsMOD_DATENull | Determines whether the MOD_DATE property is set to a null 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 null value. | |
IsPROJ_OPT_CURRENCY_DIGITSNull | Determines whether the PROJ_OPT_CURRENCY_DIGITS property is set to a null value. | |
IsPROJ_OPT_CURRENCY_POSITIONNull | Determines whether the PROJ_OPT_CURRENCY_POSITION property is set to a null value. | |
IsPROJ_OPT_CURRENCY_SYMBOLNull | Determines whether the PROJ_OPT_CURRENCY_SYMBOL property is set to a null value. | |
IsPROJ_TYPENull | Determines whether the PROJ_TYPE property is set to a null value. | |
IsStatusManagerNull | Determines whether the StatusManager property is set to a null value. | |
IsTASK_ACT_COSTNull | Determines whether the TASK_ACT_COST property is set to a null value. | |
IsTASK_ACT_DURNull | Determines whether the TASK_ACT_DUR property is set to a null value. | |
IsTASK_ACT_FINISHNull | Determines whether the TASK_ACT_FINISH property is set to a null value. | |
IsTASK_ACT_OVT_COSTNull | Determines whether the TASK_ACT_OVT_COST property is set to a null value. | |
IsTASK_ACT_OVT_WORKNull | Determines whether the TASK_ACT_OVT_WORK property is set to a null value. | |
IsTASK_ACT_STARTNull | Determines whether the TASK_ACT_START property is set to a null value. | |
IsTASK_ACT_WORKNull | Determines whether the TASK_ACT_WORK property is set to a null value. | |
IsTASK_ACWPNull | Determines whether the TASK_ACWP property is set to a null value. | |
IsTASK_BCWPNull | Determines whether the TASK_BCWP property is set to a null value. | |
IsTASK_BCWSNull | Determines whether the TASK_BCWS property is set to a null value. | |
IsTASK_BUDGET_COSTNull | Determines whether the TASK_BUDGET_COST property is set to a null value. | |
IsTASK_BUDGET_WORKNull | Determines whether the TASK_BUDGET_WORK property is set to a null value. | |
IsTASK_CAL_UIDNull | Determines whether the TASK_CAL_UID property is set to a null value. | |
IsTASK_COMPLETE_THROUGHNull | Determines whether the TASK_COMPLETE_THROUGH property is set to a null value. | |
IsTASK_CONSTRAINT_DATENull | Determines whether the TASK_CONSTRAINT_DATE property is set to a null value. | |
IsTASK_CONSTRAINT_TYPENull | Determines whether the TASK_CONSTRAINT_TYPE property is set to a null value. | |
IsTASK_CONTACTNull | Determines whether the TASK_CONTACT property is set to a null value. | |
IsTASK_COST_VARNull | Determines whether the TASK_COST_VAR property is set to a null value. | |
IsTASK_COSTNull | Determines whether the TASK_COST property is set to a null value. | |
IsTASK_CPINull | Determines whether the TASK_CPI property is set to a null value. | |
IsTASK_CVNull | Determines whether the TASK_CV property is set to a null value. | |
IsTASK_DEADLINENull | Determines whether the TASK_DEADLINE property is set to a null value. | |
IsTASK_DUR_FMTNull | Determines whether the TASK_DUR_FMT property is set to a null value. | |
IsTASK_DUR_IS_ESTNull | Determines whether the TASK_DUR_IS_EST property is set to a null value. | |
IsTASK_DUR_TXTNull | Determines whether the TASK_DUR_TXT property is set to a null value. | |
IsTASK_DUR_VARNull | Determines whether the TASK_DUR_VAR property is set to a null value. | |
IsTASK_DURNull | Determines whether the TASK_DUR property is set to a null value. | |
IsTASK_EACNull | Determines whether the TASK_EAC property is set to a null value. | |
IsTASK_EARLY_FINISHNull | Determines whether the TASK_EARLY_FINISH property is set to a null value. | |
IsTASK_EARLY_STARTNull | Determines whether the TASK_EARLY_START property is set to a null value. | |
IsTASK_EVMETHODNull | Determines whether the TASK_EVMETHOD property is set to a null value. | |
IsTASK_EXT_PROJ_UIDNull | Determines whether the TASK_EXT_PROJ_UID property is set to a null value. | |
IsTASK_FINISH_DATENull | Determines whether the TASK_FINISH_DATE property is set to a null value. | |
IsTASK_FINISH_SLACKNull | Determines whether the TASK_FINISH_SLACK property is set to a null value. | |
IsTASK_FINISH_TXTNull | Determines whether the TASK_FINISH_TXT property is set to a null value. | |
IsTASK_FINISH_VARNull | Determines whether the TASK_FINISH_VAR property is set to a null value. | |
IsTASK_FIXED_COST_ACCRUALNull | Determines whether the TASK_FIXED_COST_ACCRUAL property is set to a null value. | |
IsTASK_FIXED_COSTNull | Determines whether the TASK_FIXED_COST property is set to a null value. | |
IsTASK_FREE_SLACKNull | Determines whether the TASK_FREE_SLACK property is set to a null value. | |
IsTASK_HAS_LINKED_FIELDSNull | Determines whether the TASK_HAS_LINKED_FIELDS property is set to a null value. | |
IsTASK_HYPERLINK_ADDRESSNull | Determines whether the TASK_HYPERLINK_ADDRESS property is set to a null value. | |
IsTASK_HYPERLINK_FRIENDLY_NAMENull | Determines whether the TASK_HYPERLINK_FRIENDLY_NAME property is set to a null value. | |
IsTASK_HYPERLINK_SUB_ADDRESSNull | Determines whether the TASK_HYPERLINK_SUB_ADDRESS property is set to a null value. | |
IsTASK_IDNull | Determines whether the TASK_ID property is set to a null value. | |
IsTASK_IGNORES_RES_CALNull | Determines whether the TASK_IGNORES_RES_CAL property is set to a null value. | |
IsTASK_IS_ACTIVENull | Determines whether the TASK_IS_ACTIVE property is set to a null value. | |
IsTASK_IS_CRITICALNull | Determines whether the TASK_IS_CRITICAL property is set to a null value. | |
IsTASK_IS_DISPSUMMARYNull | Determines whether the TASK_IS_DISPSUMMARY property is set to a null value. | |
IsTASK_IS_EFFORT_DRIVENNull | Determines whether the TASK_IS_EFFORT_DRIVEN property is set to a null value. | |
IsTASK_IS_EXTERNALNull | Determines whether the TASK_IS_EXTERNAL property is set to a null value. | |
IsTASK_IS_FROM_FINISH_SUBPROJNull | Determines whether the TASK_IS_FROM_FINISH_SUBPROJ property is set to a null value. | |
IsTASK_IS_MANUALNull | Determines whether the TASK_IS_MANUAL property is set to a null value. | |
IsTASK_IS_MARKEDNull | Determines whether the TASK_IS_MARKED property is set to a null value. | |
IsTASK_IS_MILESTONENull | Determines whether the TASK_IS_MILESTONE property is set to a null value. | |
IsTASK_IS_NULLNull | Determines whether the TASK_IS_NULL property is set to a null value. | |
IsTASK_IS_OVERALLOCATEDNull | Determines whether the TASK_IS_OVERALLOCATED property is set to a null value. | |
IsTASK_IS_READONLY_SUBPROJNull | Determines whether the TASK_IS_READONLY_SUBPROJ property is set to a null value. | |
IsTASK_IS_RECURRING_SUMMARYNull | Determines whether the TASK_IS_RECURRING_SUMMARY property is set to a null value. | |
IsTASK_IS_RECURRINGNull | Determines whether the TASK_IS_RECURRING property is set to a null value. | |
IsTASK_IS_ROLLED_UPNull | Determines whether the TASK_IS_ROLLED_UP property is set to a null value. | |
IsTASK_IS_SUBPROJNull | Determines whether the TASK_IS_SUBPROJ property is set to a null value. | |
IsTASK_IS_SUMMARYNull | Determines whether the TASK_IS_SUMMARY property is set to a null value. | |
IsTASK_LATE_FINISHNull | Determines whether the TASK_LATE_FINISH property is set to a null value. | |
IsTASK_LATE_STARTNull | Determines whether the TASK_LATE_START property is set to a null value. | |
IsTASK_LEVELING_ADJUSTS_ASSNNull | Determines whether the TASK_LEVELING_ADJUSTS_ASSN property is set to a null value. | |
IsTASK_LEVELING_CAN_SPLITNull | Determines whether the TASK_LEVELING_CAN_SPLIT property is set to a null value. | |
IsTASK_LEVELING_DELAY_FMTNull | Determines whether the TASK_LEVELING_DELAY_FMT property is set to a null value. | |
IsTASK_LEVELING_DELAYNull | Determines whether the TASK_LEVELING_DELAY property is set to a null value. | |
IsTASK_NAMENull | Determines whether the TASK_NAME property is set to a null value. | |
IsTASK_NOTESNull | Determines whether the TASK_NOTES property is set to a null value. | |
IsTASK_OUTLINE_LEVELNull | Determines whether the TASK_OUTLINE_LEVEL property is set to a null value. | |
IsTASK_OUTLINE_NUMNull | Determines whether the TASK_OUTLINE_NUM property is set to a null value. | |
IsTASK_OVT_COSTNull | Determines whether the TASK_OVT_COST property is set to a null value. | |
IsTASK_OVT_WORKNull | Determines whether the TASK_OVT_WORK property is set to a null value. | |
IsTASK_PARENT_UIDNull | Determines whether the TASK_PARENT_UID property is set to a null value. | |
IsTASK_PCT_COMPNull | Determines whether the TASK_PCT_COMP property is set to a null value. | |
IsTASK_PCT_WORK_COMPNull | Determines whether the TASK_PCT_WORK_COMP property is set to a null value. | |
IsTASK_PHY_PCT_COMPNull | Determines whether the TASK_PHY_PCT_COMP property is set to a null value. | |
IsTASK_PRELEVELED_FINISHNull | Determines whether the TASK_PRELEVELED_FINISH property is set to a null value. | |
IsTASK_PRELEVELED_STARTNull | Determines whether the TASK_PRELEVELED_START property is set to a null value. | |
IsTASK_PRIORITYNull | Determines whether the TASK_PRIORITY property is set to a null value. | |
IsTASK_REG_WORKNull | Determines whether the TASK_REG_WORK property is set to a null value. | |
IsTASK_REM_COSTNull | Determines whether the TASK_REM_COST property is set to a null value. | |
IsTASK_REM_DURNull | Determines whether the TASK_REM_DUR property is set to a null value. | |
IsTASK_REM_OVT_COSTNull | Determines whether the TASK_REM_OVT_COST property is set to a null value. | |
IsTASK_REM_OVT_WORKNull | Determines whether the TASK_REM_OVT_WORK property is set to a null value. | |
IsTASK_REM_WORKNull | Determines whether the TASK_REM_WORK property is set to a null value. | |
IsTASK_RESUME_DATENull | Determines whether the TASK_RESUME_DATE property is set to a null value. | |
IsTASK_SCHED_DUR_FMTNull | Determines whether the TASK_SCHED_DUR_FMT property is set to a null value. | |
IsTASK_SCHED_DURNull | Determines whether the TASK_SCHED_DUR property is set to a null value. | |
IsTASK_SCHED_FINISHNull | Determines whether the TASK_SCHED_FINISH property is set to a null value. | |
IsTASK_SCHED_STARTNull | Determines whether the TASK_SCHED_START property is set to a null value. | |
IsTASK_SPINull | Determines whether the TASK_SPI property is set to a null value. | |
IsTASK_START_DATENull | Determines whether the TASK_START_DATE property is set to a null value. | |
IsTASK_START_SLACKNull | Determines whether the TASK_START_SLACK property is set to a null value. | |
IsTASK_START_TXTNull | Determines whether the TASK_START_TXT property is set to a null value. | |
IsTASK_START_VARNull | Determines whether the TASK_START_VAR property is set to a null value. | |
IsTASK_STOP_DATENull | Determines whether the TASK_STOP_DATE property is set to a null value. | |
IsTASK_SVNull | Determines whether the TASK_SV property is set to a null value. | |
IsTASK_TCPINull | Determines whether the TASK_TCPI property is set to a null value. | |
IsTASK_TOTAL_SLACKNull | Determines whether the TASK_TOTAL_SLACK property is set to a null value. | |
IsTASK_TYPENull | Determines whether the TASK_TYPE property is set to a null value. | |
IsTASK_VACNull | Determines whether the TASK_VAC property is set to a null value. | |
IsTASK_WBSNull | Determines whether the TASK_WBS property is set to a null value. | |
IsTASK_WORK_VARNull | Determines whether the TASK_WORK_VAR property is set to a null value. | |
IsTASK_WORKNull | Determines whether the TASK_WORK property is set to a null value. | |
IsTaskCVPNull | Determines whether the TaskCVP property is set to a null value. | |
IsTaskSVPNull | Determines whether the TaskSVP property is set to a null value. | |
IsTB_COSTNull | Determines whether the TB_COST property is set to a null value. | |
IsTB_DUR_FMTNull | Determines whether the TB_DUR_FMT property is set to a null value. | |
IsTB_DURNull | Determines whether the TB_DUR property is set to a null value. | |
IsTB_FINISHNull | Determines whether the TB_FINISH property is set to a null value. | |
IsTB_STARTNull | Determines whether the TB_START property is set to a null value. | |
IsTB_WORKNull | Determines whether the TB_WORK property is set to a null value. | |
IsWOBJ_DOC_REF_CNTNull | Determines whether the WOBJ_DOC_REF_CNT property is set to a null value. | |
IsWOBJ_ISSUE_REF_CNTNull | Determines whether the WOBJ_ISSUE_REF_CNT property is set to a null value. | |
IsWOBJ_OTHER_REF_CNTNull | Determines whether the WOBJ_OTHER_REF_CNT property is set to a null value. | |
IsWOBJ_RISK_REF_CNTNull | Determines whether the WOBJ_RISK_REF_CNT property is set to a null value. | |
MemberwiseClone | (Inherited from Object.) | |
RejectChanges | (Inherited from DataRow.) | |
SetAddAfterTaskUIDNull | Sets the AddAfterTaskUID property to a null value. | |
SetAdded | (Inherited from DataRow.) | |
SetAddPositionNull | Sets the AddPosition property to a null value. | |
SetColumnError(Int32, String) | (Inherited from DataRow.) | |
SetColumnError(String, String) | (Inherited from DataRow.) | |
SetColumnError(DataColumn, String) | (Inherited from DataRow.) | |
SetCREATED_DATENull | Sets the CREATED_DATE property to a null value. | |
SetDurationTypeNull | Sets the DurationType property to a null value. | |
SetMOD_DATENull | Sets the MOD_DATE property to a null value. | |
SetModified | (Inherited from DataRow.) | |
SetNull | (Inherited from DataRow.) | |
SetParentRow(DataRow) | (Inherited from DataRow.) | |
SetParentRow(DataRow, DataRelation) | (Inherited from DataRow.) | |
SetPROJ_NAMENull | Sets the PROJ_NAME property to a null value. | |
SetPROJ_OPT_CURRENCY_DIGITSNull | Sets the PROJ_OPT_CURRENCY_DIGITS property to a null value. | |
SetPROJ_OPT_CURRENCY_POSITIONNull | Sets the PROJ_OPT_CURRENCY_POSITION property to a null value. | |
SetPROJ_OPT_CURRENCY_SYMBOLNull | Sets the PROJ_OPT_CURRENCY_SYMBOL property to a null value. | |
SetPROJ_TYPENull | Sets the PROJ_TYPE property to a null value. | |
SetStatusManagerNull | Sets the StatusManager property to a null value. | |
SetTASK_ACT_COSTNull | Sets the TASK_ACT_COST property to a null value. | |
SetTASK_ACT_DURNull | Sets the TASK_ACT_DUR property to a null value. | |
SetTASK_ACT_FINISHNull | Sets the TASK_ACT_FINISH property to a null value. | |
SetTASK_ACT_OVT_COSTNull | Sets the TASK_ACT_OVT_COST property to a null value. | |
SetTASK_ACT_OVT_WORKNull | Sets the TASK_ACT_OVT_WORK property to a null value. | |
SetTASK_ACT_STARTNull | Sets the TASK_ACT_START property to a null value. | |
SetTASK_ACT_WORKNull | Sets the TASK_ACT_WORK property to a null value. | |
SetTASK_ACWPNull | Sets the TASK_ACWP property to a null value. | |
SetTASK_BCWPNull | Sets the TASK_BCWP property to a null value. | |
SetTASK_BCWSNull | Sets the TASK_BCWS property to a null value. | |
SetTASK_BUDGET_COSTNull | Sets the TASK_BUDGET_COST property to a null value. | |
SetTASK_BUDGET_WORKNull | Sets the TASK_BUDGET_WORK property to a null value. | |
SetTASK_CAL_UIDNull | Sets the TASK_CAL_UID property to a null value. | |
SetTASK_COMPLETE_THROUGHNull | Sets the TASK_COMPLETE_THROUGH property to a null value. | |
SetTASK_CONSTRAINT_DATENull | Sets the TASK_CONSTRAINT_DATE property to a null value. | |
SetTASK_CONSTRAINT_TYPENull | Sets the TASK_CONSTRAINT_TYPE property to a null value. | |
SetTASK_CONTACTNull | Sets the TASK_CONTACT property to a null value. | |
SetTASK_COST_VARNull | Sets the TASK_COST_VAR property to a null value. | |
SetTASK_COSTNull | Sets the TASK_COST property to a null value. | |
SetTASK_CPINull | Sets the TASK_CPI property to a null value. | |
SetTASK_CVNull | Sets the TASK_CV property to a null value. | |
SetTASK_DEADLINENull | Sets the TASK_DEADLINE property to a null value. | |
SetTASK_DUR_FMTNull | Sets the TASK_DUR_FMT property to a null value. | |
SetTASK_DUR_IS_ESTNull | Sets the TASK_DUR_IS_EST property to a null value. | |
SetTASK_DUR_TXTNull | Sets the TASK_DUR_TXT property to a null value. | |
SetTASK_DUR_VARNull | Sets the TASK_DUR_VAR property to a null value. | |
SetTASK_DURNull | Sets the TASK_DUR property to a null value. | |
SetTASK_EACNull | Sets the TASK_EAC property to a null value. | |
SetTASK_EARLY_FINISHNull | Sets the TASK_EARLY_FINISH property to a null value. | |
SetTASK_EARLY_STARTNull | Sets the TASK_EARLY_START property to a null value. | |
SetTASK_EVMETHODNull | Sets the TASK_EVMETHOD property to a null value. | |
SetTASK_EXT_PROJ_UIDNull | Sets the TASK_EXT_PROJ_UID property to a null value. | |
SetTASK_FINISH_DATENull | Sets the TASK_FINISH_DATE property to a null value. | |
SetTASK_FINISH_SLACKNull | Sets the TASK_FINISH_SLACK property to a null value. | |
SetTASK_FINISH_TXTNull | Sets the TASK_FINISH_TXT property to a null value. | |
SetTASK_FINISH_VARNull | Sets the TASK_FINISH_VAR property to a null value. | |
SetTASK_FIXED_COST_ACCRUALNull | Sets the TASK_FIXED_COST_ACCRUAL property to a null value. | |
SetTASK_FIXED_COSTNull | Sets the TASK_FIXED_COST property to a null value. | |
SetTASK_FREE_SLACKNull | Sets the TASK_FREE_SLACK property to a null value. | |
SetTASK_HAS_LINKED_FIELDSNull | Sets the TASK_HAS_LINKED_FIELDS property to a null value. | |
SetTASK_HYPERLINK_ADDRESSNull | Sets the TASK_HYPERLINK_ADDRESS property to a null value. | |
SetTASK_HYPERLINK_FRIENDLY_NAMENull | Sets the TASK_HYPERLINK_FRIENDLY_NAME property to a null value. | |
SetTASK_HYPERLINK_SUB_ADDRESSNull | Sets the TASK_HYPERLINK_SUB_ADDRESS property to a null value. | |
SetTASK_IDNull | Sets the TASK_ID property to a null value. | |
SetTASK_IGNORES_RES_CALNull | Sets the TASK_IGNORES_RES_CAL property to a null value. | |
SetTASK_IS_ACTIVENull | Sets the TASK_IS_ACTIVE property to a null value. | |
SetTASK_IS_CRITICALNull | Sets the TASK_IS_CRITICAL property to a null value. | |
SetTASK_IS_DISPSUMMARYNull | Sets the TASK_IS_DISPSUMMARY property to a null value. | |
SetTASK_IS_EFFORT_DRIVENNull | Sets the TASK_IS_EFFORT_DRIVEN property to a null value. | |
SetTASK_IS_EXTERNALNull | Sets the TASK_IS_EXTERNAL property to a null value. | |
SetTASK_IS_FROM_FINISH_SUBPROJNull | Sets the TASK_IS_FROM_FINISH_SUBPROJ property to a null value. | |
SetTASK_IS_MANUALNull | Sets the TASK_IS_MANUAL property to a null value. | |
SetTASK_IS_MARKEDNull | Sets the TASK_IS_MARKED property to a null value. | |
SetTASK_IS_MILESTONENull | Sets the TASK_IS_MILESTONE property to a null value. | |
SetTASK_IS_NULLNull | Sets the TASK_IS_NULL property to a null value. | |
SetTASK_IS_OVERALLOCATEDNull | Sets the TASK_IS_OVERALLOCATED property to a null value. | |
SetTASK_IS_READONLY_SUBPROJNull | Sets the TASK_IS_READONLY_SUBPROJ property to a null value. | |
SetTASK_IS_RECURRING_SUMMARYNull | Sets the TASK_IS_RECURRING_SUMMARY property to a null value. | |
SetTASK_IS_RECURRINGNull | Sets the TASK_IS_RECURRING property to a null value. | |
SetTASK_IS_ROLLED_UPNull | Sets the TASK_IS_ROLLED_UP property to a null value. | |
SetTASK_IS_SUBPROJNull | Sets the TASK_IS_SUBPROJ property to a null value. | |
SetTASK_IS_SUMMARYNull | Sets the TASK_IS_SUMMARY property to a null value. | |
SetTASK_LATE_FINISHNull | Sets the TASK_LATE_FINISH property to a null value. | |
SetTASK_LATE_STARTNull | Sets the TASK_LATE_START property to a null value. | |
SetTASK_LEVELING_ADJUSTS_ASSNNull | Sets the TASK_LEVELING_ADJUSTS_ASSN property to a null value. | |
SetTASK_LEVELING_CAN_SPLITNull | Sets the TASK_LEVELING_CAN_SPLIT property to a null value. | |
SetTASK_LEVELING_DELAY_FMTNull | Sets the TASK_LEVELING_DELAY_FMT property to a null value. | |
SetTASK_LEVELING_DELAYNull | Sets the TASK_LEVELING_DELAY property to a null value. | |
SetTASK_NAMENull | Sets the TASK_NAME property to a null value. | |
SetTASK_NOTESNull | Sets the TASK_NOTES property to a null value. | |
SetTASK_OUTLINE_LEVELNull | Sets the TASK_OUTLINE_LEVEL property to a null value. | |
SetTASK_OUTLINE_NUMNull | Sets the TASK_OUTLINE_NUM property to a null value. | |
SetTASK_OVT_COSTNull | Sets the TASK_OVT_COST property to a null value. | |
SetTASK_OVT_WORKNull | Sets the TASK_OVT_WORK property to a null value. | |
SetTASK_PARENT_UIDNull | Sets the TASK_PARENT_UID property to a null value. | |
SetTASK_PCT_COMPNull | Sets the TASK_PCT_COMP property to a null value. | |
SetTASK_PCT_WORK_COMPNull | Sets the TASK_PCT_WORK_COMP property to a null value. | |
SetTASK_PHY_PCT_COMPNull | Sets the TASK_PHY_PCT_COMP property to a null value. | |
SetTASK_PRELEVELED_FINISHNull | Sets the TASK_PRELEVELED_FINISH property to a null value. | |
SetTASK_PRELEVELED_STARTNull | Sets the TASK_PRELEVELED_START property to a null value. | |
SetTASK_PRIORITYNull | Sets the TASK_PRIORITY property to a null value. | |
SetTASK_REG_WORKNull | Sets the TASK_REG_WORK property to a null value. | |
SetTASK_REM_COSTNull | Sets the TASK_REM_COST property to a null value. | |
SetTASK_REM_DURNull | Sets the TASK_REM_DUR property to a null value. | |
SetTASK_REM_OVT_COSTNull | Sets the TASK_REM_OVT_COST property to a null value. | |
SetTASK_REM_OVT_WORKNull | Sets the TASK_REM_OVT_WORK property to a null value. | |
SetTASK_REM_WORKNull | Sets the TASK_REM_WORK property to a null value. | |
SetTASK_RESUME_DATENull | Sets the TASK_RESUME_DATE property to a null value. | |
SetTASK_SCHED_DUR_FMTNull | Sets the TASK_SCHED_DUR_FMT property to a null value. | |
SetTASK_SCHED_DURNull | Sets the TASK_SCHED_DUR property to a null value. | |
SetTASK_SCHED_FINISHNull | Sets the TASK_SCHED_FINISH property to a null value. | |
SetTASK_SCHED_STARTNull | Sets the TASK_SCHED_START property to a null value. | |
SetTASK_SPINull | Sets the TASK_SPI property to a null value. | |
SetTASK_START_DATENull | Sets the TASK_START_DATE property to a null value. | |
SetTASK_START_SLACKNull | Sets the TASK_START_SLACK property to a null value. | |
SetTASK_START_TXTNull | Sets the TASK_START_TXT property to a null value. | |
SetTASK_START_VARNull | Sets the TASK_START_VAR property to a null value. | |
SetTASK_STOP_DATENull | Sets the TASK_STOP_DATE property to a null value. | |
SetTASK_SVNull | Sets the TASK_SV property to a null value. | |
SetTASK_TCPINull | Sets the TASK_TCPI property to a null value. | |
SetTASK_TOTAL_SLACKNull | Sets the TASK_TOTAL_SLACK property to a null value. | |
SetTASK_TYPENull | Sets the TASK_TYPE property to a null value. | |
SetTASK_VACNull | Sets the TASK_VAC property to a null value. | |
SetTASK_WBSNull | Sets the TASK_WBS property to a null value. | |
SetTASK_WORK_VARNull | Sets the TASK_WORK_VAR property to a null value. | |
SetTASK_WORKNull | Sets the TASK_WORK property to a null value. | |
SetTaskCVPNull | Sets the TaskCVP property to a null value. | |
SetTaskSVPNull | Sets the TaskSVP property to a null value. | |
SetTB_COSTNull | Sets the TB_COST property to a null value. | |
SetTB_DUR_FMTNull | Sets the TB_DUR_FMT property to a null value. | |
SetTB_DURNull | Sets the TB_DUR property to a null value. | |
SetTB_FINISHNull | Sets the TB_FINISH property to a null value. | |
SetTB_STARTNull | Sets the TB_START property to a null value. | |
SetTB_WORKNull | Sets the TB_WORK property to a null value. | |
SetWOBJ_DOC_REF_CNTNull | Sets the WOBJ_DOC_REF_CNT property to a null value. | |
SetWOBJ_ISSUE_REF_CNTNull | Sets the WOBJ_ISSUE_REF_CNT property to a null value. | |
SetWOBJ_OTHER_REF_CNTNull | Sets the WOBJ_OTHER_REF_CNT property to a null value. | |
SetWOBJ_RISK_REF_CNTNull | Sets the WOBJ_RISK_REF_CNT property to a null value. | |
ToString | (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top