Assembly: Dimensions;
Namespace: Prognoz.Platform.Interop.Dimensions;
The IDimIndexesInstance interface contains properties and methods used to work with a collection of indexed dictionary data.
IDimIndexesInstance
| Property name | Brief description | |
| Count | The Count property returns the number of dictionary indexes. | |
| Item | The Item property returns an object containing dictionary index. | |
| PrimaryIndex | The PrimaryIndex property returns data of primary dictionary index. | |
| SelectionIndex | The SelectionIndex property returns index which is used to form selection. |
| Method name | Brief description | |
| FindById | The FindById method searches dictionary index by its ID. | |
| FindByKey | The FindByKey method searches dictionary index by its key. |
See also: