IDimIndexesInstance

Assembly: Dimensions;

Description

The IDimIndexesInstance interface contains properties and methods used to work with a collection of indexed dictionary data.

Inheritance Hierarchy

IDimIndexesInstance

Properties

  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.

Methods

  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:

Dimensions Assembly Interfaces