Click or drag to resize

ObjectOperationAccess Enumeration

Represents the result of a security evaluation of a user performing an operation.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public enum ObjectOperationAccess
Members
  Member nameValueDescription
Ok0 User is allowed to perform the operation on the object.
NoPermission1 User lacks permission according to the security mechanism that protects the object. If object is protected by the auth role model then result is due to the user lacking membership of an auth role that grants permision to perform the operation.
FeaturePackChangeNotAllowed2 Object is built-in / originates from a feature package and user is not allowed to perform the operaion on it.
See Also