Edit

Share via


StatusingDataSet.ProjectsDataTable Class

Definition

Represents status information about projects that is contained in one or more StatusingDataSet.ProjectsRow objects.

public: ref class StatusingDataSet::ProjectsDataTable : System::Data::DataTable, System::Collections::IEnumerable
[Serializable]
public class StatusingDataSet.ProjectsDataTable : System.Data.DataTable, System.Collections.IEnumerable
type StatusingDataSet.ProjectsDataTable = class
    inherit DataTable
    interface IEnumerable
Public Class StatusingDataSet.ProjectsDataTable
Inherits DataTable
Implements IEnumerable
Inheritance
StatusingDataSet.ProjectsDataTable
Attributes
SerializableAttribute
Implements

Constructors

StatusingDataSet.ProjectsDataTable()

Creates an instance of the ProjectsDataTable class.

StatusingDataSet.ProjectsDataTable(SerializationInfo, StreamingContext)

Creates an instance of the ProjectsDataTable class by using separate parameters.

Properties

CAL_UID_BASELINEColumn

Defines the column for the CAL_UID_BASELINE field.

CAL_UIDColumn

Defines the column for the CAL_UID field.

Count

Gets the number of row objects in the ProjectsDataTable.

Item[Int32]

Gets a row in the ProjectsDataTable, where the row is specified by an index.

PROJ_DEF_CALColumn

Defines the column for the PROJ_DEF_CAL field.

PROJ_INFO_CURRENT_DATEColumn

Defines the column for the PROJ_INFO_CURRENT_DATE field.

PROJ_INFO_FINISH_DATEColumn

Defines the column for the PROJ_INFO_FINISH_DATE field.

PROJ_INFO_SCHED_FROMColumn

Defines the column for the PROJ_INFO_SCHED_FROM field.

PROJ_INFO_START_DATEColumn

Defines the column for the PROJ_INFO_START_DATE field.

PROJ_INFO_STATUS_DATEColumn

Defines the column for the PROJ_INFO_STATUS_DATE field.

PROJ_IS_VISIBILITY_MODEColumn
PROJ_MOVE_ACTUAL_IF_LATERColumn

Defines the column for the PROJ_MOVE_ACTUAL_IF_LATER field.

PROJ_MOVE_ACTUAL_TO_STATUSColumn

Defines the column for the PROJ_MOVE_ACTUAL_TO_STATUS field.

PROJ_MOVE_REMAINING_IF_EARLIERColumn

Defines the column for the PROJ_MOVE_REMAINING_IF_EARLIER field.

PROJ_MOVE_REMAINING_TO_STATUSColumn

Defines the column for the PROJ_MOVE_REMAINING_TO_STATUS field.

PROJ_NAMEColumn

Defines the column for the PROJ_NAME field.

PROJ_NEW_TASKS_ARE_MANUALColumn

Defines the column for the PROJ_NEW_TASKS_ARE_MANUAL field.

PROJ_OPT_CALC_ACT_COSTSColumn

Defines the column for the PROJ_OPT_CALC_ACT_COSTS field.

PROJ_OPT_CURRENCY_CODEColumn

Defines the column for the WebSvcStatusing.StatusingDataSet.ProjectsRow.PROJ_OPT_CURRENCY_CODES field.

PROJ_OPT_CURRENCY_DIGITSColumn

Defines the column for the PROJ_OPT_CURRENCY_DIGITS field.

PROJ_OPT_CURRENCY_POSITIONColumn

Defines the column for the PROJ_OPT_CURRENCY_POSITION field.

PROJ_OPT_CURRENCY_SYMBOLColumn

Defines the column for the PROJ_OPT_CURRENCY_SYMBOL field.

PROJ_OPT_DAYS_PER_MONTHColumn

Defines the column for the PROJ_OPT_DAYS_PER_MONTH field.

PROJ_OPT_DEF_FINISH_TIMEColumn

Defines the column for the PROJ_OPT_DEF_FINISH_TIME field.

PROJ_OPT_DEF_FIX_COST_ACCRUALColumn

Defines the column for the PROJ_OPT_DEF_FIX_COST_ACCRUAL field.

PROJ_OPT_DEF_START_TIMEColumn

Defines the column for the PROJ_OPT_DEF_START_TIME field.

PROJ_OPT_DEF_TASK_TYPEColumn

Defines the column for the PROJ_OPT_DEF_TASK_TYPE field.

PROJ_OPT_DUR_ENTRY_FMTColumn

Defines the column for the PROJ_OPT_DUR_ENTRY_FMT field.

PROJ_OPT_HONOR_CONSTRAINTSColumn

Defines the column for the WebSvcStatusing.StatusingDataSet.ProjectsDataTable.PROJ_OPT_HONOR_CONSTRAINTS field.

PROJ_OPT_MINUTES_PER_DAYColumn

Defines the column for the PROJ_OPT_MINUTES_PER_DAY field.

PROJ_OPT_MINUTES_PER_WEEKColumn

Defines the column for the PROJ_OPT_MINUTES_PER_WEEK field.

PROJ_OPT_NEW_TASK_ESTColumn

Defines the column for the PROJ_OPT_NEW_TASK_EST field.

PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVENColumn

Defines the column for the PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN field.

PROJ_OPT_SPREAD_ACT_COSTSColumn

Defines the column for the PROJ_OPT_SPREAD_ACT_COSTS field.

PROJ_OPT_WORK_ENTRY_FMTColumn

Defines the column for the PROJ_OPT_WORK_ENTRY_FMT field.

PROJ_TYPEColumn

Defines the column for the PROJ_TYPE field.

PROJ_UIDColumn

Defines the column for the PROJ_UID field.

WPROJ_TRACKING_METHODColumn

Defines the column for the WPROJ_TRACKING_METHOD field.

WRES_UIDColumn

Defines the column for the WRES_UID field.

WSS_SITE_UIDColumn

Defines the column for the WSS_SITE_UID field.

WSS_SUBWEB_NAMEColumn

Defines the column for the WSS_SUBWEB_NAME field.

Methods

AddProjectsRow(StatusingDataSet+ProjectsRow)

Adds a ProjectsRow object to the ProjectsDataTable.

Clone()
CreateInstance()
FindByPROJ_UID(Guid)

Gets the ProjectsRow object specified by the project.

GetEnumerator()

Gets an enumerator that can be used to iterate through the rows of the ProjectsDataTable.

GetRowType()
GetTypedTableSchema(XmlSchemaSet)

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

NewProjectsRow()

Creates a row object in the ProjectsDataTable.

NewRowFromBuilder(DataRowBuilder)
OnRowChanged(DataRowChangeEventArgs)
OnRowChanging(DataRowChangeEventArgs)
OnRowDeleted(DataRowChangeEventArgs)
OnRowDeleting(DataRowChangeEventArgs)
RemoveProjectsRow(StatusingDataSet+ProjectsRow)

Deletes the specified row object from the ProjectsDataTable.

Events

ProjectsRowChanged

The post-event that occurs after a row is changed.

ProjectsRowChanging

The pre-event that occurs before a row is changed.

ProjectsRowDeleted

The post-event that occurs after a row is deleted.

ProjectsRowDeleting

The pre-event that occurs before a row is deleted.

Applies to