IMetabaseUpdateRemappings

Assembly: Metabase;

Namespace: Prognoz.Platform.Interop.Metabase;

Description

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

Inheritance hierarchy

          IMetabaseUpdateRemappings

Comments

To get collection, use the IMetabaseUpdateObjectRemapping.Map property.

Properties

  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.

Methods

  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:

Metabase Assembly Interfaces