Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The ICubeLoaderDimensionBindings interface contains properties and methods that are used to work with the collection of dimension bindings configured on data loading.
ICubeLoaderDimensionBindings
The ICubeLoaderFromSource.DimensionBindings property provides dimensions bindings.
| Property name | Brief description | |
| The Count property returns the number of options of dimensions bindings in the collection. | ||
| The Item property returns the specified options of dimension binding. |
| Method name | Brief description | |
| The Add method adds options of dimension binding to the collection. | ||
| The AddCalendar method adds options of calendar dimension binding to the collection. | ||
| The Clear method removes all parameters and bindings from the collection. | ||
| The Remove method removes the specified binding options. |
See also: