Class RequiresGlobalFeatureAttribute
Inheritance
System.Object
RequiresGlobalFeatureAttribute
Assembly: Volo.Abp.GlobalFeatures.dll
Syntax
public class RequiresGlobalFeatureAttribute : Attribute
Constructors
RequiresGlobalFeatureAttribute(String)
Declaration
public RequiresGlobalFeatureAttribute(string name)
Parameters
Type |
Name |
Description |
System.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 |
Description |
System.String |
|
Type
Declaration
public Type Type { get; }
Property Value
Methods
GetFeatureName()
Declaration
public virtual string GetFeatureName()
Returns
Type |
Description |
System.String |
|
Extension Methods