Assembly: Ms;
The IMsFormulaTransform interface is used to set up model calculation options.
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 the specified options are applied in 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 general calculation specification is used for output variable dimension elements. | |
| DisplayId | The DisplayId property determines a type of displayed information in a formula term. | |
| 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. | |
| NamingAttributes | The NamingAttributes property determines the list of attributes, which values will be used to display dimension elements in formula. | |
| ObjectList | The ObjectList property returns the collection of objects used by calculation method. | |
| OutputPeriod | The OutputPeriod property returns data loading period parameters. | |
| Outputs | The Outputs property returns a collection of output variables for the method. | |
| Period | The Period property returns model calculation period. | |
| 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 options. | |
| CreateTermInfo | The CreateTermInfo method created a term parameter. | |
| 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. | |
| The TermToText method returns the name of a term that appears in the list of terms. |
See also: