Class DependencyInjection_Standard_Tests.MyEmptyTransientService
Inheritance
object
DependencyInjection_Standard_Tests.MyEmptyTransientService
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.MyEmptyTransientService : ITransientDependency, IDisposable
Constructors
MyEmptyTransientService()
Declaration
public MyEmptyTransientService()
Properties
IsDisposed
Declaration
public bool IsDisposed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable