IMsCalculationChainFilter

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

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

Inheritance Hierarchy

          IMsCalculationChainFilter

Comments

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

Properties

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

Methods

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

See also:

Ms Assembly Interfaces