The IMDCalculationFacts interface contains properties and methods that are used to work with the collection of indicators linked with data source or data consumer fields. These fields contain data used in calculation.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of data source or data consumer indicators. |
![]() |
Item | The Item property returns indicator properties. |
| Method name | Brief description | |
![]() |
Add | The Add method creates a new indicator of data source or data consumer. |
![]() |
Clear | The Clear method deletes all indicators of data source or data consumer. |
![]() |
FindById | TheFindById method searches for a indicator by its identifier. |
![]() |
FindByKey | The FindByKey method searches for an indicator by its key. |
![]() |
Move | The Move method moves indicators. |
![]() |
Remove | The Remove method removes indicator by its index. |
![]() |
RemoveByKey | The RemoveByKey method removes indicator by its key. |
See also: