ITsCalculationContext

Assembly: Transform;

Description

The ITsCalculationContext interface is used to work with a custom calculation method context.

Inheritance Hierarchy

          ITsCalculationContext

Comments

Context of custom work method can be received directly in custom method by using static properties of the TsCalculation class.

This interface can be sued to display messages, warnings and errors occurred on method calculation.

Properties

  Property name Brief description
The CalculationDirection property returns the direction of the pointwise calculation mode.
The CalculationType property returns the custom method calculation mode.
The CalendarSettings property returns parameters of calendar level for the context of user calculation method.
The Levels property returns the set of calendar frequencies available for custom method calculation
The ParamValues property returns the collection of parameter values available in the custom calculation method.
The ParentObject property returns the parent object of the custom calculation method context.
The Tag property is used to store user information about the context.
The UserData property returns user data connected to method calculation.
The VariableMatrix property restores access to the specified data source.

Methods

  Method name Brief description
The CreateTimeSeries method creates a series for custom method calculation.
The RaiseError method generates the error of custom method.
The RaiseMessage method generates custom method message.
The RaiseWarning method generates custom method warning.

See also:

Transform Assembly Interfaces