IMsProblemDetailsArray

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsProblemDetailsArray interface is used to work with the collection of problem calculation parameters.

Inheritance Hierarchy

          IMsProblemDetailsArray

Comments

To get the collection of problem calculation parameters, use the IMsProblem.AdditionalDetails property.

Properties

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

Methods

  Method name Brief description
The AddDetails method adds the specified parameters to the collection.
Clear The Clear method clears the collection
FindByKey The FindByKey method searches for collection parameters by the specified key.
Remove The Remove method removes parameters with the specified index from the collection.
RemoveByKey The RemoveByKey method removes parameters with the specified key from the collection.

See also:

Ms Assembly Interfaces