Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsProblemDetailsArray interface is used to work with the collection of problem calculation parameters.
To get the collection of problem calculation parameters, use the IMsProblem.AdditionalDetails property.
Property name | Brief description | |
The Count property returns the number of elements in the collection. | ||
The Item property returns specified parameters from the collection. |
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: