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

Public property

AddAfterTaskUID

Adds a task after the specified task GUID.

Public property

AddPosition

Specifies the position in a project to add a task.

Public property

CREATED_DATE

Date the task was created.

Public property

DurationType

Deprecated. Use TASK_DUR_FMT to set the desired duration display format.

Public property

HasErrors

(Inherited from DataRow.)

Public property

Item[Int32]

(Inherited from DataRow.)

Public property

Item[String]

(Inherited from DataRow.)

Public property

Item[DataColumn]

(Inherited from DataRow.)

Public property

Item[Int32, DataRowVersion]

(Inherited from DataRow.)

Public property

Item[String, DataRowVersion]

(Inherited from DataRow.)

Public property

Item[DataColumn, DataRowVersion]

(Inherited from DataRow.)

Public property

ItemArray

(Inherited from DataRow.)

Public property

MOD_DATE

Date the task was last saved to the project.

Public property

PROJ_NAME

Copy of the project name.

Public property

PROJ_OPT_CURRENCY_DIGITS

The number of digits displayed to the right of the decimal when currency values are displayed.

Public property

PROJ_OPT_CURRENCY_POSITION

The placement of the currency symbol in relation to the currency value.

Public property

PROJ_OPT_CURRENCY_SYMBOL

The symbol used to represent the type of currency used in the project.

Public property

PROJ_TYPE

The Project.ProjectType of the project to which the task belongs.

Public property

PROJ_UID

GUID of the project to which this task belongs.

Public property

RowError

(Inherited from DataRow.)

Public property

RowState

(Inherited from DataRow.)

Public property

Table

(Inherited from DataRow.)

Public property

TASK_ACT_COST

Task actual cost is the total current actual cost incurred for this task.

Public property

TASK_ACT_DUR

Task actual duration is the span of actual working time for a task so far, based on the scheduled duration and current remaining work or percentage of work complete.

Public property

TASK_ACT_FINISH

Task actual finish is the date and time that a task actually finished.

Public property

TASK_ACT_OVT_COST

Task actual overtime cost is the costs incurred for overtime work already performed on a task by all assigned resources.

Public property

TASK_ACT_OVT_WORK

Task actual overtime work is the actual amount of overtime work already performed by all resources assigned to a task.

Public property

TASK_ACT_START

Task actual start is the date and time that a task actually began.

Public property

TASK_ACT_WORK

Task actual work is the amount of work that has already been done by the resources assigned to a task.

Public property

TASK_ACWP

Actual cost of work performed is the costs incurred for work already done on a task, up to the project status date or today's date.

Public property

TASK_BCWP

Budgeted cost of work performed is also known as earned value.

Public property

TASK_BCWS

Budgeted cost for work scheduled is the cumulative timephased baseline costs up to the status date or today's date.

Public property

TASK_BUDGET_COST

The total budget cost for the task.

Public property

TASK_BUDGET_WORK

The total budget work for the task.

Public property

TASK_CAL_UID

GUID of a task-specific calendar.

Public property

TASK_CONSTRAINT_DATE

The constrained start or finish date depending on the value of TASK_CONSTRAINT_TYPE.

Public property

TASK_CONSTRAINT_TYPE

A short integer of Task.ConstraintType indicating the type of scheduling constraint to use.

Public property

TASK_CONTACT

Name of person responsible for the task.

Public property

TASK_COST

The current projected cost of the task.

Public property

TASK_COST_VAR

Task cost variance is the difference between the baseline cost and total cost for a task.

Public property

TASK_CPI

Cost Performance Index CPI is the ratio of BCWP (budgeted cost of work performed) to ACWP (actual cost of work performed).

Public property

TASK_CV

Task cost variance.

Public property

TASK_DEADLINE

Date entered as the deadline for the task.

Public property

TASK_DUR

Duration of the task.

Public property

TASK_DUR_FMT

Task duration format indicates the desired display format of the duration value, and whether the duration is considered an estimate rather than a firm value.

Public property

TASK_DUR_IS_EST

Indicates whether the TASK_DUR_FMT is an estimate.

Public property

TASK_DUR_VAR

Duration variance is the difference between the planned duration and the current duration of the task.

Public property

TASK_EAC

Estimate at completion is the total scheduled or projected cost for a task based on costs already incurred, in addition to the costs planned for remaining work.

Public property

TASK_EARLY_FINISH

Earliest possible date on which the task can finish.

Public property

TASK_EARLY_START

Earliest possible date the task can start.

Public property

TASK_EVMETHOD

Earned value method indicates the method to use when calculating earned value.

Public property

TASK_EXT_PROJ_UID

Unique ID of the external project represented by this task.

Public property

TASK_FINISH_DATE

The date this task is scheduled to be completed.

Public property

TASK_FINISH_SLACK

The finish slack duration is the duration between the TASK_EARLY_FINISH and TASK_LATE_FINISH dates.

Public property

TASK_FINISH_VAR

Task finish variance is the difference between task finish date and the baseline finish date.

Public property

TASK_FIXED_COST

Fixed cost of a task includes any non-resource task expense.

Public property

TASK_FIXED_COST_ACCRUAL

Fixed cost accrual indicator indicates how fixed costs are to be accrued in a task.

Public property

TASK_FREE_SLACK

Task free slack duration is the amount of time that a task can be delayed without delaying any successor tasks.

Public property

TASK_HAS_LINKED_FIELDS

True if task has OLE linked fields.

Public property

TASK_HYPERLINK_ADDRESS

Task hyperlink address is the URI for the hyperlink associated with this task.

Public property

TASK_HYPERLINK_FRIENDLY_NAME

Display text for the hyperlink associated with this task.

Public property

TASK_HYPERLINK_SUB_ADDRESS

Hyperlink anchor.

Public property

TASK_ID

Task ID is an ordinal indicator of where the task is displayed in the list of tasks.

Public property

TASK_IGNORES_RES_CAL

Ignores resource calendar indicates whether the resource calendar should be ignored when scheduling this task.

Public property

TASK_IS_CRITICAL

Task is critical returns true when no slack is associated with this task.

Public property

TASK_IS_EFFORT_DRIVEN

Task is effort driven indicates whether scheduling for a task is effort-driven.

Public property

TASK_IS_EXTERNAL

Task is external indicates whether the task is from another project or whether it originated in the current project.

Public property

TASK_IS_FROM_FINISH_SUBPROJ

Indicates whether a task represents an inserted project that is marked as "Schedule-from-Finish" (SF).

Public property

TASK_IS_MARKED

Task is marked indicates whether the task is tagged as having special meaning to the user.

Public property

TASK_IS_MILESTONE

Indicates whether a task is a milestone.

Public property

TASK_IS_NULL

Task is null is true if this task has no values set.

Public property

TASK_IS_OVERALLOCATED

Indicates whether an assigned resource on a task has been assigned to more work on the task than can be done within the normal working capacity.

Public property

TASK_IS_READONLY_SUBPROJ

Task is read-only subproject is set to true if this task is a subproject and if it is set to read-only.

Public property

TASK_IS_RECURRING

Task is recurring indicates whether a task is part of a series of recurring tasks.

Public property

TASK_IS_RECURRING_SUMMARY

Indicates whether a task is the parent of a series of repeating tasks.

Public property

TASK_IS_ROLLED_UP

Indicates whether information on the subtask Gantt bars is rolled up to the summary task bar.

Public property

TASK_IS_SUBPROJ

Task is subproject indicates the task represents a subproject.

Public property

TASK_IS_SUMMARY

Indicates if a task is a summary task.

Public property

TASK_LATE_FINISH

Contains the latest date that a task can finish without delaying the finish of the project.

Public property

TASK_LATE_START

Contains the latest date that a task can start without delaying the finish of the project.

Public property

TASK_LEVELING_ADJUSTS_ASSN

Task leveling adjusts assignments indicates whether the leveling function can delay and split individual assignments (rather than the entire task) to resolve over-allocations.

Public property

TASK_LEVELING_CAN_SPLIT

Task leveling can split indicates whether the resource leveling function can cause splits on remaining work on this task.

Public property

TASK_LEVELING_DELAY

Task leveling delay duration contains the amount of time that a task or assignment is to be delayed from its early start date as a result of resource leveling.

Public property

TASK_LEVELING_DELAY_FMT

Task leveling delay format 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.

Public property

TASK_LOCKDOWN_BY_MANAGER

Task lockdown by manager indicates whether a task has been locked out from changes by a manager.

Public property

TASK_NAME

Task name is the display title of the task.

Public property

TASK_NOTES

Text value of user-entered notes for a task.

Public property

TASK_OUTLINE_LEVEL

Task outline level is a number that indicates the level of a task (such as 1, 2, or 3) in the project outline hierarchy.

Public property

TASK_OUTLINE_NUM

The task outline number represents a task's position (such as 1, 1.1, or 1.2.1) in the hierarchical outline structure.

Public property

TASK_OVT_COST

Task overtime cost is the sum of TASK_ACT_OVT_COST and TASK_REM_OVT_COST.

Public property

TASK_OVT_WORK

Task overtime work is the total of all overtime work on a task.

Public property

TASK_PARENT_UID

Parent unique identifier is the unique ID of the parent summary task.

Public property

TASK_PCT_COMP

Task percent complete is percentage of elapsed duration compared with the remaining duration.

Public property

TASK_PCT_WORK_COMP

Task percent of work complete is the percentage of work actually elapsed compared with the amount of work remaining to be done.

Public property

TASK_PHY_PCT_COMP

Task physical percent of work complete can be used as an alternative for calculating the budgeted cost of work performed (TASK_BCWP).

Public property

TASK_PRELEVELED_FINISH

Task pre-leveled finish date is the finish date of a task before resource leveling.

Public property

TASK_PRELEVELED_START

Task pre-leveled start date is the start date of a task before resource leveling.

Public property

TASK_PRIORITY

Task priority is the level of importance given to a task, which indicates how readily a task or assignment can be delayed or split during resource leveling.

Public property

TASK_REG_WORK

Task regular work is the total amount of non-overtime work scheduled to be performed by resources.

Public property

TASK_REM_COST

The cost remaining to complete the task.

Public property

TASK_REM_DUR

Task remaining duration is the amount of time required to complete the unfinished portion of a task.

Public property

TASK_REM_OVT_COST

Task remaining overtime cost is the overtime cost remaining to complete this task.

Public property

TASK_REM_OVT_WORK

Task remaining overtime work is the sum of all remaining overtime work values for all the resources assigned to the task.

Public property

TASK_REM_WORK

Task remaining work contains the amount of time required to complete a task.

Public property

TASK_RESUME_DATE

Task resume date is the date that the remaining portion of a task is scheduled to resume after you enter any progress.

Public property

TASK_SPI

Task schedule performance index is the ratio of the budgeted cost of work performed to the budgeted cost of work scheduled.

Public property

TASK_START_DATE

Starting date of the task.

Public property

TASK_START_SLACK

Task Start Slack.

Public property

TASK_START_VAR

Task start variance is the difference between the baseline start date (TB_START ) and the actual start date (TASK_START_DATE).

Public property

TASK_STOP_DATE

Task stop date represents the end of the actual portion of a task.

Public property

TASK_SV

Task earned value schedule variance is the cost difference between the current progress and the baseline plan of a task.

Public property

TASK_TCPI

Task to complete performance index is the ratio of remaining available budget to remaining scheduled cost as of the status date.

Public property

TASK_TOTAL_SLACK

Task total slack duration is the amount of time a task's finish date can be delayed without delaying the project's finish date.

Public property

TASK_TYPE

Task type can be fixed units, fixed duration, or fixed work.

Public property

TASK_UID

Unique identifier (GUID) of a task.

Public property

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).

Public property

TASK_WBS

Task work breakdown structure code is a read-only alphanumeric code that can indicate the relationships between tasks.

Public property

TASK_WORK

Task work is the total amount of time scheduled on a task for all assigned resources.

Public property

TASK_WORK_VAR

Task work variance is the difference between baseline work of a task and the currently scheduled work.

Public property

TaskCVP

Task cost variance percentage.

Public property

TaskSVP

Task schedule variance percentage.

Public property

TB_COST

Baseline cost is the total planned cost for a task as of a status date.

Public property

TB_DUR

Baseline duration is the original span of time planned to complete a task.

Public property

TB_DUR_FMT

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.

Public property

TB_FINISH

Baseline finish is the planned completion date for a task at the time you saved a baseline.

Public property

TB_START

Baseline start is the planned beginning date for a task at the time you saved a baseline.

Public property

TB_WORK

Baseline work is the originally planned amount of work to be performed by all resources assigned to a task.

Public property

WOBJ_DOC_REF_CNT

This member is reserved for internal use and is not intended to be used directly from your code.

Public property

WOBJ_ISSUE_REF_CNT

This member is reserved for internal use and is not intended to be used directly from your code.

Public property

