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