Assembly: Cubes;
The IRubricatorInstance interface contains properties and methods for working with an opened instance of time series database.
IRubricatorInstance
To get opened instance of time series database, execute the IMetabaseObjectDescriptor.Open method.
| Property name | Brief description | |
![]() |
CalendarDimension | The CalendarDimension property returns calendar dictionary data for indicator. |
![]() |
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 indicators. |
![]() |
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 indicator. |
![]() |
RevisionsDimensionPoint | The RevisionsDimensionPoint property returns indicator 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 indicators values. |
| 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 indicators dependencies in the time series database. |
![]() |
CreateFactsLookup | The CreateFactsLookup method creates an object searching for indicators. |
![]() |
CreateFactsLookupEx | The CreateFactsLookupEx method creates an objects that searches for indicators, excluding dummy indicators. |
![]() |
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 indicators 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 indicators with the specified keys from the time series database. |
![]() |
DeleteMemberFacts | The DeleteMemberFacts method deletes the indicator corresponding to the specified element. |
![]() |
DeleteMembersFacts | The DeleteMembersFacts method deletes indicators 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 indicators dictionary by indicator key. |
![]() |
GetFactDataByMnemo | The GetFactDataByMnemo method returns data of indicators dictionary by indicator mnemonic. |
![]() |
GetFormulaData | The GetFormulaData method returns formula data by the specified key. |
![]() |
GetMemberFactData | The GetMemberFactData method returns data of indicators dictionary by the specified hierarchy element. |
![]() |
GetObservationValues | The GetObservationValues method returns indicator 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 indicators by the specified conditions. |
![]() |
Open | The Open method places time series database data to cache. |
![]() |
OpenFactor | The OpenFactor method opens indicator. 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 indicartors are empty. |
![]() |
RegenerateMnemo | The RegenerateMnemo method regenerates indicator 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: