Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The ICubeCreatorFields interface that contains properties and methods that are used to work with fields collection that determines a dimension binding.
ICubeCreatorFields
The fields collection is available in the ICubeCreatorDimension.Fields property.
| Property name | Brief description | |
| The Count property returns the number of fields in the collection. | ||
| The Item property returns field parameters. |
| 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: