Class GlobalFeatureNameAttribute
Inheritance
System.Object
GlobalFeatureNameAttribute
Assembly: Volo.Abp.GlobalFeatures.dll
Syntax
public class GlobalFeatureNameAttribute : Attribute
Constructors
GlobalFeatureNameAttribute(String)
Declaration
public GlobalFeatureNameAttribute(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Properties
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
GetName(Type)
Declaration
public static string GetName(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Type |
Description |
System.String |
|
GetName<TFeature>()
Declaration
public static string GetName<TFeature>()
where TFeature : GlobalFeature
Returns
Type |
Description |
System.String |
|
Type Parameters
Name |
Description |
TFeature |
|
Extension Methods