Class DependencyInjection_Standard_Tests.GenericServiceWithDisablePropertyInjectionOnProperty<T>
Inheritance
object
DependencyInjection_Standard_Tests.GenericServiceWithDisablePropertyInjectionOnProperty<T>
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.GenericServiceWithDisablePropertyInjectionOnProperty<T> : ITransientDependency
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
GenericServiceWithDisablePropertyInjectionOnProperty()
Declaration
public GenericServiceWithDisablePropertyInjectionOnProperty()
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 |
Value
Declaration
public T Value { get; set; }
Property Value
| Type | Description |
|---|---|
| T |