WOBJ_OTHER_REF_CNT

This member is reserved for internal use and is not intended to be used directly from your code.

Public property

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

Public method

AcceptChanges

(Inherited from DataRow.)

Public method

BeginEdit

(Inherited from DataRow.)

Public method

CancelEdit

(Inherited from DataRow.)

Public method

ClearErrors

(Inherited from DataRow.)

Public method

Delete

(Inherited from DataRow.)

Public method

EndEdit

(Inherited from DataRow.)

Public method

Equals

(Inherited from Object.)

Protected method

Finalize

(Inherited from Object.)

Public method

GetChildRows(String)

(Inherited from DataRow.)

Public method

GetChildRows(DataRelation)

(Inherited from DataRow.)

Public method

GetChildRows(String, DataRowVersion)

(Inherited from DataRow.)

Public method

GetChildRows(DataRelation, DataRowVersion)

(Inherited from DataRow.)

Public method

GetColumnError(Int32)

(Inherited from DataRow.)

Public method

GetColumnError(String)

(Inherited from DataRow.)

Public method

GetColumnError(DataColumn)

(Inherited from DataRow.)

Public method

GetColumnsInError

(Inherited from DataRow.)

Public method

GetHashCode

(Inherited from Object.)

Public method

GetParentRow(String)

(Inherited from DataRow.)

Public method

GetParentRow(DataRelation)

(Inherited from DataRow.)

Public method

GetParentRow(String, DataRowVersion)

(Inherited from DataRow.)

Public method

GetParentRow(DataRelation, DataRowVersion)

(Inherited from DataRow.)

Public method

GetParentRows(String)

(Inherited from DataRow.)

Public method

GetParentRows(DataRelation)

(Inherited from DataRow.)

Public method

GetParentRows(String, DataRowVersion)

(Inherited from DataRow.)

Public method

GetParentRows(DataRelation, DataRowVersion)

(Inherited from DataRow.)

Public method

GetType

(Inherited from Object.)

Public method

HasVersion

(Inherited from DataRow.)

Public method

IsAddAfterTaskUIDNull

Determines whether the AddAfterTaskUID() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsAddPositionNull

Determines whether the AddPosition() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsCREATED_DATENull

Determines whether the CREATED_DATE() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsDurationTypeNull

Determines whether the Duration_Type() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsMOD_DATENull

Determines whether the MOD_DATE() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsNull(Int32)

(Inherited from DataRow.)

Public method

IsNull(String)

(Inherited from DataRow.)

Public method

IsNull(DataColumn)

(Inherited from DataRow.)

Public method

IsNull(DataColumn, DataRowVersion)

(Inherited from DataRow.)

Public method

IsPROJ_NAMENull

Determines whether the PROJ_NAME() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsPROJ_OPT_CURRENCY_DIGITSNull

Determines whether the PROJ_OPT_CURRENCY_DIGITS() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsPROJ_OPT_CURRENCY_POSITIONNull

Determines whether the PROJ_OPT_CURRENCY_POSITION() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsPROJ_OPT_CURRENCY_SYMBOLNull

Determines whether the PROJ_OPT_CURRENCY_SYMBOL() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsPROJ_TYPENull

Determines whether the PROJ_TYPE() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_ACT_COSTNull

Determines whether the TASK_ACT_COST() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_ACT_DURNull

Determines whether the TASK_ACT_DUR() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_ACT_FINISHNull

Determines whether the TASK_ACT_FINISH() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_ACT_OVT_COSTNull

Determines whether the TASK_ACT_OVT_COST() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_ACT_OVT_WORKNull

Determines whether the TASK_ACT_OVT_WORK() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_ACT_STARTNull

Determines whether the TASK_ACT_START() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_ACT_WORKNull

Determines whether the TASK_ACT_WORK() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_ACWPNull

Determines whether the TASK_ACWP() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_BCWPNull

Determines whether the TASK_BCWP() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_BCWSNull

Determines whether the TASK_BCWS() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_BUDGET_COSTNull

Determines whether the TASK_BUDGET_COST() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_BUDGET_WORKNull

Determines whether the TASK_BUDGET_WORK() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_CAL_UIDNull

Determines whether the TASK_CAL_UID() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_CONSTRAINT_DATENull

Determines whether the TASK_CONSTRAINT_DATE() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_CONSTRAINT_TYPENull

