Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsProblem interface is used to work with a modeling problem.
A modeling problem is an object that calculates one by one models from calculation chain to get output data in output variables. After calculation model calculation results are unloaded to variables.
Class to get analog of the MsProblem class:
MsProblemClass;
Class to get analog of the MsProblem class object:
None;
Property name | Brief description | |
The AdditionalDetails property returns the collection of additional parameters of problem calculation. | ||
The Details property determines basic parameters of problem calculation. | ||
The DimensionFix property returns the collection of fixed dimensions included in variables, data of which will be used for problem calculation. | ||
The EditMetaModel property returns internal model. | ||
The MetaModel property determines the metamodel that contains problem calculation chain. | ||
The Scenarios property returns a collection of scripts, in accordance with which the given problem should be calculated. | ||
The UseCubes property determines whether cubes should be used for reports by variables. | ||
The UseSavedCoefficients property determines whether saved model coefficients should be used for problem calculation. | ||
The ValueFlag property determines value of the flag that is used to mark changed values. | ||
Outdated. Use IMsProblem.VariableStubs. | ||
The VariableStubs property returns a collection of variables, which data is used for problem calculation. | ||
The Workspace property determines the problem workspace. | ||
The WorkspaceDescriptor property determines the object that contains problem workspace description. |
Property name | Brief description | |
The Settings property returns validation settings. |
Property name | Brief description | |
The Description property determines object description. | ||
The MetabaseObject property determines a repository object that stores an object. |
Property name | Brief description | |
The Id property determines the object identifier. | ||
The Key property returns the object key. | ||
The Name property determines the object name. |
Method name | Brief description | |
The Calculate method creates an object that calculates the problem. | ||
The Convert method transforms the metamodel calculated by a problem into an internal one without use of objects and vice versa. | ||
The CreateCalculationSettings method creates an object that contains settings used for problem calculation. | ||
The CreateMetaModel method creates an internal metamodel. | ||
The CreateVariablesReport property creates a report on modeling problem variables. | ||
The RestoreLaner method restores working area of time series database from a problem. |
See also: