Class GlobalFeature
Inheritance
GlobalFeature
Assembly: Volo.Abp.GlobalFeatures.dll
Syntax
public abstract class GlobalFeature
Constructors
GlobalFeature(GlobalModuleFeatures)
Declaration
protected GlobalFeature(GlobalModuleFeatures module)
Parameters
Properties
FeatureManager
Declaration
public GlobalFeatureManager FeatureManager { get; }
Property Value
FeatureName
Declaration
public string FeatureName { get; }
Property Value
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
Module
Declaration
public GlobalModuleFeatures Module { get; }
Property Value
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 |
|
Extension Methods