Assembly: Metabase;
The IMetabaseUpdateRemappings interface is used to work with the collection of repeated mappings of elements in update and in destination repository.
IMetabaseUpdateRemappings
To get the collection, use the IMetabaseUpdateObjectRemapping.Map property.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of collection elements. |
![]() |
IsEmpty | The IsEmpty property returns whether the collection is empty. |
![]() |
Item | The Item property returns the specified element from the collection. |
![]() |
Type | The Type property returns the type of elements in the collection. |
| Method name | Brief description | |
![]() |
FindByNewKey | The FindByNewKey method searches parameters of element mapping by its key in destination repository. |
![]() |
FindByOldId | The FindByOldId method searches parameters of element mapping by its identifier and class in update. |
![]() |
FindByOldKey | The FindByOldKey method searches parameters of element mapping by its key in update. |
See also: