The IDefCalculationAlgorithmMapInfo interface is used to set up binding parameters of calculation algorithm to another data entry form.
IDefCalculationAlgorithmMapInfo
Binding parameters can be obtained using the IDefCalculationAlgorithmMapInfoCollection interface properties.
| Property name | Brief description | |
| FormKey | The FormKey property determines key of data entry form with which calculation algorithm is bound. | |
| MapParameters | The MapParameters property returns collection of parameters bindings of the current data entry form to parameters of data entry form which is bound to calculation algorithm. | |
| SourceKey | The SourceKey property returns calculation algorithm consumer key linked with data entry form. |
| Method name | Brief description | |
| ClearThisForm | The ClearThisForm method resets current binding to data entry form. |
See also: