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