| 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
Syntaxpublic enum ObjectOperationAccess
Members
| Member name | Value | Description |
---|
| Ok | 0 |
User is allowed to perform the operation on the object.
|
| NoPermission | 1 |
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.
|
| FeaturePackChangeNotAllowed | 2 |
Object is built-in / originates from a feature package and user is not allowed to perform the operaion on it.
|
See Also