[This is preliminary documentation and is subject to change.]
The Rank type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| Can(Permission) | ||
| Can(Permission, Rank) | ||
| CanSee(Rank) | ||
| CompareTo(Rank) | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetLimit(Permission) | ||
| GetLimitIndex(Permission) | ||
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsValidID(String) | ||
| IsValidPrefix(String) | ||
| IsValidRankName(String) | ||
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Parse(String) | Parses serialized rank. Accepts either the "name" or "name#ID" format.
Uses legacy rank mapping table for unrecognized ranks. Does not autocomple.
Name part is case-insensitive. ID part is case-sensitive. | |
| ResetLimit(Permission) | ||
| Serialize()()()() | ||
| SetLimit(Permission, Rank) | ||
| ToString()()()() | (Overrides Object..::..ToString()()()().) |