The ICompoundDimensionSources interface contains properties and methods for working with a collection of sources of composite dictionary.
The collection of sources is returned by the ICompoundDimension.Sources property.
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: