ICalcBlockIteratorStubDimensionLinks

Assembly: Algo;

Description

The ICalcBlockIteratorStubDimensionLinks interface is used to work with the collection of links between data source dimensions and data consumer dimensions.

Inheritance Hierarchy

          ICalcBlockIteratorStubDimensionLinks

Properties

  Property name Brief description
Count The Count property returns the number of links between data source dimensions and data consumer dimensions.
Item The Item property returns the link between data source dimension and data consumer dimension by index.

Methods

  Method name Brief description
Add The Add method adds a new link between data source dimension and data consumer dimension.
Remove The Remove method removes the specified link between data source dimension and data consumer dimension.
RemoveAt The RemoveAt method removes the link between data source dimension and data consumer dimension by index.

See also:

Algo Assembly Interfaces