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 | |
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: