IAlgorithmParam

Assembly: Express;

Description

The IAlgorithmParam interface is used to set up control of parameter of the calculation algorithm started y clicking a custom button.

Inheritance Hierarchy

          INamedEntityModel

          IAlgorithmParam

Comments

Parameter control settings can be obtained using properties and methods of the IAlgorithmParams interface.

Properties

  Property name Brief description
Control The Control property returns settings of sending value to algorithm parameter.
Type The Type property determines parameter control type.

Properties inherited from INamedEntityModel

  Property name Brief description
Id The Id property returns object identifier.
Key The Key property returns object key.
Name The Name property returns object name.

See also:

Express Assembly Interfaces