Class GlobalFeatureSimpleStateCheckerExtensions
Inheritance
GlobalFeatureSimpleStateCheckerExtensions
Assembly: Volo.Abp.GlobalFeatures.dll
Syntax
public static class GlobalFeatureSimpleStateCheckerExtensions
Methods
RequireGlobalFeatures<TState>(TState, bool, params string[])
Declaration
public static TState RequireGlobalFeatures<TState>(this TState state, bool requiresAll, params string[] globalFeatures) where TState : IHasSimpleStateCheckers<TState>
Parameters
| Type |
Name |
Description |
| TState |
state |
|
| bool |
requiresAll |
|
| string[] |
globalFeatures |
|
Returns
Type Parameters
RequireGlobalFeatures<TState>(TState, bool, params Type[])
Declaration
public static TState RequireGlobalFeatures<TState>(this TState state, bool requiresAll, params Type[] globalFeatures) where TState : IHasSimpleStateCheckers<TState>
Parameters
| Type |
Name |
Description |
| TState |
state |
|
| bool |
requiresAll |
|
| Type[] |
globalFeatures |
|
Returns
Type Parameters
RequireGlobalFeatures<TState>(TState, params string[])
Declaration
public static TState RequireGlobalFeatures<TState>(this TState state, params string[] globalFeatures) where TState : IHasSimpleStateCheckers<TState>
Parameters
| Type |
Name |
Description |
| TState |
state |
|
| string[] |
globalFeatures |
|
Returns
Type Parameters
RequireGlobalFeatures<TState>(TState, params Type[])
Declaration
public static TState RequireGlobalFeatures<TState>(this TState state, params Type[] globalFeatures) where TState : IHasSimpleStateCheckers<TState>
Parameters
| Type |
Name |
Description |
| TState |
state |
|
| Type[] |
globalFeatures |
|
Returns
Type Parameters