Class RequirePermissionsSimpleBatchStateCheckerModel<TState>
Inheritance
object
RequirePermissionsSimpleBatchStateCheckerModel<TState>
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.dll
Syntax
public class RequirePermissionsSimpleBatchStateCheckerModel<TState> where TState : IHasSimpleStateCheckers<TState>
Type Parameters
Name | Description |
---|---|
TState |
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
Type | Description |
---|---|
string[] |
RequiresAll
Declaration
public bool RequiresAll { get; }
Property Value
Type | Description |
---|---|
bool |
State
Declaration
public TState State { get; }
Property Value
Type | Description |
---|---|
TState |