ICompoundDimensionSources

Description

The ICompoundDimensionSources interface contains properties and methods for working with a collection of sources of composite dictionary.

Comments

The collection of sources is returned by the ICompoundDimension.Sources property.

Properties

  Property name Brief description
The Count property returns the number of sources for composite dictionary.

The ForcedHideSourceName property controls displaying of the name of a composite dimension in several data sources.

The Item property returns source from the collection by its index.
The ShowSourceName property determines whether source names are displayed in composite dictionary element names.

Methods

  Method name Brief description
The Add method adds source to the collection.
The Clear method deletes all sources from the collection.
The FindByKey method searches source by its key and returns an object that contains source of composite dictionary.
The Remove method removes source of composite dictionary by its index.
The RemoveByKey method removes source of composite dictionary by its key.

See also:

Dimensions Assembly Interfaces