The IRubricatorFactData interface contains properties and methods that are used to work with data of time series.
To get information about the group, which includes time series, cast this interface the IMetaDictionaryDataInfo interface.
| 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. |
| Method name | Brief description | |
![]() |
GenerateMnemo | The GenerateMnemo method generates mnemonic of indicator. |
![]() |
SaveAndRevise | The SaveAndRevise method saves indicator data with the specified parameters. |
![]() |
SetMemberTuple | The SetMemberTuple method determines attribute values of indicator from element of hierarchy. |
| 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. |
| 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: