Class DependencyInjection_Standard_Tests.DisablePropertyInjectionOnProperty
Inheritance
object
DependencyInjection_Standard_Tests.DisablePropertyInjectionOnProperty
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Volo.Abp.Core.Tests.dll
Syntax
public class DependencyInjection_Standard_Tests.DisablePropertyInjectionOnProperty : ITransientDependency
Constructors
DisablePropertyInjectionOnProperty()
Declaration
public DisablePropertyInjectionOnProperty()
Properties
DisablePropertyInjectionService
Declaration
[DisablePropertyInjection]
public DependencyInjection_Standard_Tests.MyEmptyTransientService DisablePropertyInjectionService { get; set; }
Property Value
| Type | Description |
|---|---|
| DependencyInjection_Standard_Tests.MyEmptyTransientService |
PropertyInjectedService
Declaration
public DependencyInjection_Standard_Tests.MyEmptyTransientService PropertyInjectedService { get; set; }
Property Value
| Type | Description |
|---|---|
| DependencyInjection_Standard_Tests.MyEmptyTransientService |