Assembly: Dimensions;
Namespace: Prognoz.Platform.Interop.Dimensions;
The IStandardDimIndexes interface contains properties and methods of a collection of table dictionary indexes.
IStandardDimIndexes
| Property name | Brief description | |
| Count | The Count property returns the number of indexes in table dictionary. | |
| Item | The Item property returns table dictionary's index. | |
| PrimaryIndex | The PrimaryIndex property returns primary index for table dictionary. | |
| SelectionIndex | The SelectionIndex property returns index which is used to form selection. |
| Method name | Brief description | |
| Add | The Add method adds an index to table dictionary. | |
| Clear | The Clear method removes all indexes of a table dictionary. | |
| FindByKey | The FindByKey method searches and returns an object containing table dictionary index. | |
| Remove | The Remove method removes table dictionary index by its number. | |
| RemoveByKey | The RemoveByKey method removes table dictionary index by its key. |
See also: