MetabaseObjectOperation

Description

The MetabaseObjectOperation enumeration contains types of operations that can be executed with repository objects.

It is used by the following method:

Available Values

Value Brief description
0 None. Operation is undefined.
1 Bind. Get information about object.
2 Create. Create a new object.
4 Edit. Edit object.
6 CreateAndEdit. Create an object and open it for edit.
8 EditTemporary. Edit repository object temporarily without being able to save.

See also:

Metabase Assembly Enumerations