Table of Contents

Class Access

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class Access
Inheritance
Access
Inherited Members
Extension Methods

Constructors

Access()

public Access()

Properties

Authority

public AuthorityAccess Authority { get; set; }

Property Value

AuthorityAccess

Http

public HttpAccess Http { get; set; }

Property Value

HttpAccess

Operation

public OperationAccess Operation { get; set; }

Property Value

OperationAccess

Switch

public SwitchAccess Switch { get; set; }

Property Value

SwitchAccess

Methods

Add(Access)

public void Add(Access access)

Parameters

access Access

Add(string)

public void Add(string access)

Parameters

access string

Has(AuthorityAccess)

public bool Has(AuthorityAccess access)

Parameters

access AuthorityAccess

Returns

bool

Has(HttpAccess)

public bool Has(HttpAccess access)

Parameters

access HttpAccess

Returns

bool

Has(OperationAccess)

public bool Has(OperationAccess access)

Parameters

access OperationAccess

Returns

bool

Has(SwitchAccess)

public bool Has(SwitchAccess access)

Parameters

access SwitchAccess

Returns

bool

HasAny()

public bool HasAny()

Returns

bool