IVariableStubsIn

Assembly: Algo;

Description

The IVariableStubsIn interface is used to add and remove calculation block or control block data source.

Inheritance Hierarchy

          IVariableStubsCollection

          IVariableStubsIn

Properties inherited from IVariableStubsCollection

  Property name Brief description
Count The Count property returns the number of data sources in block.
Item The Item property returns the data source by index.

Methods

  Method name Brief description
Add The Add method adds a data source.
Remove The Remove method removes the specified data source.
RemoveByKey The RemoveByKey removes data source by key.

Methods inherited from IVariableStubsCollection

  Method name Brief description
FindByKey The FindByKey method searches for data source in the collection by key.

See also:

Algo Assembly Interfaces