Class PermissionStateContext
Inheritance
object
PermissionStateContext
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Authorization.Permissions
Assembly: Volo.Abp.Authorization.Abstractions.dll
Syntax
public class PermissionStateContext
Constructors
PermissionStateContext()
Declaration
public PermissionStateContext()
Properties
Permission
Declaration
public PermissionDefinition Permission { get; set; }
Property Value
Type | Description |
---|---|
PermissionDefinition |
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; set; }
Property Value
Type | Description |
---|---|
System.IServiceProvider |