Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsFormulaTermInfo interface contains properties and methods used to set up term parameters.
IMsFormulaTermInfo
Property name | Brief description | |
The Date property returns the date, on which the data will be taken from specified slice of variable, at using this term. | ||
The DateParamID property identifies the calendar-point parameter. | ||
The DateSlice property determines the slice of data used in the calculation with this term. | ||
The FormatText property returns the name of a term in the specified format. | ||
Outdated. Use InversionInfo.Inversion. | ||
The InversionInfo property returns parameters of the initial transformation applied to a term. | ||
Outdated. Use InversionInfo.InversionLag. | ||
Outdated. Use IMsFormulaTermInfo.Type. | ||
The Lag property determines the lag value for the term. | ||
Outdated. Use InversionInfo.PreviousInversionLag. | ||
The Slice property determines variable slice corresponding to the given term. | ||
The TermInnerText property returns the internal presentation term. | ||
The TermScreenedText property returns the term name with the escaped characters. | ||
The TermText property returns the name of the term that appears in the list of terms. | ||
The TermTransformationMethod property determines parameters of the term transformation. | ||
The Type property determines the term type. |
Method name | Brief description | |
The Assign method sets parameters of the current term in accordance with parameters of a specified term. | ||
The CreateTermTransformationMethod method creates an object that determines parameters of the term transformation. | ||
The ParseTerm method analyses the internal presentation of the term and sets parameters for the current term in accordance with the obtained settings. | ||
The SetDate method fixes the date for the term. | ||
The SetDateByLevel method fixes date and calendar frequency for expression element. |
See also: