IMDCalculationFacts

Description

The IMDCalculationFacts interface contains properties and methods that are used to work with the collection of factors linked with data source or data consumer fields. These fields contain data used in calculation.

Properties

  Property name Brief description
Count The Count property returns the number of data source or data consumer factors.
Item The Item property returns factor properties.

Methods

  Method name Brief description
Add The Add method creates a new factor of data source or data consumer.
Clear The Clear method deletes all factors of data source or data consumer.
FindById TheFindById method searches for a factor by its identifier.
FindByKey The FindByKey method searches for a factor by its key.
Move The Move method moves factors.
Remove The Remove method removes factor by its index.
RemoveByKey The RemoveByKey method removes factor by its key.

See also:

Cubes Assembly Interfaces