Click or drag to resize

ObjectPermissions Enumeration

Defines the possible permission attributes for an object. Note that not all of the attributes apply to all object types.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ObjectPermissions
Members
  Member nameValueDescription
Read1The object has Read permission.
Write2 The object has Write permission. This is also used as the Update permission in contexts in which Insert and Delete permissions are also appropriate.
Insert4The object has Insert permission.
Delete8The object has Delete permission.
Granted16The object has Granted permission.
Reserved32This bit is reserved
Configuration64This item can be configured by the user.
Design128This object can be designed by the user.
Enabled256This object is enabled (behaves and loads normally).
Ignore512The profile should ignore the filter.
Navigation1024The object should allow navigation.
Decrypt2048The user is allowed to view the decrypted value.
All-1All permission bits are set.
None0No permission bits are set.
DefaultPermissions1375 When no explicit permissions exists, this mask is used by default
DefinedPermissions4063 The set of permissions currently defined. As of v2.0.9.0 this is set on each permission record in order to allow for new permission definition without affecting backward compatibility.
See Also