C# Class RavenFS.Infrastructure.DelegateDependencyResolver

Inheritance: IDependencyResolver
Mostra file Open project: hibernating-rhinos/RavenFS

Public Methods

Method Description
BeginScope ( ) : IDependencyScope
DelegateDependencyResolver ( object>.Func getService, Func getServices ) : System
Dispose ( ) : void
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable

Method Details

BeginScope() public method

public BeginScope ( ) : IDependencyScope
return IDependencyScope

DelegateDependencyResolver() public method

public DelegateDependencyResolver ( object>.Func getService, Func getServices ) : System
getService object>.Func
getServices Func
return System

Dispose() public method

public Dispose ( ) : void
return void

GetService() public method

public GetService ( Type serviceType ) : object
serviceType System.Type
return object

GetServices() public method

public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type
return IEnumerable