Assembly: Dimensions;
Namespace: Prognoz.Platform.Interop.Dimensions;
The IStandardDimIndex interface contains properties of table dictionary index.
IStandardDimIndex
| Property name | Brief description | |
| Attributes | The Attributes property returns an object containing the collection of attributes on which the index is based. | |
| Block | The Block property returns an object that contains dictionary block where the index is created. | |
| CaseSensitive | The CaseSensitive property determines whether index is case sensitive. | |
| Primary | The Primary property determines whether the index is primary. | |
| Unique | The Unique property determines whether the index is unique. | |
| UseInSelection | The UseInSelection property determines whether index is used on forming selection. |
| Property name | Brief description | |
| Id | The Id property determines object identifier. | |
| Key | The Key property returns the object key. | |
| Name | The Name property determines object name. |
See also: