Редагувати

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


StatusingDataSet.ResourceCustomFieldsDataTable Class

Definition

Represents status information about resource custom fields that is contained in one or more StatusingDataSet.ResourceCustomFieldsRow objects.

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

Constructors

StatusingDataSet.ResourceCustomFieldsDataTable()

Creates an instance of the ResourceCustomFieldsDataTable class.

StatusingDataSet.ResourceCustomFieldsDataTable(SerializationInfo, StreamingContext)

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

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 ResourceCustomFieldsDataTable, 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 WebSvcWorkflow.ResourceDataSet.ResourceCustomFieldsRow.PROJ_UID field.

RES_UIDColumn

Defines the column for the RES_UID field.

TEXT_VALUEColumn

Defines the column for the TEXT_VALUE field.

Methods

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

AddResourceCustomFieldsRow(StatusingDataSet+ResourceCustomFieldsRow)

Adds a ResourceCustomFieldsRow object to the ResourceCustomFieldsDataTable.

Clone()
CreateInstance()
FindByCUSTOM_FIELD_UIDPROJ_UID(Guid, Guid)

Retrieves a ResourceCustomFieldRow object by using the specified custom field GUID and project GUID.

GetEnumerator()

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

GetRowType()
GetTypedTableSchema(XmlSchemaSet)

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

NewResourceCustomFieldsRow()

Creates a row object in the CustomFieldsRowDataTable.

NewRowFromBuilder(DataRowBuilder)
OnRowChanged(DataRowChangeEventArgs)
OnRowChanging(DataRowChangeEventArgs)
OnRowDeleted(DataRowChangeEventArgs)
OnRowDeleting(DataRowChangeEventArgs)
RemoveResourceCustomFieldsRow(StatusingDataSet+ResourceCustomFieldsRow)

Deletes the specified row object from the ResourceCustomFieldsDataTable.

Events

ResourceCustomFieldsRowChanged

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

ResourceCustomFieldsRowChanging

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

ResourceCustomFieldsRowDeleted

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

ResourceCustomFieldsRowDeleting

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

Applies to