Class DependsOnAttribute
Inheritance
DependsOnAttribute
Assembly: Volo.Abp.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class DependsOnAttribute : Attribute, IDependedTypesProvider
Constructors
DependsOnAttribute(params Type[]?)
Declaration
public DependsOnAttribute(params Type[]? dependedTypes)
Parameters
Type |
Name |
Description |
Type[] |
dependedTypes |
|
Properties
DependedTypes
Declaration
public Type[] DependedTypes { get; }
Property Value
Methods
GetDependedTypes()
Declaration
public virtual Type[] GetDependedTypes()
Returns
Implements
Extension Methods