Determines whether the TASK_CONSTRAINT_TYPE() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_CONTACTNull

Determines whether the TASK_CONTACT() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_COST_VARNull

Determines whether the TASK_COST_VAR() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_COSTNull

Determines whether the TASK_COST() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_CPINull

Determines whether the TASK_CPI() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_CVNull

Determines whether the TASK_CV() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_DEADLINENull

Determines whether the TASK_DEADLINE() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_DUR_FMTNull

Determines whether the TASK_DUR_FMT() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_DUR_IS_ESTNull

Determines whether the TASK_DUR_IS_EST() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_DUR_VARNull

Determines whether the TASK_DUR_VAR() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_DURNull

Determines whether the TASK_DUR() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_EACNull

Determines whether the RHINO() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_EARLY_FINISHNull

Determines whether the TASK_EARLY_FINISH() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_EARLY_STARTNull

Determines whether the TASK_EARLY_START() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_EVMETHODNull

Determines whether the TASK_EVMETHOD() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_EXT_PROJ_UIDNull

Determines whether the TASK_EXT_PROJ_UID() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_FINISH_DATENull

Determines whether the TASK_FINISH_DATE() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_FINISH_SLACKNull

Determines whether the TASK_FINISH_SLACK() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_FINISH_VARNull

Determines whether the TASK_FINISH_VAR() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_FIXED_COST_ACCRUALNull

Determines whether the TASK_FIXED_COST_ACCRUAL() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_FIXED_COSTNull

Determines whether the TASK_FIXED_COST() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_FREE_SLACKNull

Determines whether the TASK_FREE_SLACK() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_HAS_LINKED_FIELDSNull

Determines whether the TASK_HAS_LINKED_FIELDS() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_HYPERLINK_ADDRESSNull

Determines whether the TASK_HYPERLINK_ADDRESS() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_HYPERLINK_FRIENDLY_NAMENull

Determines whether the TASK_HYPERLINK_FRIENDLY_NAME() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_HYPERLINK_SUB_ADDRESSNull

Determines whether the TASK_HYPERLINK_SUB_ADDRESS() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_IDNull

Determines whether the TASK_ID() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_IGNORES_RES_CALNull

Determines whether the TASK_IGNORES_RES_CAL() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_IS_CRITICALNull

Determines whether the TASK_IS_CRITICAL() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_IS_EFFORT_DRIVENNull

Determines whether the TASK_IS_EFFORT_DRIVEN() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_IS_EXTERNALNull

Determines whether the TASK_IS_EXTERNAL() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_IS_FROM_FINISH_SUBPROJNull

Determines whether the TASK_IS_FROM_FINISH_SUBPROJ() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_IS_MARKEDNull

Determines whether the TASK_IS_MARKED() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_IS_MILESTONENull

Determines whether the TASK_IS_MILESTONE() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_IS_NULLNull

Determines whether the TASK_IS_NULL() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_IS_OVERALLOCATEDNull

Determines whether the TASK_IS_OVERALLOCATED() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_IS_READONLY_SUBPROJNull

Determines whether the TASK_IS_READONLY_SUBPROJ() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_IS_RECURRING_SUMMARYNull

Determines whether the TASK_IS_RECURRING_SUMMARY() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_IS_RECURRINGNull

Determines whether the TASK_IS_RECURRING() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_IS_ROLLED_UPNull

Determines whether the TASK_IS_ROLLED_UP() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_IS_SUBPROJNull

Determines whether the TASK_IS_SUBPROJ() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_IS_SUMMARYNull

Determines whether the TASK_IS_SUMMARY() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_LATE_FINISHNull

Determines whether the TASK_LATE_FINISH() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_LATE_STARTNull

Determines whether the TASK_LATE_START() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_LEVELING_ADJUSTS_ASSNNull

Determines whether the TASK_LEVELING_ADJUSTS_ASSN() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_LEVELING_CAN_SPLITNull

Determines whether the TASK_LEVELING_CAN_SPLIT() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_LEVELING_DELAY_FMTNull

Determines whether the TASK_LEVELING_DELAY_FMT() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_LEVELING_DELAYNull

Determines whether the TASK_LEVELING_DELAY() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_NAMENull

Determines whether the TASK_NAME() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_NOTESNull

Determines whether the TASK_NOTES() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_OUTLINE_LEVELNull

Determines whether the TASK_OUTLINE_LEVEL() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_OUTLINE_NUMNull

Determines whether the TASK_OUTLINE_NUM() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_OVT_COSTNull

Determines whether the TASK_OVT_COST() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_OVT_WORKNull

Determines whether the TASK_OVT_WORK() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_PARENT_UIDNull

Determines whether the TASK_PARENT_UID() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_PCT_COMPNull

Determines whether the TASK_PCT_COMP() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_PCT_WORK_COMPNull

Determines whether the TASK_PCT_WORK_COMP() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_PHY_PCT_COMPNull

Determines whether the TASKY_PHY_PCT_COMP() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_PRELEVELED_FINISHNull

Determines whether the TASK_PRELEVELED_FINISH() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_PRELEVELED_STARTNull

Determines whether the TASK_PRELEVELED_START() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_PRIORITYNull

Determines whether the TASK_PRIORITY() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_REG_WORKNull

Determines whether the TASK_REG_WORK() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_REM_COSTNull

Determines whether the TASK_REM_COST() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_REM_DURNull

Determines whether the TASK_REM_DUR() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_REM_OVT_COSTNull

Determines whether the TASK_REM_OVT_COST() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_REM_OVT_WORKNull

Determines whether the TASK_REM_OVT_WORK() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_REM_WORKNull

Determines whether the TASK_REM_WORK() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_RESUME_DATENull

Determines whether the TASK_RESUME_DATE() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_SPINull

Determines whether the TASK_SPI() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_START_DATENull

Determines whether the TASK_START_DATE() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_START_SLACKNull

Determines whether the TASK_START_SLACK() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_START_VARNull

Determines whether the TASK_START_VAR() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_STOP_DATENull

Determines whether the TASK_STOP_DATE() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_SVNull

Determines whether the TASK_SV() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_TCPINull

Determines whether the TASK_TCPI() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_TOTAL_SLACKNull

Determines whether the TASK_TOTAL_SLACK() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_TYPENull

Determines whether the TASK_TYPPPE() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_VACNull

Determines whether the TASK_VAC() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_WBSNull

Determines whether the TASK_WBS() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_WORK_VARNull

Determines whether the TASK_WORK_VAR() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTASK_WORKNull

Determines whether the TASK_WORK() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTaskCVPNull

Determines whether the TaskCVP() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTaskSVPNull

Determines whether the TaskSVP() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTB_COSTNull

Determines whether the TB_COST() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTB_DUR_FMTNull

Determines whether the DUR_FMT() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTB_DURNull

Determines whether the TB_DUR() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTB_FINISHNull

Determines whether the TB_FINISH() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTB_STARTNull

Determines whether the TB_START() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTB_WORKNull

Determines whether the TB_WORK() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsWOBJ_DOC_REF_CNTNull

Determines whether the WOBJ_DOC_REF_CNT() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsWOBJ_ISSUE_REF_CNTNull

Determines whether the WOBJ_ISSUE_REF_CNT() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsWOBJ_OTHER_REF_CNTNull

Determines whether the WOBJ_OTHER_REF_CNT() property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsWOBJ_RISK_REF_CNTNull

Determines whether the WOBJ_RISK_REF_CNT() property is set to a a null reference (Nothing in Visual Basic) value.

Protected method

MemberwiseClone

(Inherited from Object.)

Public method

RejectChanges

(Inherited from DataRow.)

Public method

SetAddAfterTaskUIDNull

Sets the AddAfterTaskUID() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetAdded

(Inherited from DataRow.)

Public method

SetAddPositionNull

Sets the AddPosition() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetColumnError(Int32, String)

(Inherited from DataRow.)

Public method

SetColumnError(String, String)

(Inherited from DataRow.)

Public method

SetColumnError(DataColumn, String)

(Inherited from DataRow.)

Public method

SetCREATED_DATENull

Sets the CREATED_DATE() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetDurationTypeNull

Sets the DurationType() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetMOD_DATENull

Sets the MOD_DATE() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetModified

(Inherited from DataRow.)

Protected method

SetNull

(Inherited from DataRow.)

Public method

SetParentRow(DataRow)

(Inherited from DataRow.)

Public method

SetParentRow(DataRow, DataRelation)

(Inherited from DataRow.)

Public method

SetPROJ_NAMENull

Sets the PROJ_NAME() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetPROJ_OPT_CURRENCY_DIGITSNull

