Assembly: Transform;
Namespace: Prognoz.Platform.Interop.Transform;
The ITsCalculationContext interface is used to work with a custom calculation method context.
ITsCalculationContext
Using this interface enables the user to send messages, warnings and errors occurring during method calculation.
Property name | Brief description | |
The CalculationDirection property returns 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 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 parent object of the custom calculation method context. | ||
The Tag property is used to store user information about the context. | ||
The VariableMatrix property enables the user to get access to the specified data source. |
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: