The IRubricatorFactsLookup interface contains properties and methods that are used to search among factors observations.
Property name | Brief description | |
Current | The Current property returns the current record in array of found factors. |
Property name | Brief description | |
CurrentRevision | The CurrentRevision property determines a revision for editing. | |
Lookup | The Lookup property returns search condition. | |
Rubricator | The Rubricator property returns data of time series database. | |
WhereCompoundFactorKey | The WhereCompoundFactorKey property determines a composite key of the required time series. | |
WhereFactorKey | The WhereFactorKey property determines a key of required time series. | |
WhereIsDeleted | The WhereIsDeleted property determines whether deleted records are used in search. | |
WhereIsEmpty | The WhereIsEmpty property determines whether empty records are used in search. | |
WhereRevisionKey | The WhereRevisionKey property determines a key of revision used in search. |
Method name | Brief description | |
Close | The Close method closes the cursor. | |
Eof | The Eof method returns whether the current record is the last. | |
LookupData | The LookupData method gets factor data. | |
Next | The Next method moves to the next record. | |
Open | The Open method opens the cursor allowing to navigate through data. | |
SetTextCriteria | The SetTextCriteria sets filter to the text. |
Method name | Brief description | |
GetFactors | The GetFactors property returns found time series. | |
LookupFactors | The LookupFactors method returns the keys array of the found time series. | |
LookupFactorsC | The LookupFactors method returns the composite keys array of the found time series. | |
WhereRevisionBetween | The WhereRevisionBetween method searches for time series changed between two revisions. |
See also: