IRubricatorInstance

Assembly: Cubes;

Description

The IRubricatorInstance interface contains properties and methods for working with an opened instance of time series database.

Inheritance Hierarchy

          IRubricatorInstance

Comments

To get opened instance of time series database, execute the IMetabaseObjectDescriptor.Open method.

Properties

  Property name

Brief description
CalendarDimension

The CalendarDimension property returns calendar dictionary data for factor.
CalendarLevelsDimension

The CalendarLevelsDimension property returns data of calendar dimension of time series database.
CurrentRevision

The CurrentRevision property returns the current revision of time series database.
Facts

The Facts property returns the MDM repository dictionary containing information about factors.
Measures

The Measures property returns the MDM repository dictionary containing information about measures.
Revisions

The Revisions property returns the MDM repository dictionary containing information about revisions.
RevisionsDimension

The RevisionsDimension property returns revision dictionary data of factor.
RevisionsDimensionPoint

The RevisionsDimensionPoint property returns factor revision dictionary data on the specific date.
Rubricator

The Rubricator property returns time series databases.
Segments

The Segments property returns the collection of data segments of time series database.
Units

The Units property returns the MDM repository dictionary containing information about measurement units.
UnitsDimension

The UnitsDimension property returns units dictionary data.
ValidationsDimension

The ValidationsDimension property returns validation dictionary data.
Values

The Values property returns the MDM repository dictionary containing information about factors values.

Methods

  Method name

Brief description
Clear

The Clear method clears the series in a time series database according to the specified parameters.
ClearEx

The ClearEx method clears the time series database according to the specified advanced parameters.
CreateCommonCalendar

The CreateCommonCalendar method creates a common calendar for the series loaded in the time series database.
CreateDependenciesLookup

The CreateDependenciesLookup method creates an object that searches for factors dependencies in the time series database.
CreateFactsLookup

The CreateFactsLookup method creates an object searching for factors.
CreateFactsLookupEx

The CreateFactsLookupEx method creates an objects that searches for factors, excluding dummy factors.
CreateFiltrationMatrix

The CreateFiltrationMatrix method creates a filtered data matrix.
CreateFormulasLookup

The CreateFormulasLookup method creates an object searching for formulas.
CreateObservationsLookup

The CreateObservationsLookup method creates an object searching among factors data.
CreateValidationsLookup

The CreateValidationsLookup method creates an object searching for validations.
CutRevisions

The CutRevisions method compresses the specified revisions range.
DeleteFacts

The DeleteFacts method removes factors with the specified keys from the time series database.
DeleteMemberFacts

The DeleteMemberFacts method deletes the factor corresponding to the specified element.
DeleteMembersFacts

The DeleteMembersFacts method deletes factors corresponding to the specified elements set.
GetCompoundFactData

The GetCompoundFactData method returns time series data by its composite key value.
GetDateInterval

The GetDateInterval method returns maximum and minimum dates, data for which are available in the time series database.
GetDictionary

The GetDictionary method returns data of the dictionary that contains information of the time series database.
GetFactData

The GetFactData method returns data of factors dictionary by factor key.
GetFactDataByMnemo

The GetFactDataByMnemo method returns data of factors dictionary by factor mnemonic.
GetFormulaData

The GetFormulaData method returns formula data by the specified key.
GetMemberFactData

The GetMemberFactData method returns data of factors dictionary by the specified hierarchy element.
GetObservationValues

The GetObservationValues method returns factor value.
GetRevision

The GetRevision property returns revision by its key.
GetScenarioExists

The GetScenarioExists method returns whether modeling scenarios are used in a time series database.
GetValidationExecData

The GetValidationExecData method returns data on validation calculation by its key.
LabelRevisions

The LabelRevisions method enables the user to set label for a time series database revision.
LoadValidationRun

The LoadValidationRun method extracts data of validation calculation by the specified selection.
LookupFactors

The LookupFactors method searches for factors by the specified conditions.
Open

The Open method places data of time series database to cache.
OpenFactor

The OpenFactor method opens factor. This method is not used.
OpenRevision

The OpenRevision method creates a new revision.
RefreshDimensions

The RefreshDimensions method refreshes dimensions of opened instance of time series database.
RegenerateEmpty

The RegenerateEmpty method updates whether specified factors are empty.
RegenerateMnemo

The RegenerateMnemo method regenerates factors mnemonics.
RollbackData

The RollbackData method rolls back to time series database data in the specified revision.
SaveValidationRun

The SaveValidationRun method saves data of validation calculation.

See also:

Cubes Assembly Interfaces