CustomObjectSpecificRights

Description

The CustomObjectSpecificRights enumeration contains a list of specific operations available for objects of custom classes.

Comments

Quality of used values depends on the number of operations created for a specific custom class of objects. It is possible to get a collection of operations of custom class in the Operations property. A list of basic and additional operations is available in the MetabaseObjectPredefinedRights enumeration.

It is used by the following properties and methods:

Available Values

Value Brief description
1048576 Operation0. - operation №1.
2097152 Operation1. - operation №2.
4194304 Operation2. - operation №3.
8388608 Operation3 - operation №4.
16777216 Operation4 - operation №5.
33554432 Operation5 - operation №6.
67108864 Operation6 - operation №7.
134217728 Operation7 - operation №8.
268435456 Operation8 - operation №9.
536870912 Operation9 - operation №10.
1073741824 Operation10 - operation №11.
-2147483648 Operation11 - operation №12.

See also:

Metabase Assembly Enumerations