Class GlobalFeature
Inheritance
object
GlobalFeature
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 abstract class GlobalFeature
Constructors
GlobalFeature(GlobalModuleFeatures)
Declaration
protected GlobalFeature(GlobalModuleFeatures module)
Parameters
Type | Name | Description |
---|---|---|
GlobalModuleFeatures | module |
Properties
FeatureManager
Declaration
public GlobalFeatureManager FeatureManager { get; }
Property Value
Type | Description |
---|---|
GlobalFeatureManager |
FeatureName
Declaration
public string FeatureName { get; }
Property Value
Type | Description |
---|---|
string |
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
Module
Declaration
public GlobalModuleFeatures Module { get; }
Property Value
Type | Description |
---|---|
GlobalModuleFeatures |
Methods
Disable()
Declaration
public virtual void Disable()
Enable()
Declaration
public virtual void Enable()
SetEnabled(bool)
Declaration
public void SetEnabled(bool isEnabled)
Parameters
Type | Name | Description |
---|---|---|
bool | isEnabled |