Share via


StatusingDataSet.TasksRow Members

Include Protected Members
Include Inherited Members

Specifies one row of task status data.

The StatusingDataSet.TasksRow type exposes the following members.

Properties

 

Name

Description

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

PROJ_UID

Specifies a unique identifier for the project associated with the task.

Public property

RowError

(Inherited from DataRow.)

Public property

RowState

(Inherited from DataRow.)

Public property

Table

(Inherited from DataRow.)

Public property

TASK_ACT_COST

Indicates the actual cost of the task.

Public property

TASK_ACT_DUR

Specifies the actual duration of the task.

Public property

TASK_ACT_FINISH

Specifies the actual finish date and time of the task.

Public property

TASK_ACT_OVT_COST

Specifies the actual overtime cost of the task.

Public property

TASK_ACT_OVT_WORK

Specifies the actual overtime work hours for the task.

Public property

TASK_ACT_START

Specifies the actual start date and time for the task.

Public property

TASK_ACT_WORK

Specifies the actual non-overtime work hours for the task.

Public property

TASK_BUDGET_COST

Public property

TASK_BUDGET_WORK

Public property

TASK_CAL_UID

Specifies the unique identifier for the calendar associated with the task.

Public property

TASK_CONSTRAINT_DATE

Indicates the date and time of the constraint for the specified task.

Public property

TASK_CONSTRAINT_TYPE

Indicates the type of constraint associated with the specified task.

Public property

TASK_COST

Indicates the budgeted cost of the task.

Public property

TASK_COST_IS_VALID

Public property

TASK_DEADLINE

Indicates the date and time for the deadline of the specified task.

Public property

TASK_DUR

Indicates the estimated duration of the specified task.

Public property

TASK_DUR_FMT

Public property

TASK_FINISH_DATE

Indicates the finish date and time of the specified task.

Public property

TASK_FIXED_COST

Indicates the budgeted amount of fixed costs for the specified task.

Public property

TASK_FIXED_COST_ACCRUAL

Public property

TASK_ID

Public property

TASK_IS_MARKED

Public property

TASK_IS_MILESTONE

Public property

TASK_IS_ROLLUP_ASSN

Public property

TASK_IS_SUBPROJ

Public property

TASK_IS_SUMMARY

Public property

TASK_LEVELING_DELAY

Public property

TASK_NAME

Specifies the name of the task.

Public property

TASK_OPTINDX

Public property

TASK_OUTLINE_LEVEL

Public property

TASK_OUTLINE_NUM

Public property

TASK_OVT_COST

Specifies the budgeted overtime cost for the task.

Public property

TASK_OVT_WORK

Indicates the budgeted amount of overtime work hours for the specified task.

Public property

TASK_PARENT_UID

Indicates the unique identifier of the parent task for the specified task.

Public property

TASK_PCT_COMP

Indicates the percent of completion for the specified task.

Public property

TASK_PCT_WORK_COMP

Public property

TASK_PHY_PCT_COMP

Public property

TASK_PUBLISHED_UID

Public property

TASK_REG_WORK

Public property

TASK_REM_COST

Public property

TASK_REM_DUR

Public property

TASK_REM_OVT_COST

Public property

TASK_REM_OVT_WORK

Public property

TASK_REM_WORK

Public property

TASK_RESUME_DATE

Public property

TASK_RTF_NOTES

Public property

TASK_START_DATE

Public property

TASK_STOP_DATE

Indicates the stop date and time for the specified task.

Public property

TASK_TYPE

Specifies the task type.

Public property

TASK_UID

Indicates the unique identifier for the specified task.

Public property

TASK_WBS

Public property

TASK_WINPROJ_UNIQUE_ID

Public property

TASK_WORK

Public property

WOBJ_DOC_REF_CNT

Public property

WOBJ_ISSUE_REF_CNT

Public property

WOBJ_OTHER_REF_CNT

Public property

WOBJ_RISK_REF_CNT

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

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

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_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_COST_IS_VALIDNull

Determines whether the TASK_COST_IS_VALID() 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_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_DURNull

Determines whether the TASK_DUR() 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_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_IDNull

Determines whether the TASK_ID() 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_OPTINDXNull

Determines whether the TASK_OPTINDX() 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 TASK_PHY_PCT_COMP() 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_RTF_NOTESNull

Determines whether the TASK_RTF_NOTES() 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_STOP_DATENull

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

Public method

IsTASK_TYPENull

Determines whether the TASK_TYPE() 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_WINPROJ_UNIQUE_IDNull

Determines whether the TASK_WINPROJ_UNIQUE_ID() 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

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

SetAdded

(Inherited from DataRow.)

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

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

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_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_COST_IS_VALIDNull

Sets the TASK_COST_IS_VALID() 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_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_DURNull

Sets the TASK_DUR() 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_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_IDNull

Sets the TASK_ID() 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_OPTINDXNull

Sets the TASK_OPTINDX() 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_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_RTF_NOTESNull

Sets the TASK_RTF_NOTES() 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_STOP_DATENull

Sets the TASK_STOP_DATE() 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_WBSNull

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

Public method

SetTASK_WINPROJ_UNIQUE_IDNull

Sets the TASK_WINPROJ_UNIQUE_ID() 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

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

StatusingDataSet.TasksRow Class

WebSvcStatusing Namespace