Table of Contents

Class Role

Namespace
Oqtane.Models
Assembly
Oqtane.Shared.dll

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

string

IsAutoAssigned

Determines if users automatically get assigned to this role.

public bool IsAutoAssigned { get; set; }

Property Value

bool

IsSystem

public bool IsSystem { get; set; }

Property Value

bool

Name

Role name to show in Admin dialogs.

public string Name { get; set; }

Property Value

string

RoleId

Primary ID

public int RoleId { get; set; }

Property Value

int

SiteId

Reference to a Site if applicable.

public int? SiteId { get; set; }

Property Value

int?