IMsDimIteratorDimensions

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsDimIteratorDimensions interface is used to work with the collection of dimensions, by which iteration is performed.

Inheritance Hierarchy

          IMsDimIteratorDimensions

Comments

Iterations are performed by multidimensional iterator. To get the collection of dimensions, by which iteration is performed, use the IMsCalculationChainMultiDimIterator.Dimensions property.

Properties

  Property name Brief description
The Count property returns the number of dimensions in the collection.
The Item property returns a dimension with the specified index.

Methods

  Method name Brief description
Add The Add method adds the specified dimension into collection.
Clear The Clear method clears collection of dimensions.
FindById The FindById method searches for a dimension with the specified identifier.
FindByKey The FindByKey method searches for a dimension with the specified key.
IndexOf The IndexOf method returns index of the specified dimension.
Move The Move method moves the dimension into the specified position in the collection.
The Remove method removes a dimension with the specified index.
The RemoveByKey method removes a condition with the specified key.

See also:

Ms Assembly Interfaces