IDimIndexes

Assembly: Dimensions;

Description

The IDimIndexes interface contains properties and methods of a collection of dictionary indexes.

Inheritance Hierarchy

IDimIndexes

Properties

  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.

Methods

  Method name Brief description
FindById The FindById method searches index by its identifier.
FindByKey The FindByKey method searches index by its key.

See also:

Dimensions Assembly Interfaces