Class RequiresGlobalFeatureAttribute
Inheritance
RequiresGlobalFeatureAttribute
Assembly: Volo.Abp.GlobalFeatures.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class RequiresGlobalFeatureAttribute : Attribute
Constructors
RequiresGlobalFeatureAttribute(string)
Declaration
public RequiresGlobalFeatureAttribute(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
RequiresGlobalFeatureAttribute(Type)
Declaration
public RequiresGlobalFeatureAttribute(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Properties
Name
Declaration
public string? Name { get; }
Property Value
Type
Declaration
public Type? Type { get; }
Property Value
Methods
GetFeatureName()
Declaration
public virtual string GetFeatureName()
Returns
Extension Methods