Class RequirePermissionsSimpleBatchStateCheckerModel<TState>
Inheritance
RequirePermissionsSimpleBatchStateCheckerModel<TState>
Assembly: Volo.Abp.Authorization.dll
Syntax
public class RequirePermissionsSimpleBatchStateCheckerModel<TState> where TState : IHasSimpleStateCheckers<TState>
Type Parameters
Constructors
RequirePermissionsSimpleBatchStateCheckerModel(TState, string[], bool)
Declaration
public RequirePermissionsSimpleBatchStateCheckerModel(TState state, string[] permissions, bool requiresAll = true)
Parameters
Type |
Name |
Description |
TState |
state |
|
string[] |
permissions |
|
bool |
requiresAll |
|
Properties
Permissions
Declaration
public string[] Permissions { get; }
Property Value
RequiresAll
Declaration
public bool RequiresAll { get; }
Property Value
State
Declaration
public TState State { get; }
Property Value
Extension Methods