Class GlobalFeatureSimpleStateCheckerExtensions
Inheritance
object
GlobalFeatureSimpleStateCheckerExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |
|
| System.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 |
|
| System.Type[] |
globalFeatures |
|
Returns
Type Parameters