IRubricatorFactData

Description

The IRubricatorFactData interface contains properties and methods that are used to work with data of time series.

Comments

To get information about the group, which includes time series, cast this interface the IMetaDictionaryDataInfo interface.

Properties

  Property name Brief description
CalendarLevel The CalendarLevel property determines the type of data frequency of time series.
CompoundFactorKey The FactDataCompoundKey property returns composite key of time series.
Factor The Factor property returns the time series, to which the data belongs.
FactorKey The FactorKey property returns time series key.
IsDeleted The IsDeleted property determines whether time series is removed.
IsEmpty The IsEmpty property determines whether the indicator of emptiness is specified for the data series.
IsTemporary The IsTemporary property returns whether data belongs to the time series that does not exist but possible.
Mnemo The Mnemo property determines time series mnemonics.
ObjectKey The ObjectKey property determines key of object imports.
RecordName The RecordName property returns time series name.
Revision The Revision property returns the name of current revision.
RevisionKey The RevisionKey property returns the revision key, in which the time series is created.
Units The Units property determines a key of measurement unit.

Methods

  Method name Brief description
GenerateMnemo The GenerateMnemo method generates mnemonic of factor.
SaveAndRevise The SaveAndRevise method saves factor data with the specified parameters.
SetMemberTuple The SetMemberTuple method determines attribute values of factor from element of hierarchy.

Properties inherited from IRubricatorRecord

  Property name Brief description
CompoundKey The CompoundKey property returns record composite key.
IsEdited The IsEdited property determines whether a record can be edited.
Key The Key property returns record key.
Record The Record property returns record data.
Rubricator The Rubricator property returns data of time series database.
UseCompoundKey The UseCompoundKey property returns whether composite key is used.

Methods inherited from IRubricatorRecord

  Method name Brief description
PersistChanges

The PersistChanges method determines whether to save changes to a database.
Save

The Save method saves a record.
Undo

The Undo method closes a record without saving changes.
ValidateRules

The ValidateRules method checks validation rule execution.

See also:

Cubes Assembly Interfaces