Class DependsOnAttribute
Used to define dependencies of a type.
Inheritance
System.Object
DependsOnAttribute
Implements
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[] |