Rediger

CubeFieldSettingDataSet.AssignmentDimensionDataTable Class

Definition

Stores a collection of task assignment information rows.

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

Remarks

Each row of the data table contains a CubeFieldSettingDataSet.AssignmentDimensionRow object.

Constructors

CubeFieldSettingDataSet.AssignmentDimensionDataTable()

Creates an instance of the AssignmentDimensionDataTable class.

CubeFieldSettingDataSet.AssignmentDimensionDataTable(SerializationInfo, StreamingContext)

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

Properties

Count

Gets the number of row objects in the AssignmentDimensionDataTable.

ENT_NAMEColumn

Defines the column for the ENT_NAME field.

ENT_TYPE_UIDColumn

Defines the column for the ENT_TYPE_UID field.

InCubeColumn

Defines the column for the InCube field.

IsIntrinsicColumn

Defines the column for the IsIntrinsic field.

IsLookUpColumn

Defines the column for the IsLookUp field.

Item[Int32]

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

PRIMARY_ENT_TYPE_UIDColumn

Defines the column for the IsLookUp field.

PROP_IDColumn

Defines the column for the PROP_ID field.

PROP_NAMEColumn

Defines the column for the PROP_NAME field.

PROP_TYPEColumn

Defines the column for the PROP_TYPE field.

PROP_UIDColumn

Defines the column for the PROP_UID field.

Methods

AddAssignmentDimensionRow(CubeFieldSettingDataSet+AssignmentDimensionRow)

Adds an AssignmentDimensionRow object to the AssignmentDimensionDataTable.

AddAssignmentDimensionRow(Guid, Int32, Guid, String, String, Boolean, Byte, Boolean, Boolean, Guid)

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

Clone()
CreateInstance()
GetEnumerator()

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

GetRowType()
GetTypedTableSchema(XmlSchemaSet)

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

NewAssignmentDimensionRow()

Creates a row object in the AssignmentDimensionDataTable.

NewRowFromBuilder(DataRowBuilder)
OnRowChanged(DataRowChangeEventArgs)
OnRowChanging(DataRowChangeEventArgs)
OnRowDeleted(DataRowChangeEventArgs)
OnRowDeleting(DataRowChangeEventArgs)
RemoveAssignmentDimensionRow(CubeFieldSettingDataSet+AssignmentDimensionRow)

Deletes the specified row object from the CustomFieldsDataTable.

Events

AssignmentDimensionRowChanged

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

AssignmentDimensionRowChanging

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

AssignmentDimensionRowDeleted

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

AssignmentDimensionRowDeleting

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

Applies to