ICubeCreatorFields

Assembly: Cubes;

Description

The ICubeCreatorFields interface that contains properties and methods that are used to work with fields collection that determines a dimension binding.

Inheritance Hierarchy

ICubeCreatorFields

Comments

The fields collection is available in the ICubeCreatorDimension.Fields property.

Properties

  Property name Brief description
Count

The Count property returns the number of fields in the collection.
Item

The Item property returns field parameters.

Methods

  Method name Brief description
Add

The Add method adds the field, to which the dimension attribute is connected, to the collection.
Clear

The Clear method deletes all fields from the collection.
Remove

The Remove method removes the specified field from the collection.

See also:

Cubes Assembly Interfaces