IMetaRdsLoader.CreateObject

Syntax

CreateObject(CreateInfo: IMetabaseObjectCreateInfo): IRdsDictionary;

Parameters

CreateInfo. Information on the created table MDM dictionary.

Description

The CreateObject method creates a new dictionary based on the specified information and attribute bindings.

Comments

The information on created dictionary passed in the CreateInfo parameter, must contain at least data on the parent object and identifier. An repository folder can be specified as a parent object.

On executing the CreateObject method, a new dictionary to be stored is created. Dictionary structure (attributes collection) is based on bindings specified in the IMetaRdsLoader.Bindings collection. After executing this method, the dictionary structure becomes available in the IMetaRdsLoader.Dictionary property.

Example

The method use is given in the example for IMetaRdsLoader.Load.

See also:

IMetaRdsLoader