IMsCalculationChainFilter

Assembly: Ms;

Description

The IMsCalculationChainFilter interface is used to work with the collection of elements calculated by a problem.

Inheritance Hierarchy

          IMsCalculationChainFilter

Comments

To get the elements collection, use the IMsProblemCalculationSettings.EntriesFilter property.

Properties

  Property name Brief description
Count The Count property returns the number of elements in the collection.
Item The Item property returns the element with the specified index from the collection.

Methods

  Method name Brief description
Add The Add method adds a new element to the collection.
Clear The Clear method clears elements collection.
FindById The FindById method searches for an element with the specified identifier in the collection.
FindByKey The FindByKey method searches for an element with the specified key in the collection.
Remove The Remove method removes element with the specified key from the collection.
RemoveByKey The RemoveByKey method removes element with the specified key from the collection.

See also:

Ms Assembly Interfaces