IMetabaseUpdateObjectRemapping.Map

Fore Syntax

Map(Type: MetabaseUpdateRemappingType): IMetabaseUpdateRemappings;

Fore.NET Syntax

Map[Type: Prognoz.Platform.Interop.Metabase.MetabaseUpdateRemappingType]: Prognoz.Platform.Interop.Metabase.IMetabaseUpdateRemappings;

Parameters

Type. Repeated mapping type.

Description

The Map property returns collection of repeated mappings of the specified type.

Comments

If repeated mappings of the specified type are missing, the IMetabaseUpdateRemappings.Count property will have zero value.

Fore and Fore.NET Examples

The property use is given in the example for IMetabaseUpdateContext.RegisterKeyChangeO.

See also:

IMetabaseUpdateObjectRemapping