Show / Hide Table of Contents

Class DependsOnAttribute

Used to define dependencies of a type.

Inheritance
System.Object
DependsOnAttribute
Implements
IDependedTypesProvider
Namespace: Volo.Abp.Modularity
Assembly: Volo.Abp.Core.dll
Syntax
public class DependsOnAttribute : Attribute, IDependedTypesProvider

Constructors

DependsOnAttribute(Type[])

Declaration
public DependsOnAttribute(params Type[] dependedTypes)
Parameters
Type Name Description
Type[] dependedTypes

Properties

DependedTypes

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

Methods

GetDependedTypes()

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

Implements

IDependedTypesProvider

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