Access |
public class AccessRights : ICollection<AccessRight>, IEnumerable<AccessRight>, IEnumerable
The AccessRights type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessRights | Initializes a new instance of the AccessRights class. | |
| AccessRights(IEnumerableAccessRight) | Initializes a new instance of the AccessRights class. | |
| AccessRights(String) | Initializes a new instance of the AccessRights class. |
| Name | Description | |
|---|---|---|
| Count | Get the number of access rights in the collection. | |
| IsReadOnly | Get whether or not this set of access rights is read only. | |
| Item | Get the access right at the specified index. |
| 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) |