The IDefCalclulationAlgorithmMapParamInfoCollection interface is used to work with collection of current data entry form parameters to data entry forms parameters with which calculation algorithm is linked.
IDefCalclulationAlgorithmMapParamInfoCollection
Collection of bindings can be obtained using the IDefCalculationAlgorithmMapInfo.MapParameters property.
Property name | Brief description | |
Count | The Count property returns number of bindings in collection. | |
Item | The Item property returns binding settings by index in collection. | |
ItemByLinkedParameterId | The ItemByLinkedParameterId property returns binding settings by bound form parameter identifier. |
See also: