Show / Hide Table of Contents

Class InheritResourceAttribute

Inheritance
System.Object
InheritResourceAttribute
Implements
IInheritedResourceTypesProvider
Namespace: Volo.Abp.Localization
Assembly: Volo.Abp.Localization.dll
Syntax
public class InheritResourceAttribute : Attribute, IInheritedResourceTypesProvider

Constructors

InheritResourceAttribute(Type[])

Declaration
public InheritResourceAttribute(params Type[] resourceTypes)
Parameters
Type Name Description
Type[] resourceTypes

Properties

ResourceTypes

Declaration
public Type[] ResourceTypes { get; }
Property Value
Type Description
Type[]

Methods

GetInheritedResourceTypes()

Declaration
public virtual Type[] GetInheritedResourceTypes()
Returns
Type Description
Type[]

Implements

IInheritedResourceTypesProvider

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft