Edit

Share via


ProjectDataSet.ProjectCustomFieldsDataTable Class

Definition

Represents information about project custom fields that is contained in one or more ProjectDataSet.ProjectCustomFieldsRow objects.

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

Constructors

ProjectDataSet.ProjectCustomFieldsDataTable()

Creates an instance of the ProjectCustomFieldsDataTable class.

ProjectDataSet.ProjectCustomFieldsDataTable(SerializationInfo, StreamingContext)

Creates an instance of the ProjectCustomFieldsDataTable 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 ProjectCustomFieldsDataTable.

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 ProjectCustomFieldsDataTable, 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.

TEXT_VALUEColumn

Defines the column for the TEXT_VALUE field.

Methods

AddProjectCustomFieldsRow(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.

AddProjectCustomFieldsRow(ProjectDataSet+ProjectCustomFieldsRow)

Adds a ProjectCustomFieldsRow object to the ProjectCustomFieldsDataTable.

Clone()
CreateInstance()
FindByCUSTOM_FIELD_UID(Guid)

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

GetEnumerator()

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

GetRowType()
GetTypedTableSchema(XmlSchemaSet)

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

NewProjectCustomFieldsRow()

Creates a row object in the ProjectCustomFieldsDataTable.

NewRowFromBuilder(DataRowBuilder)
OnRowChanged(DataRowChangeEventArgs)
OnRowChanging(DataRowChangeEventArgs)
OnRowDeleted(DataRowChangeEventArgs)
OnRowDeleting(DataRowChangeEventArgs)
RemoveProjectCustomFieldsRow(ProjectDataSet+ProjectCustomFieldsRow)

Deletes the specified row from the ProjectCustomFieldsDataTable.

Events

ProjectCustomFieldsRowChanged

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

ProjectCustomFieldsRowChanging

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

ProjectCustomFieldsRowDeleted

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

ProjectCustomFieldsRowDeleting

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

Applies to