IMsProblemCalculationProxy

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsProblemCalculationProxy interface is used to set up parameters of modeling problem remote calculation.

Inheritance Hierarchy

          IMsProblemCalculation

          IMsProblemCalculationProxy

Comments

The IMsProblemCalculationSettings.RemoteCalc property determines whether modeling problem is calculated.

Properties

  Property name Brief description
The Address property determines BI server address where remote modeling problem is calculated.

Properties inherited from IMsProblemCalculation

  Property name Brief description
The AggregationGroup property determines a group of dictionary elements used as aggregation group.
The AggregationGroups property returns the 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 the current state of modeling problem calculation.
The CalculationTree property returns the tree of modeling problem calculation.
The Callback property determines the object that is 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 uploading.
The IsRemoteCalc property returns whether modeling problem is calculated remotely on BI server.
The MetaAttributeFilter property returns the 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 uploaded to output variables after problem calculation.
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.

The TreatNullsAsZeros property determines the Substitute Empty Values with Zeros parameter on  modeling problem calculation.

Outdated. Use IMsProblemCalculation.VariableStub.
Outdated. Use IMsProblemCalculation.VariableStubs.
The VariableStub property returns the 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.

Methods inherited from IMsProblemCalculation

  Method name Brief description
The CreateVariablesReport property creates a report on variables for modeling problem calculation.
The DoSaveData method uploads data to 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 starts modeling problem calculation.
The StepDate method performs 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 in the current point.
The Suspend method suspends modeling problem calculation.

See also:

Ms Assembly Interfaces