Cubes > Cubes Assembly Interfaces > IRubricatorRecord
The IRubricatorRecord interface contains properties and methods that are used to work with a time series database record.
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 | |
![]() |
The PersistChanges method determines whether to save changes to a database. | |
![]() |
The Save method saves a record. | |
![]() |
The Undo method closes a record without saving changes. | |
![]() |
The ValidateRules method checks validation rule execution. |
See also: