The ICubeMetaUpdateDictionaryRemapings interface contains properties and methods that are used to work with the collection of correspondences between objects of the copied time series database and objects of the database copy.
Property name | Brief description | |
Count | The Count property returns the number of correspondences in the collection. | |
Item | The Item property returns the correspondence from the collection by its index. |
Method name | Brief description | |
Add | The Add method adds a new correspondence to the collection. | |
Clear | The Clear method clears the collection. | |
FindById | The FindById method finds a correspondence in the collection based on the specified identifier of source object. | |
FindByKey | The FindByKey method finds a correspondence in the collection based on the specified key of source object. | |
Remove | The Remove method removes correspondence from the collection by its index. |
See also: