IMetabaseUpdateObjectApplyState.CreatedObject

Fore Syntax

CreatedObject : IMetabaseObjectDescriptor;

Fore.NET Syntax

CreatedObject : Prognoz.Platform.Interop.Metabase.IMetabaseObjectDescriptor

Description

The CreatedObject property returns description of an object created while updating. If the object was not created this property returns Null.

Comments

If updating is performed without creating a new object, CreatedObject is empty, and UpdateObject contains a reference on a descriptor of updated object.

If on updating a new object is created successfully, CreatedObject and UpdateObject contains reference on a descriptor of created object.

If while updating an object a descriptor of an object is created but metadata are not updated because of any mistake CreatedObject will contain a reference on this descriptor, and UpdateObject will be empty.

See also:

IMetabaseUpdateObjectApplyState