IRubricatorCreator.CreateRubricator

Fore Syntax

CreateRubricator: IRubricator;

Fore.NET Syntax

CreateRubricator: Prognoz.Platform.Interop.Cubes.IRubricator;

Description

The CreateRubricator method creates a time series database.

Comments

The IRubricatorCreator.CreateInfo property determines basic parameters of time series database as a repository object.

Example

Executing the example requires that the repository contains the following:

Identifier Field type Comment
COUNTRY Integer Mandatory and included into the primary index.
INDICATOR Integer Mandatory and included into the primary index.
DL Integer Mandatory and included into the primary index.
VALUE Real Optional.
DT Date Optional.
ACT Logical Optional.

Example execution result: a time series database that is based on the T_TSDB data table is created. This database contains custom attributes of the COUNTRY and INDICATOR factors that refer to the DICT_CTR and DICT_IND MDM dictionaries.

Fore Example code

Fore.NET Example code

See also:

IRubricatorCreator