Class MultiplePermissionGrantResult
Inheritance
object
MultiplePermissionGrantResult
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 MultiplePermissionGrantResult
Constructors
MultiplePermissionGrantResult()
Declaration
public MultiplePermissionGrantResult()
MultiplePermissionGrantResult(string[], PermissionGrantResult)
Declaration
public MultiplePermissionGrantResult(string[] names, PermissionGrantResult grantResult = PermissionGrantResult.Undefined)
Parameters
Type | Name | Description |
---|---|---|
string[] | names | |
PermissionGrantResult | grantResult |
Properties
AllGranted
Declaration
public bool AllGranted { get; }
Property Value
Type | Description |
---|---|
bool |
AllProhibited
Declaration
public bool AllProhibited { get; }
Property Value
Type | Description |
---|---|
bool |
Result
Declaration
public Dictionary<string, PermissionGrantResult> Result { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<TKey, TValue><string, PermissionGrantResult> |