Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsFormulaTransform interface is used to set up model calculation parameters.
IMsFormulaTransform
Methods of working with parameters depend on the method selected for model calculation.
| Property name | Brief description | |
| The AdditionalAttributes property determines identifiers of optional attributes of the time series database, which values should be obtained on data loading. | ||
| The CalculationDirection property sets direction of pointwise calculation mode. | ||
| The CalculationOption property determines whether specified option is applied on model calculation. | ||
| The CalculationType property determines model calculation mode. | ||
| The DimensionTransparent property determines whether the common calculation specification will be used for the dimension elements of the output variable. | ||
| The DisplayId property determines the information that is displayed in the term formula. | ||
| The DisplaySettings property determines the display mode for model parameters. | ||
| The EquationsFormula property determines error correction model parameters. | ||
| The FormulaCount property returns the number of model calculation methods. | ||
| The FormulaItem property returns the model calculation method by index. | ||
| The Inputs property returns collection of input variables for method. | ||
| The Kind property determines the model type. | ||
| The MetaAttributeFilter property returns the object that contains filter applied to model. | ||
| The ObjectList property returns the collection of objects used by calculation method. | ||
| The OutputPeriod property returns data unloading period parameters. | ||
| The Outputs property returns a collection of output variables for the method. | ||
| The Period property returns model calculation period. | ||
| Outdated. The Rubricator property determines the time series database. | ||
| The Series property returns a collection of method variables to be loaded. | ||
| The Transform property returns the object allowing to set up calculation method parameters. |
| Method name | Brief description | |
| The CreateCalculation method creates an object determining the parameters required for model calculation by the selected method. | ||
| The CreateCoord method creates an object containing parameters of the output variable required for model calculation. | ||
| The CreateSelector method creates an object containing properties for selecting the variable slice, by which the calculation method is set up. | ||
| The CreateStringGenerator method creates a generator of string representation of calculation parameters. | ||
| The LoadFromXml method loads model parameters from XML. | ||
| The RefreshAttributesStructure method refreshes the structure of attributes of the model. | ||
| The SaveToXml method saves model parameters to XML. | ||
| Outdated. The SliceToTerm method transforms and returns internal presentation of term. | ||
| Outdated. The TermToSlice method transforms and returns variable slice referenced by term. | ||
| The TermToText method returns the name of a term that appears in the list of terms. |
See also: