IMetabaseUpdateContext.KeyMap

Fore Syntax

KeyMap: IMetabaseUpdateKeyMap;

Fore.NET Syntax

KeyMap: Prognoz.Platform.Interop.Metabase.IMetabaseUpdateKeyMap;

Description

The KeyMap property returns a map of keys used for repeated mapping of update objects.

Comments

The map enables the user to get object keys and identifiers in consumer repository, that will be used for object update.

Fore and Fore.NET Examples

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

See also:

IMetabaseUpdateContext