Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsCalculationChainVariable interface is used to work with the variable contained in the metamodel calculation chain.
IMsCalculationChainVariable
To get the variable, cast the object of the IMsCalculationChainEntry interface to the IMsCalculationChainVariable interface. The operation is available if IMsCalculationChainEntry.Type = MsCalculationChainEntryType.Variable.
Property name | Brief description | |
The FullName property returns full name of the variable. | ||
The IsInternal property determines whether the variable is internal for calculation chain. | ||
The OriginalName property returns the source name of the variable. | ||
The Slice property determines the variable slice. |
Property name | Brief description | |
The Description property determines description of the calculation chain element. | ||
The Excluded property determines whether the chain element is included into metamodel calculation. | ||
The InheritModelPeriod property determines whether the chain element inherits calculation period and frequency from the parent element. | ||
The Key property returns key for calculation chain element. | ||
The Name property determines the name of calculation chain element. | ||
The ParentEntries property returns parent object. | ||
Compiler ignores the Tag property; thus, user can use this property for his own purposes. | ||
The Type property returns type for element of metamodel calculation chain. |
Property name | Brief description | |
The MoveToParent method moves the element of the calculation chain of the metamodel. |
See also: