IAlgoObjectParamsControl

Assembly: Algo;

Description

The IAlgoObjectParamsControl interface is used to work with the collection of repository object parameter control settings.

Inheritance Hierarchy

IAlgoObjectParamsControl

Comments

Repository object parameter control settings can be obtained using properties and methods of the IAlgoObjectsParamsControl interface.

Properties

  Property name Brief description
Count The Count property returns the number of repository object parameter control settings.
Item The Item property returns parameter control settings with the specified index.
ObjectDesc The ObjectDesc property returns description of the repository object, for which parameter control is set up.

Methods

  Method name Brief description
Add The Add method adds control settings for the specified parameter via a calculation algorithm parameter.
Clear The Clear method clears the collection of repository object parameter control settings.
FindByKey The FindByKey method searches for and returns repository object parameter control settings.
RemoveByKey The RemoveByKey method removes control settings for the specified parameter.

See also:

Algo Assembly Interfaces