Редагувати

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


StatusingDataSet.LocalLookupTableFullValuesDataTable Class

Definition

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

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

Constructors

StatusingDataSet.LocalLookupTableFullValuesDataTable()

Creates an instance of the LocalLookupTableFullValuesDataTable class.

StatusingDataSet.LocalLookupTableFullValuesDataTable(SerializationInfo, StreamingContext)

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

Item[Int32]

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

LT_VALUE_DATEColumn

Defines the column for the WebSvcStatusing.StatusingDataSet.LocalLookupTableFullValuesRow.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.

PROJ_UIDColumn

Defines the column for the PROJ_UID field.

Methods

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

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

AddLocalLookupTableFullValuesRow(StatusingDataSet+LocalLookupTableFullValuesRow)

Adds a LocalLookupTableFullValuesRow object to the LocalLookupTableFullValuesDataTable.

Clone()
CreateInstance()
GetEnumerator()

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

GetRowType()
GetTypedTableSchema(XmlSchemaSet)

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

NewLocalLookupTableFullValuesRow()

Creates a row object in the LocalLookupTableFullValuesDataTable.

NewRowFromBuilder(DataRowBuilder)
OnRowChanged(DataRowChangeEventArgs)
OnRowChanging(DataRowChangeEventArgs)
OnRowDeleted(DataRowChangeEventArgs)
OnRowDeleting(DataRowChangeEventArgs)
RemoveLocalLookupTableFullValuesRow(StatusingDataSet+LocalLookupTableFullValuesRow)

Deletes the specified row object from the LocalLookupTableFullValuesDataTable

Events

LocalLookupTableFullValuesRowChanged

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

LocalLookupTableFullValuesRowChanging

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

LocalLookupTableFullValuesRowDeleted

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

LocalLookupTableFullValuesRowDeleting

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

Applies to