IDefCalculationAlgorithmParametersCollection

Description

The IDefCalculationAlgorithmParametersCollection interface is used to work with collection of parameters binding of calculation algorithm to data entry form parameters.

Inheritance Hierarchy

IDefCalculationAlgorithmParametersCollection

Comments

Collection of bindings can be obtained using the IDefCalculationAlgorithm.Parameters property.

Properties

  Property name Brief description
Count The Count property returns number of parameters bindings in collection.
Item The Item property returns calculation algorithm parameter binding settings to data entry form parameter by binding index.
ItemByAlgorithmParameterId The ItemByAlgorithmParameterId property returns binding settings of calculation algorithm to data entry form parameter by identifier.

See also:

Interfaces