Table of Contents

Class DependsOnAttribute

Namespace
Volo.Abp.Modularity
Assembly
Volo.Abp.Core.dll

Used to define dependencies of a type.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class DependsOnAttribute : Attribute, IDependedTypesProvider
Inheritance
DependsOnAttribute
Implements
Inherited Members
Extension Methods

Constructors

DependsOnAttribute(params Type[]?)

public DependsOnAttribute(params Type[]? dependedTypes)

Parameters

dependedTypes Type[]

Properties

DependedTypes

public Type[] DependedTypes { get; }

Property Value

Type[]

Methods

GetDependedTypes()

public virtual Type[] GetDependedTypes()

Returns

Type[]