Class LocalizationResourceNameAttribute
Inheritance
LocalizationResourceNameAttribute
Assembly: Volo.Abp.Localization.Abstractions.dll
Syntax
public class LocalizationResourceNameAttribute : Attribute
Constructors
LocalizationResourceNameAttribute(string)
Declaration
public LocalizationResourceNameAttribute(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
Name
Declaration
public string Name { get; }
Property Value
Methods
GetName(Type)
Declaration
public static string GetName(Type resourceType)
Parameters
Type |
Name |
Description |
Type |
resourceType |
|
Returns
GetOrNull(Type)
Declaration
public static LocalizationResourceNameAttribute? GetOrNull(Type resourceType)
Parameters
Type |
Name |
Description |
Type |
resourceType |
|
Returns
Extension Methods