The IFactorObservationValues interface contains properties and methods that are used to work with a record in the data table of time series.
| Property name | Brief description | |
![]() |
CalendarPoint | The CalendarPoint property returns the date and time when a record was made. |
![]() |
Explanation | The Explanation property determines explanation of a time series value. |
![]() |
FactData | The FactData property returns indicator data. |
![]() |
FactDataCompoundKey | The FactDataCompoundKey property returns composite key of the time series, to which the record belongs. |
![]() |
FactDataKey | The FactDataKey property returns time series key. |
| 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: