[This is preliminary documentation and is subject to change.]

The RankManager type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
AddRank(Rank)
Adds a new rank to the list. Checks for duplicates.
CanRenameRank(Rank, String)
DeleteRank(Rank, Rank)
FindRank(Int32)
Finds rank by index. Rank at index 0 is the highest.
FindRank(String)
Parses rank name (without the ID) using autocompletion.
GenerateID()()()()
GetIndex(Rank)
GetMinRankWithAllPermissions(array<Permission>[]()[][])
Finds the lowest rank that has all the required permissions.
GetMinRankWithAnyPermission(array<Permission>[]()[][])
Finds the lowest rank that has all the required permissions.
LowerRank(Rank)
RaiseRank(Rank)
RenameRank(Rank, String)

See Also