IMsCalculationChainIterator

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsCalculationChainIterator interface is used for work with cycle settings in the metamodel calculation.

Inheritance Hierarchy

          IMsCalculationChainEntry

          IMsCalculationChainGroup

          IMsCalculationChainFolder

          IMsCalculationChainIterator

Comments

To create a cycle in the metamodel chain, use the IMsCalculationChainEntries.AddIterator method.

Properties

  Property name Brief description
The CalendarSettings property determines calendar parameters.
The DimOpenParams property determines the value of the parameter, with which the dimension is opened, by which the selection for calculation of the cycle is set
The ElementGroup property determines the group of elements based on which cycle should be calculated.
The EndDate property determines the end date of the iteration.
The EndParamID property determines parameter which sets iteration end date.
The Expression property returns cycle calculation condition.
The Frequencies property determines calendar frequency of iterations.
The MaxIterations property determines the maximum number of cycle iterations.
The Parameter property determines the metamodel parameters used for cycle calculation.
The ParameterAsGroup property determines the parameter identifier, that sets the elements, by which the cycle is calculated.
The ParameterAsSelection property determines the parameter used as dictionary element selection.
The PostCondition property determines whether to calculate the cycle for the first time without checking cycle execution condition.
The Selection property determines the selection, by which the cycle is calculated.
The StartDate property determines iteration start date.
The StartParamID property determines parameters which sets iteration start date.
The Step_ property determines calculation step.
The StepParam property determines parameters which sets cycle calculation step.
The Transform property returns calculation parameters of cycle execution condition.
The UseDates property determines whether cycle should be calculated by dates.

Properties inherited from IMsCalculationChainFolder

  Property name Brief description
The Contents property returns collection of child elements.

Properties inherited from IMsCalculationChainGroup

  Property name Brief description
The CalculationType property determines a group calculation mode.
The Level property sets frequency of group calculation.
The LevelParam property determines parameter which sets group calculation frequency.
The OutputPeriod property returns data unloading period parameters.
The Period property returns parameters of group calculation period.

Properties inherited from IMsCalculationChainEntry

  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.

Methods inherited from IMsCalculationChainEntry

  Property name Brief description
The MoveToParent method moves the element of the calculation chain of the metamodel.

See also:

Ms Assembly Interfaces