Class InheritResourceAttribute
Inheritance
InheritResourceAttribute
Assembly: Volo.Abp.Localization.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class InheritResourceAttribute : Attribute, IInheritedResourceTypesProvider
Constructors
InheritResourceAttribute(params Type[])
Declaration
public InheritResourceAttribute(params Type[] resourceTypes)
Parameters
Type |
Name |
Description |
Type[] |
resourceTypes |
|
Properties
ResourceTypes
Declaration
public Type[] ResourceTypes { get; }
Property Value
Methods
GetInheritedResourceTypes()
Declaration
public virtual Type[] GetInheritedResourceTypes()
Returns
Implements
Extension Methods