The IFormulaTransformModel interface contains properties and methods allowing to set up parameters calculated series parameters.
| Property name | Brief description | |
| The AutoPeriod property determines conditions that are used to calculate borders of sample and forecasting periods. | ||
| The AllowForecastBeforeIdent property determines whether forecasting period can be before sample period | ||
| The ForecastEndDate property determines forecasting period end date. | ||
| The ForecastEndDateParamId property determines an identifier of the parameter specifying forecasting period end date. | ||
| The ForecastEndOffset property determines the number of periods to shift the forecasting period end date. | ||
| The ForecastStartDate property determines a forecasting period start date. | ||
| The ForecastStartDateOffset property determines the number of periods to shift the forecasting period start date. | ||
| The ForecastStartDateParamId property determines an identifier of the parameter setting the forecasting period start date. | ||
| The IdentificationEndDate property determines sample period end date. | ||
| The IdentificationEndDateParamId property determines an identifier of the parameter specifying the sample period end date. | ||
| The IdentificationEndOffset property determines the number of periods to shift the sample period end date. | ||
| The IdentificationStartDate property determines a sample period start date. | ||
| The IdentificationStartDateParamId property determines an identifier of the parameter setting the sample period start date. | ||
| The IdentificationEndOffset property determines the number of periods to shift the sample period end date. | ||
| The InputVariable property returns the input series by its index. | ||
| The InputVariableCount property returns the number of input series. | ||
| The PeriodSet property determines parameters of series calculation period. | ||
| The Transform property returns the object that enables the user to set up calculation method parameters. | ||
| The UsePeriod property determines whether the specified sample and forecasting periods are used for calculation. |
| Method name | Brief description | |
| The AddInputVariable property adds an input series. | ||
| The IsInputVariableUsed property determines whether data source can be used as an input series. | ||
| The RemoveInputVariable property removes an input series. | ||
| The RestoreFromFormulaData method restores the calculated series by the specified data of the formula. | ||
| The UpdateInputVariable method updates an input series. | ||
| The UpdateOutputVariable method updates an output series. |
See also: