Table of Contents

Class AuthorityAccessHelper

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class AuthorityAccessHelper : AccessHelper<AuthorityAccess>
Inheritance
AuthorityAccessHelper
Inherited Members
Extension Methods

Constructors

AuthorityAccessHelper(AuthorityAccess)

public AuthorityAccessHelper(AuthorityAccess value)

Parameters

value AuthorityAccess

Properties

Abbreviations

protected override Dictionary<AuthorityAccess, string> Abbreviations { get; }

Property Value

Dictionary<AuthorityAccess, string>

Administrator

public bool Administrator { get; }

Property Value

bool

Developer

public bool Developer { get; }

Property Value

bool

EmptyValue

protected override AuthorityAccess EmptyValue { get; }

Property Value

AuthorityAccess

Instructor

public bool Instructor { get; }

Property Value

bool

Learner

public bool Learner { get; }

Property Value

bool

Manager

public bool Manager { get; }

Property Value

bool

Member

public bool Member { get; }

Property Value

bool

Operator

public bool Operator { get; }

Property Value

bool

Supervisor

public bool Supervisor { get; }

Property Value

bool

Trainee

public bool Trainee { get; }

Property Value

bool

Validator

public bool Validator { get; }

Property Value

bool

Visitor

public bool Visitor { get; }

Property Value

bool