Редагувати

Поділитися через


ProjectDataSet.ProjectResourceCustomFieldsDataTable Class

Definition

Represents information about resource custom fields that is contained in one or more ProjectDataSet.ProjectResourceCustomFieldsRow objects.

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

Constructors

ProjectDataSet.ProjectResourceCustomFieldsDataTable()

Creates an instance of the ProjectResourceCustomFieldsDataTable class.

ProjectDataSet.ProjectResourceCustomFieldsDataTable(SerializationInfo, StreamingContext)

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

Properties

CODE_VALUEColumn

Defines the column for the CODE_VALUE field.

Count

Get the number of row objects in the ProjectResourceCustomFieldsDataTable.

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

RES_UIDColumn

Defines the column for the RES_UID field.

TEXT_VALUEColumn

Defines the column for the TEXT_VALUE field.

Methods

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

AddProjectResourceCustomFieldsRow(ProjectDataSet+ProjectResourceCustomFieldsRow)

Adds a ProjectResourceCustomFieldsRow object to the ProjectResourceCustomFieldsDataTable.

Clone()
CreateInstance()
FindByCUSTOM_FIELD_UID(Guid)

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

GetEnumerator()

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

GetRowType()
GetTypedTableSchema(XmlSchemaSet)

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

NewProjectResourceCustomFieldsRow()

Creates a row object in the ProjectResourceCustomFieldsDataTable.

NewRowFromBuilder(DataRowBuilder)
OnRowChanged(DataRowChangeEventArgs)
OnRowChanging(DataRowChangeEventArgs)
OnRowDeleted(DataRowChangeEventArgs)
OnRowDeleting(DataRowChangeEventArgs)
RemoveProjectResourceCustomFieldsRow(ProjectDataSet+ProjectResourceCustomFieldsRow)

Deletes the specified row object from the ProjectResourceCustomFieldsDataTable.

Events

ProjectResourceCustomFieldsRowChanged

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

ProjectResourceCustomFieldsRowChanging

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

ProjectResourceCustomFieldsRowDeleted

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

ProjectResourceCustomFieldsRowDeleting

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

Applies to