ICubeLoaderFactBindings

Assembly: Cubes;

Description

The ICubeLoaderFactBindings interface contains properties and methods that are used to work with the collection of fact bindings configured on data loading.

Inheritance Hierarchy

ICubeLoaderFactBindings

Comments

The facts binding is available in the ICubeLoaderFromSource.FactBindings property.

Properties

  Property name Brief description
Count

The Count property returns the number of fact binding parameters in the collection.
CreateExternalDimension

The CreateExternalDimension property determines whether to create a dictionary for storing facts.
HideTrivialFactDimension

The HideTrivialFactDimension property determines whether the fact dimension is to be hidden when creating a cube.
Item

The Item property returns the specified cube fact binding parameters.

Methods

  Method name Brief description
Add

The Add method adds cube fact binding parameters to the collection.
Clear

The Clear method removes all binding parameters from the collection.
Remove

The Remove method removes the specified binding parameters.

See also:

Cubes Assembly Interfaces