Show / Hide Table of Contents

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()
Namespace: Volo.Abp.GlobalFeatures
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 Description
TState
Type Parameters
Name Description
TState

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 Description
TState
Type Parameters
Name Description
TState

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 Description
TState
Type Parameters
Name Description
TState

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 Description
TState
Type Parameters
Name Description
TState
In this article
Back to top Powered by ABP.IO Platform