Assembly: Dimensions;
Namespace: Prognoz.Platform.Interop.Dimensions;
The IDimIndexes interface contains properties and methods of a collection of dictionary indexes.
IDimIndexes
| Property name | Brief description | |
| Count | The Count property returns the number of dictionary indexes. | |
| Item | The Item property returns structure of dictionary index. | |
| PrimaryIndex | The PrimaryIndex property returns structure of primary dictionary index. | |
| SelectionIndex | The SelectionIndex property returns index that is used for selection creation. |
| Method name | Brief description | |
| FindById | The FindById method searches index by its identifier. | |
| FindByKey | The FindByKey method searches index by its key. |
See also: