Show / Hide Table of Contents

Interface IDependencyScope

Represents an interface for the range of the dependencies.

Inherited Members
System.IServiceProvider.GetService(System.Type)
System.IDisposable.Dispose()
Namespace: IRM.Dependencies
Assembly: IRM.dll
Syntax
public interface IDependencyScope : IServiceProvider, IDisposable

Methods

GetServices(Type)

Retrieves a collection of services from the scope.

Declaration
IEnumerable<object> GetServices(Type serviceType)
Parameters
System.Type serviceType

The collection of services to be retrieved.

Returns
IEnumerable<Object>

The retrieved collection of services.

Extension Methods

DependencyScopeExtensions.GetService<T>(IDependencyScope)
DependencyScopeExtensions.GetServices<T>(IDependencyScope)
ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX