Class UserPermissionManager
Inheritance
System.Object
UserPermissionManager
Assembly: Eco.Gameplay.dll
Syntax
public class UserPermissionManager : Object
Constructors
UserPermissionManager()
Declaration
public UserPermissionManager()
Properties
Admins
Declaration
public UserIDList Admins { get; set; }
Property Value
BlackList
Declaration
public TimeUserIDList BlackList { get; set; }
Property Value
MuteList
Declaration
public TimeUserIDList MuteList { get; set; }
Property Value
QueuePriorities
Declaration
public SerializedSynchronizedCollection<QueuePriority> QueuePriorities { get; set; }
Property Value
TimedLists
Declaration
public IEnumerable<TimeUserIDList> TimedLists { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<TimeUserIDList> |
|
UsersWithReservedSlotsAtQueue
Declaration
public UserIDList UsersWithReservedSlotsAtQueue { get; set; }
Property Value
WhiteList
Declaration
public UserIDList WhiteList { get; set; }
Property Value
Extension Methods