The IDefCalculationAlgorithmMapInfoCollection interface is used to work with collection of calculation algorithm bindings to another data entry forms.
IDefCalculationAlgorithmMapInfoCollection
Binding to data entry forms is used to drill down formulas in calculation algorithm. It is possible to get collection of bindings to data entry forms, using the IDefCalculationAlgorithm.MapInfo property.
Property name | Brief description | |
Count | The Count property returns the number of calculation algorithm bindings to other data entry forms. | |
Item | The Item property returns parameters of calculation algorithm binding to another data entry form by binding index. | |
ItemBySourceKey | The ItemBySourceKey property returns calculation algorithm binding parameters to another data entry form by consumer key. |
See also: