Ms > Ms Assembly Interfaces > IMsRFormulaTerm
Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsRFormulaTerm interface is used to work with expression element used in the R model.
IMsRFormulaTerm
To set up the R model, use the IMsRTransform interface.
Property name | Brief description | |
![]() |
The Name property determines expression element name. |
Property name | Brief description | |
![]() |
Outdated. Use IMsFormulaTerm.TermInfo. | |
![]() |
Outdated. Use IMsFormulaTerm.TermInfo. | |
![]() |
The Key property returns term key. | |
![]() |
The Lag property returns an object that determines the term lag value. | |
![]() |
The Serie property returns an array of term, calculated with changes. | |
![]() |
The Slice property determines variable slice corresponding to the given term. | |
![]() |
The TermInfo property determines term parameters. | |
![]() |
The UnitInfo property returns information about term measurement units. |
Method name | Brief description | |
![]() |
The TermToInnerText method returns the internal view of term. | |
![]() |
The TermToText method returns the name of a term that appears in the list of terms. | |
![]() |
Outdated. Use IMsFormulaTerm.TermInfo. |
See also: