Show / Hide Table of Contents

Class GlobalFeatureHelper

Inheritance
object
GlobalFeatureHelper
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 GlobalFeatureHelper

Methods

IsGlobalFeatureEnabled(Type, out RequiresGlobalFeatureAttribute?)

Declaration
public static bool IsGlobalFeatureEnabled(Type type, out RequiresGlobalFeatureAttribute? attribute)
Parameters
Type Name Description
Type type
RequiresGlobalFeatureAttribute attribute
Returns
Type Description
bool
In this article
Back to top Powered by ABP.IO Platform