IMetabaseObjectDescriptor.Edit

Syntax

Edit: IMetabaseObject;

Description

The Edit method opens object in the edit mode.

Comments

After activation of the method the structure of object and its description will be available for edit.

The Save method is used to save changes of the object structure. For saving the description of the object the SaveDescriptor method is used. The description of object is saved when the structure of object is saved.

If the current object is a shortcut to the object, editing the shortcut also opens the corresponding object for edit. Cast result of the Edit method execution to the interface that is responsible for the corresponding type of objects, to edit required parameters or structure. If the current object is a shortcut for an object from a different repository, editing the shortcut does not allow to edit object structure due to implementation features. Deleting the shortcut does not delete the corresponding repository object. Various modes of working with shortcuts see in examples in the Working with Shortcut subsection.

See also:

IMetabaseObjectDescriptor | IMetabaseObjectDescriptor.EditDescriptor | IMetabaseObject.Save | IMetabaseObjectDescriptor.SaveDescriptor