閱讀英文版本 編輯

分享方式:


StatusingDataSet.EnterpriseLookupTableFullValuesDataTable Class

Definition

Represents status information about enterprise lookup values that is contained in one or more StatusingDataSet.EnterpriseLookupTableFullValuesRow objects.

C#
[Serializable]
public class StatusingDataSet.EnterpriseLookupTableFullValuesDataTable : System.Data.DataTable, System.Collections.IEnumerable
Inheritance
StatusingDataSet.EnterpriseLookupTableFullValuesDataTable
Attributes
SerializableAttribute
Implements

Constructors

StatusingDataSet.EnterpriseLookupTableFullValuesDataTable()

Creates an instance of the EnterpriseLookupTableFullValuesDataTable class.

StatusingDataSet.EnterpriseLookupTableFullValuesDataTable(SerializationInfo, StreamingContext)

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

Item[Int32]

Gets a row in the EnterpriseLookupTableFullValuesDataTable, where the row is specified by an index.

LT_VALUE_DATEColumn

Defines the column for the LT_VALUE_DATE field.

LT_VALUE_DURColumn

Defines the column for the LT_VALUE_DUR field.

LT_VALUE_FULLColumn

Defines the column for the LT_VALUE_FULL field.

LT_VALUE_NUMColumn

Defines the column for the LT_VALUE_NUM field.

MD_PROP_UIDColumn

Defines the column for the MD_PROP_UID field.

Methods

AddEnterpriseLookupTableFullValuesRow(Guid, Guid, String, Int32, Decimal, DateTime)

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

AddEnterpriseLookupTableFullValuesRow(StatusingDataSet+EnterpriseLookupTableFullValuesRow)

Adds an EnterpriseLookupTableFullValuesRow object to the EnterpriseLookupTableFullValuesDataTable.

Clone()
CreateInstance()
GetEnumerator()

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

GetRowType()
GetTypedTableSchema(XmlSchemaSet)

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

NewEnterpriseLookupTableFullValuesRow()

Creates a row object in the EnterpriseLookupTableFullValuesDataTable.

NewRowFromBuilder(DataRowBuilder)
OnRowChanged(DataRowChangeEventArgs)
OnRowChanging(DataRowChangeEventArgs)
OnRowDeleted(DataRowChangeEventArgs)
OnRowDeleting(DataRowChangeEventArgs)
RemoveEnterpriseLookupTableFullValuesRow(StatusingDataSet+EnterpriseLookupTableFullValuesRow)

Deletes the specified row object from the EnterpriseLookupTableFullValuesDataTable.

Events

EnterpriseLookupTableFullValuesRowChanged

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

EnterpriseLookupTableFullValuesRowChanging

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

EnterpriseLookupTableFullValuesRowDeleted

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

EnterpriseLookupTableFullValuesRowDeleting

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

Applies to

產品 版本
Project Server Latest