Редагувати

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


ProjectDataSet.AssignmentCustomFieldsDataTable Class

Definition

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

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

Constructors

ProjectDataSet.AssignmentCustomFieldsDataTable()

Creates an instance of the AssignmentCustomFieldsDataTable class.

ProjectDataSet.AssignmentCustomFieldsDataTable(SerializationInfo, StreamingContext)

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

Properties

ASSN_UIDColumn

Defines the column for the ASSN_UID field.

CODE_VALUEColumn

Defines the column for the CODE_VALUE field.

Count

Gets the number of row objects in the AssignmentCustomFieldsDataTable.

CUSTOM_FIELD_UIDColumn

Defines the column for the CUSTOM_FIELD_UID field.

DATE_VALUEColumn

Defines the column for the WebSvcStatusing.ProjectDataSet.AssignmentCustomFieldsRow.DATA_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 WebSvcStatusing.ProjectDataSet.AssignmentCustomFieldsRow.FILED_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 AssignmentCustomFieldsDataTable, 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

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

AddAssignmentCustomFieldsRow(ProjectDataSet+AssignmentCustomFieldsRow)

Adds a AssignmentCustomFieldsRow object to the AssignmentCustomFieldsDataTable.

Clone()
CreateInstance()
FindByCUSTOM_FIELD_UID(Guid)

Retrieves an AssignmentCustomFieldsRow object by using the specified custom field GUID.

GetEnumerator()

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

GetRowType()
GetTypedTableSchema(XmlSchemaSet)

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

NewAssignmentCustomFieldsRow()

Creates a row object in the AssignmentCustomFieldsDataTable.

NewRowFromBuilder(DataRowBuilder)
OnRowChanged(DataRowChangeEventArgs)
OnRowChanging(DataRowChangeEventArgs)
OnRowDeleted(DataRowChangeEventArgs)
OnRowDeleting(DataRowChangeEventArgs)
RemoveAssignmentCustomFieldsRow(ProjectDataSet+AssignmentCustomFieldsRow)

Deletes the specified row object from the AssignmentCustomFieldsDataTable.

Events

AssignmentCustomFieldsRowChanged

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

AssignmentCustomFieldsRowChanging

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

AssignmentCustomFieldsRowDeleted

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

AssignmentCustomFieldsRowDeleting

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

Applies to