UserPermissions Methods |
The UserPermissions type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(Enum, Boolean) |
Adds the specified permission type.
| |
| Add(Int32, Boolean) |
Adds permission type of specified identifier.
| |
| Add(String, Boolean) |
Adds permission type of specified name.
| |
| AddOrReplace(UserPermissions) |
Adds or replaces permissions.
| |
| AddOrReplace(Enum, Boolean) |
Adds or replaces permission type of specified name.
| |
| AddOrReplace(Int32, Boolean) |
Adds or replaces permission type of specified identifier.
| |
| AddOrReplace(String, Boolean) |
Adds or replaces permission type of specified name.
| |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetPermission(Enum) |
Gets the permission.
| |
| GetPermission(Int32) |
Gets the permission.
| |
| GetPermission(String) |
Gets the permission.
| |
| GetPermissionId |
Gets the permission identifier.
| |
| GetPermissions |
Checks specified CRUD permissions simultaneously.
| |
| SetMaxCRUD |
Sets the maximum CRUD.
|