Table of Contents

Interface ISystemRoles

Namespace
Shift.Common
Assembly
Shift.Common.dll
public interface ISystemRoles
Extension Methods

Properties

IsAdministrator

bool IsAdministrator { get; set; }

Property Value

bool

IsDeveloper

bool IsDeveloper { get; set; }

Property Value

bool

IsLearner

bool IsLearner { get; set; }

Property Value

bool

IsOperator

bool IsOperator { get; set; }

Property Value

bool