IPythonSerializerLoader.CreateInfo

Syntax

CreateInfo: IMetabaseObjectCreateInfo;

Description

The CreateInfo property returns the information about the object created in the repository.

Comments

The obtained information can be used to change settings of created object (name, identifier, and so on).

Example

The example of use is given in description of the IPythonSerializer.CreateLoaderFromFile method.

See also:

IPythonSerializerLoader