Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsProblemCalculation interface is used to work with the object calculating the modeling problem.
IMsProblemCalculation
To create the object, calculating the modeling problem, use the IMsProblem.Calculate method.
| Property name | Brief description | |
| The AggregationGroup property determines the group of dictionary elements used as aggregation group. | ||
| The AggregationGroups property returns an object that contains the collection of aggregation groups. | ||
| The Breakpoints property returns the collection of breakpoints used for modeling problem calculation. | ||
| The CalculationState property returns current state of modeling problem calculation. | ||
| The CalculationTree property returns the tree of modeling problem calculation. | ||
| The Callback property determines the object used to handle events occurring on problem calculation. | ||
| The CopyFact property determines whether the data of sample period of facts dimensions is copied to the dimensions according to scenarios on data unloading. | ||
| The MetaAttributeFilter property returns an object that contains the filter applied on modeling problem calculation. | ||
| The PointCount property returns the total number of steps that are passed on problem calculation in the modeling container. | ||
| The PointPassed property returns the number of performed steps on problem calculation in modeling container. | ||
| The SaveData property determines whether data should be unloaded to output variables after problem is calculated. | ||
| The SaveHistory property determines whether history of modeling problem calculation should be saved. | ||
| The SaveHistoryMask property determines parameters of modeling problem calculation log. | ||
The SaveZeros property determines the Upload Calculated Zeros to the Base parameter on modeling problem calculation development environment component. |
||
The TreatNullsAsZeros property determines the Substitute Empty Values with Zeros parameter onnbsp; modeling problem calculationcomponent is set. |
||
| Outdated. Use IMsProblemCalculation.VariableStub. | ||
| Outdated. Use IMsProblemCalculation.VariableStubs. | ||
| The VariableStub property returns object that enables the user to access data of modeling container variable. | ||
| The VariableStubs property returns the collection of variables, which data is used on modeling problem calculation. |
| Method name | Brief description | |
| The CreateVariablesReport property creates a report on variables for modeling problem calculation. | ||
| The DoSaveData method unloads data to the output variables after problem is calculated. | ||
| The DoSaveHistory method saves the history of problem calculation. | ||
| The Resume method continues modeling problem calculation after a stop of the process with the help of the Suspend method. | ||
| The Run method launches modeling problem calculation. | ||
| The StepDate method performs the step-by-step calculation of the problem by calendar frequency points. | ||
| The StepInto method performs the step-by-step calculation of the problem including stepping into cycles, forks and nested metamodels. | ||
| The StepOver method performs step-by-step calculation of the problem without stepping into cycles, forks and nested metamodels. | ||
| The Stop method stops calculation at a current point. | ||
| The Suspend method suspends modeling problem calculation. |
See also: