Access |
The AccessRights type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(AccessRight) | Add the specified access right. | |
| Add(Char) | Add the specified right. | |
| AddRange(IEnumerableAccessRight) | Add the range of specified rights. | |
| AddRange(String) | Add the rights specified by the characters in the given string. | |
| Clear | Clears the access rights. | |
| Contains | Checks if the set of access rights contains the specified right. | |
| CopyTo | Copies all of the access rights to the specified array. | |
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetEnumerator | Get the access rights enumerator. | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| Remove | Removes the specified access right. | |
| ToString |
Return a String that represents the current AccessRights.
(Overrides ObjectToString) |