Class DependencyAttribute
Inheritance
DependencyAttribute
Assembly: Volo.Abp.Core.dll
Syntax
public class DependencyAttribute : Attribute
Constructors
DependencyAttribute()
Declaration
public DependencyAttribute()
DependencyAttribute(ServiceLifetime)
Declaration
public DependencyAttribute(ServiceLifetime lifetime)
Parameters
Properties
Lifetime
Declaration
public virtual ServiceLifetime? Lifetime { get; set; }
Property Value
ReplaceServices
Declaration
public virtual bool ReplaceServices { get; set; }
Property Value
TryRegister
Declaration
public virtual bool TryRegister { get; set; }
Property Value
Extension Methods