Sets the PROJ_OPT_CURRENCY_DIGITS() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetPROJ_OPT_CURRENCY_POSITIONNull

Sets the PROJ_OPT_CURRENCY_POSITION() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetPROJ_OPT_CURRENCY_SYMBOLNull

Sets the PROJ_OPT_CURRENCY_SYMBOL() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetPROJ_TYPENull

Sets the PROJ_TYPE() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_ACT_COSTNull

Sets the TASK_ACT_COST() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_ACT_DURNull

Sets the TASK_ACT_DUR() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_ACT_FINISHNull

Sets the TASK_ACT_FINISH() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_ACT_OVT_COSTNull

Sets the TASK_ACT_OVT_COST() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_ACT_OVT_WORKNull

Sets the TASK_ACT_OVT_WORK() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_ACT_STARTNull

Sets the TASK_ACT_START() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_ACT_WORKNull

Sets the TASK_ACT_WORK() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_ACWPNull

Sets the TASK_ACWP() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_BCWPNull

Sets the TASK_BCWP() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_BCWSNull

Sets the TASK_BCWS() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_BUDGET_COSTNull

Sets the TASK_BUDGET_COST() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_BUDGET_WORKNull

Sets the TASK_BUDGET_WORK() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_CAL_UIDNull

Sets the TASK_CAL_UID() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_CONSTRAINT_DATENull

Sets the TASK_CONSTRAINT_DATE() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_CONSTRAINT_TYPENull

Sets the TASK_CONSTRAINT_TYPE() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_CONTACTNull

Sets the TASK_CONTACT() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_COST_VARNull

Sets the TASK_COST_VAR() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_COSTNull

Sets the TASK_COST() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_CPINull

Sets the TASK_HYPERLINK_SUB_ADDRESS() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_CVNull

Sets the TASK_CV() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_DEADLINENull

Sets the TASK_DEADLINE() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_DUR_FMTNull

Sets the TASK_DUR_FMT() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_DUR_IS_ESTNull

Sets the TASK_IS_EST() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_DUR_VARNull

Sets the TASK_DUR_VAR() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_DURNull

Sets the TASK_DUR() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_EACNull

Sets the TASK_EAC() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_EARLY_FINISHNull

Sets the TASK_EARLY_FINISH() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_EARLY_STARTNull

Sets the TASK_EARLY_START() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_EVMETHODNull

Sets the TASK_EVMETHOD() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_EXT_PROJ_UIDNull

Sets the TASK_EXT_PROJ_UID() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_FINISH_DATENull

Sets the TASK_FINISH_DATE() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_FINISH_SLACKNull

Sets the TASK_FINISH_SLACK() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_FINISH_VARNull

Sets the TASK_FINISH_VAR() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_FIXED_COST_ACCRUALNull

Sets the TASK_FIXED_COST_ACCRUAL() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_FIXED_COSTNull

Sets the TASK_FIXED_COST() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_FREE_SLACKNull

Sets the TASK_FREE_SLACK() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_HAS_LINKED_FIELDSNull

Sets the TASK_HAS_LINKED_FIELDS() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_HYPERLINK_ADDRESSNull

Sets the TASK_HYPERLINK_ADDRESS() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_HYPERLINK_FRIENDLY_NAMENull

Sets the TASK_HYPERLINK_FRIENDLY_NAME() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_HYPERLINK_SUB_ADDRESSNull

Sets the TASK_HYPERLINK_SUB_ADDRESS() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_IDNull

Sets the TASK_ID() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_IGNORES_RES_CALNull

Sets the TASK_IGNORES_RES_CAL() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_IS_CRITICALNull

Sets the TASK_IS_CRITICAL() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_IS_EFFORT_DRIVENNull

Sets the TASK_IS_EFFORT_DRIVEN() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_IS_EXTERNALNull

Sets the TASK_IS_EXTERNAL() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_IS_FROM_FINISH_SUBPROJNull

Sets the TASK_IS_FROM_FINISH_SUBPROJ() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_IS_MARKEDNull

Sets the TASK_IS_MARKED() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_IS_MILESTONENull

Sets the TASK_IS_MILESTONE() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_IS_NULLNull

Sets the TASK_IS_NULL() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_IS_OVERALLOCATEDNull

Sets the TASK_IS_OVERALLOCATED() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_IS_READONLY_SUBPROJNull

Sets the TASK_IS_READONLY_SUBPROJ() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_IS_RECURRING_SUMMARYNull

