IMetabaseUpdateRemappings

Assembly: Metabase;

Description

The IMetabaseUpdateRemappings interface is used to work with a collection of repeated mappings of elements in update and in destination repository.

Inheritance Hierarchy

          IMetabaseUpdateRemappings

Comments

To get the collection, use the IMetabaseUpdateObjectRemapping.Map property.

Properties

  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.

Methods

  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:

Metabase Assembly Interfaces