IMetabaseManager.RevertToObject

Syntax

RevertToObject(Model: Object): IMetabaseObject;

Parameters

Model - object or instance of repository open object.

Description

The RevertToObject method converts and returns object parameters implemented by the IMetabaseObject interface or object instance implemented by the IMetabaseObjectInstance interface.

NOTE. This method is used in the programming languages in which there is no possibility of explicit type conversion. The result of the method execution is the necessary object type.

NOTE. It is not relevant to use this method in the Fore language. For more details about types conversion see description of the As operator.

See also:

IMetabaseManager

IMetabaseObject.GetExtensionDispatch

IMetabaseObjectInstance.GetExtensionDispatch