Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The ICubeCreatorFact interface contains properties and methods that are used to set up the fact, which is created in the cube.
ICubeCreatorFact
| Property name | Brief description | |
| Dimensions | The Dimensions property returns the collection of dimensions that is used to set up attributes binding to table fields that is specified in the Table property. | |
| FactKey | The FactKey property determines key of the existing fact, for which binding is set up. | |
| Field | The Field property determines the table field identifier, in which the fact values are stored. | |
| Name | The Name property determines the name of the fact. | |
| Table | The Table property determines the repository table, to which the fact is required to bind. |
| Method name | Brief description | |
| InitDimensions | The InitDimensions method prepares dimensions to bind to the table fields that is used to store fact values. |
See also: