TheRoleAccessMask |
Scroll |
Contains functionality to combine permissions to an access mask as well as to remove permissions from it and to check if an access mask contains a specific permission.
Namespace: Therefore.API
Visual Basic Public Class TheRoleAccessMask C# public class TheRoleAccessMask |
Name |
Description |
Gets or sets the numeric value of the access mask. |
|
A ThePermissionConstants object holding all possible permission values. |
Name |
Description |
Adds the specified numeric permission value to the access mask. |
|
Checks if the access mask contains the specified numeric permission value. |
|
Removes the specified numeric permission value from the access mask. |
|
Returns a string representation of the object (for debugging). |