ProjectDataSet.TaskCustomFieldsDataTable Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents information about the status of task custom fields that is contained in one or more ProjectDataSet.TaskCustomFieldsRow objects.
public: ref class ProjectDataSet::TaskCustomFieldsDataTable : System::Data::DataTable, System::Collections::IEnumerable
[Serializable]
public class ProjectDataSet.TaskCustomFieldsDataTable : System.Data.DataTable, System.Collections.IEnumerable
type ProjectDataSet.TaskCustomFieldsDataTable = class
inherit DataTable
interface IEnumerable
Public Class ProjectDataSet.TaskCustomFieldsDataTable
Inherits DataTable
Implements IEnumerable
- Inheritance
-
ProjectDataSet.TaskCustomFieldsDataTable
- Attributes
-
SerializableAttribute
- Implements
Project |
Creates an instance of the TaskCustomFieldsDataTable class. |
Project |
Creates an instance of the TaskCustomFieldsDataTable class by using separate parameters. |
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. |
Add |
This member is reserved for internal use and is not intended to be used directly from your code. |
Add |
Adds a TaskCustomFieldsRow object to the TaskCustomFieldsDataTable. |
Clone() | |
Create |
|
Find |
Retrieves a TaskCustomFieldsRow object by using the specified custom field GUID. |
Get |
Gets an enumerator that can be used to iterate through the rows of the TaskCustomFieldsDataTable. |
Get |
|
Get |
This member is reserved for internal use and is not intended to be used directly from your code. |
New |
|
New |
Creates a row object in the TaskCustomFieldsDataTable. |
On |
|
On |
|
On |
|
On |
|
Remove |
Deletes the specified row object from the TaskCustomFieldsDataTable. |
Task |
The post-event that occurs after a row is changed. |
Task |
The pre-event that occurs before a row is changed. |
Task |
The post-event that occurs after a row is deleted. |
Task |
The pre-event that occurs before a row is deleted. |
產品 | 版本 |
---|---|
Project Server | Latest |