ITsCalculationContext.ParentObject

Fore Syntax

ParentObject: IMetabaseObjectDescriptor;

Fore.NET Syntax

ParentObject: Prognoz.Platform.Interop.Metabase.IMetabaseObjectDescriptor;

Description

The ParentObject property returns parent object of the custom calculation method context.

Comments

Custom calculation methods are used in the modeling container and the time series database.

Fore and Fore.NET Examples

The property use is given in the example for ITsCalculationContext.CalculationType.

See also:

ITsCalculationContext