Interface IPermissionRole
Represents a permission role.
Inherited Members
Namespace: OpenMod.API.Permissions
Assembly: OpenMod.API.dll
Syntax
public interface IPermissionRole : IPermissionActor
Properties
| Improve this Doc View SourceIsAutoAssigned
Defines if the role should be automatically assigned to new users.
Declaration
bool IsAutoAssigned { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Parents
Gets or sets the parents of the role.
Declaration
HashSet<string> Parents { get; }
Property Value
Type | Description |
---|---|
HashSet<System.String> |
Priority
Gets or sets the priority of this role.
Declaration
int Priority { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |