Class Role
Describes a Security Role in Oqtane.
public class Role : ModelBase, IAuditable
- Inheritance
-
Role
- Implements
- Inherited Members
Properties
Description
Brief description for Admin dialogs.
public string Description { get; set; }
Property Value
IsAutoAssigned
Determines if users automatically get assigned to this role.
public bool IsAutoAssigned { get; set; }
Property Value
IsSystem
public bool IsSystem { get; set; }
Property Value
Name
Role name to show in Admin dialogs.
public string Name { get; set; }
Property Value
RoleId
Primary ID
public int RoleId { get; set; }
Property Value
SiteId
Reference to a Site if applicable.
public int? SiteId { get; set; }
Property Value
- int?