Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsProblemCalculationSettings interface is used to set up problem calculation parameters.
IMsProblemCalculationSettings
To create calculation parameters, use the IMsProblem.CreateCalculationSettings method.
Property name | Brief description | |
The AdvancedOptions property determines additional parameters of problem calculation. | ||
The BreakOnError property determines whether modeling problem execution should be aborted when an error occurred. | ||
The Callback property determines the object tracking the events that occur on problem calculation in modeling container. | ||
The ClearSeriesOnWarning property determines whether the output series is empty on occurring the warning. | ||
The CorrectStubPeriod property determines parameters of date extension for modeling problem if its periods go beyond source periods. | ||
The DataLoadingPeriod property returns data loading period parameters. | ||
The DefaultLevel property sets default calendar frequency level on problem calculation. | ||
The Details property determines type of calculated criterion problem. | ||
The EntriesFilter property returns the collection of elements calculated by problem. | ||
The FactIncluded property determines whether the problem is calculated by the Fact scenario. | ||
The FilterLevelsOnLoad property determines whether to load data only by calendar levels, which are used in the problem calculation chain. | ||
The FilterWarnings property determines whether to display duplicate warnings. | ||
The OutputPeriod property returns data unloading period parameters | ||
The ParamValues property returns parameter values for metamodel included into the problem. | ||
The Period property returns parameters of problem forecast and sample periods. | ||
The RemoteCalc property determines whether remote calculation of modeling problem is used on BI server. | ||
The ScenarioIncluded property determines modeling problem scenarios included into calculation. | ||
The StubLoadSelections property returns the collection of selections in data sources used to load data on model calculation. | ||
The ValueFlag property determines value of the flag that is used to select changed values. |
See also: