閱讀英文版本 編輯

分享方式:


ProjectDataSet.TaskCustomFieldsDataTable Class

Definition

Represents information about the status of task custom fields that is contained in one or more ProjectDataSet.TaskCustomFieldsRow objects.

C#
[Serializable]
public class ProjectDataSet.TaskCustomFieldsDataTable : System.Data.DataTable, System.Collections.IEnumerable
Inheritance
ProjectDataSet.TaskCustomFieldsDataTable
Attributes
SerializableAttribute
Implements

Constructors

ProjectDataSet.TaskCustomFieldsDataTable()

Creates an instance of the TaskCustomFieldsDataTable class.

ProjectDataSet.TaskCustomFieldsDataTable(SerializationInfo, StreamingContext)

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

Properties

CODE_VALUEColumn

Defines the column for the CODE_VALUE field.

Count

Gets the number of row objects in the TaskCustomFieldsDataTable.

CUSTOM_FIELD_UIDColumn

Defines the column for the CUSTOM_FIELD_UID field.

DATE_VALUEColumn

Defines the column for the DATE_VALUE field.

DUR_FMTColumn

Defines the column for the DUR_FMT field.

DUR_VALUEColumn

Defines the column for the DUR_VALUE field.

FIELD_TYPE_ENUMColumn

Defines the column for the FIELD_TYPE_ENUM field.

FLAG_VALUEColumn

Defines the column for the FLAG_VALUE field.

INDICATOR_VALUEColumn

Defines the column for the INDICATOR_VALUE field.

Item[Int32]

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

MD_PROP_IDColumn

Defines the column for the MD_PROP_ID field.

MD_PROP_UIDColumn

Defines the column for the MD_PROP_UID field.

NUM_VALUEColumn

Defines the column for the NUM_VALUE field.

PROJ_UIDColumn

Defines the column for the PROJ_UID field.

TASK_UIDColumn

Defines the column for the TASK_UID field.

TEXT_VALUEColumn

Defines the column for the TEXT_VALUE field.

Methods

AddTaskCustomFieldsRow(Guid, Guid, Guid, Guid, Int32, Byte, Boolean, String, DateTime, Guid, Int32, Decimal, Byte, Int32)

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

AddTaskCustomFieldsRow(ProjectDataSet+TaskCustomFieldsRow)

Adds a TaskCustomFieldsRow object to the TaskCustomFieldsDataTable.

Clone()
CreateInstance()
FindByCUSTOM_FIELD_UID(Guid)

Retrieves a TaskCustomFieldsRow object by using the specified custom field GUID.

GetEnumerator()

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

GetRowType()
GetTypedTableSchema(XmlSchemaSet)

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

NewRowFromBuilder(DataRowBuilder)
NewTaskCustomFieldsRow()

Creates a row object in the TaskCustomFieldsDataTable.

OnRowChanged(DataRowChangeEventArgs)
OnRowChanging(DataRowChangeEventArgs)
OnRowDeleted(DataRowChangeEventArgs)
OnRowDeleting(DataRowChangeEventArgs)
RemoveTaskCustomFieldsRow(ProjectDataSet+TaskCustomFieldsRow)

Deletes the specified row object from the TaskCustomFieldsDataTable.

Events

TaskCustomFieldsRowChanged

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

TaskCustomFieldsRowChanging

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

TaskCustomFieldsRowDeleted

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

TaskCustomFieldsRowDeleting

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

Applies to

產品 版本
Project Server Latest