IMetabaseUpdateRemapping.Type

Fore Syntax

Type: MetabaseUpdateRemappingType;

Fore.NET Syntax

Type: Prognoz.Platform.Interop.Metabase.MetabaseUpdateRemappingType;

Description

The Type property returns type of mapped element.

Comments

To get more detailed information about repeated element mapping parameters, cast the IMetabaseUpdateRemapping interface to one of the child interfaces that depend on the type of mapped element.

Fore and Fore.NET Examples

The method use is given in the example for IMetabaseUpdateContext.RegisterHierarchyChange.

See also:

IMetabaseUpdateRemapping