Sets the TASK_IS_RECURRING_SUMMARY() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_IS_RECURRINGNull

Sets the TASK_IS_RECURRING() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_IS_ROLLED_UPNull

Sets the TASK_IS_ROLLED_UP() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_IS_SUBPROJNull

Sets the TASK_IS_SUBPROJ() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_IS_SUMMARYNull

Sets the TASK_IS_SUMMARY() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_LATE_FINISHNull

Sets the TASK_LATE_FINISH() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_LATE_STARTNull

Sets the TASK_LATE_START() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_LEVELING_ADJUSTS_ASSNNull

Sets the TASK_LEVELING_ADJUSTS_ASSN() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_LEVELING_CAN_SPLITNull

Sets the TASK_LEVELING_CAN_SPLIT() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_LEVELING_DELAY_FMTNull

Sets the TASK_LEVELING_DELAY_FMT() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_LEVELING_DELAYNull

Sets the TASK_LEVELING_DELAY() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_NAMENull

Sets the TASK_NAME() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_NOTESNull

Sets the TASK_NOTES() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_OUTLINE_LEVELNull

Sets the TASK_OUTLINE_LEVEL() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_OUTLINE_NUMNull

Sets the TASK_OUTLINE_NUM() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_OVT_COSTNull

Sets the TASK_OVT_COST() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_OVT_WORKNull

Sets the TASK_OVT_WORK() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_PARENT_UIDNull

Sets the TASK_PARENT_UID() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_PCT_COMPNull

Sets the TASK_PCT_COMP() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_PCT_WORK_COMPNull

Sets the TASK_PCT_WORK_COMP() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_PHY_PCT_COMPNull

Sets the TASK_PHY_PCT_COMP() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_PRELEVELED_FINISHNull

Sets the TASK_PRELEVELED_FINISH() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_PRELEVELED_STARTNull

Sets the TASK_PRELEVELED_START() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_PRIORITYNull

Sets the TASK_PRIORITY() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_REG_WORKNull

Sets the TASK_REG_WORK() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_REM_COSTNull

Sets the TASK_REM_COST() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_REM_DURNull

Sets the TASK_REM_DUR() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_REM_OVT_COSTNull

Sets the TASK_REM_OVT_COST() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_REM_OVT_WORKNull

Sets the TASK_REM_OVT_WORK() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_REM_WORKNull

Sets the TASK_REM_WORK() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_RESUME_DATENull

Sets the TASK_RESUME_DATE() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_SPINull

Sets the TASK_SPIN() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_START_DATENull

Sets the TASK_START_DATE() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_START_SLACKNull

Sets the TASK_START_SLACK() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_START_VARNull

Sets the TASK_START_VAR() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_STOP_DATENull

Sets the TASK_STOP_DATE() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_SVNull

Sets the TASK_SV() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_TCPINull

Sets the TASK_TCP() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_TOTAL_SLACKNull

Sets the TASK_TOTAL_SLACK() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_TYPENull

Sets the TASK_TYPE() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_VACNull

Sets the TASK_VAC() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_WBSNull

Sets the TASK_WBS() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_WORK_VARNull

Sets the TASK_WORK_VAR() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTASK_WORKNull

Sets the TASK_WORK() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTaskCVPNull

Sets the TaskCVP() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTaskSVPNull

Sets the TaskSVP() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTB_COSTNull

Sets the TB_COST() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTB_DUR_FMTNull

Sets the DUR_FMT() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTB_DURNull

Sets the TB_DUR() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTB_FINISHNull

Sets the TB_FINISH() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTB_STARTNull

Sets the TB_START() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetTB_WORKNull

Sets the TB_WORK() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetWOBJ_DOC_REF_CNTNull

Sets the WOBJ_DOC_REF_CNT() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetWOBJ_ISSUE_REF_CNTNull

Sets the WOBJ_ISSUE_REF_CNT() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetWOBJ_OTHER_REF_CNTNull

Sets the WOBJ_OTHER_REF_CNT() property to a a null reference (Nothing in Visual Basic) value.

Public method

SetWOBJ_RISK_REF_CNTNull

Sets the WOBJ_RISK_REF_CNT() property to a a null reference (Nothing in Visual Basic) value.

Public method

ToString

(Inherited from Object.)

Top

See Also

Reference

ProjectDataSet.TaskRow Class

WebSvcProject Namespace