ICubeCreatorFields

Assembly: Cubes;

Namespace: Prognoz.Platform.Interop.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
The Count property returns the number of fields in the collection.
The Item property returns field parameters.

Methods

  Method name Brief description
The Add method adds the field, to which the dimension attribute is connected, to the collection.
The Clear method deletes all fields from the collection.
The Remove method removes the specified field from the collection.

See also:

Cubes Assembly Interfaces