Table of Contents

Class Permission

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

Constructors

Permission()

public Permission()

Permission(Resource, Role)

public Permission(Resource resource, Role role)

Parameters

resource Resource
role Role

Permission(string, string)

public Permission(string resource, string role)

Parameters

resource string
role string

Properties

Access

public AccessControl Access { get; set; }

Property Value

AccessControl

Resource

public Resource Resource { get; set; }

Property Value

Resource

Role

public Role Role { get; set; }

Property Value

Role