IDimIndexAttributes

Assembly: Dimensions;

Description

The IDimIndexAttributes interface contains properties and methods of a collection of dictionary index attributes.

Comments

The collection of index attributes can be obtained in the IDimIndex.Attributes property.

Properties

  Property name Brief description
Count The Count property returns the number of attributes used as a base to create dictionary index.
Item The Item property returns parameters of the attribute included into the index.

Methods

  Method name Brief description
FindById The FindById method finds attribute in the index by its identifier.
FindByKey The FindByKey method finds attribute in the index by its key.

See also:

Dimensions Assembly Interfaces