C# Class OWIN.Windsor.DependencyResolverScopeMiddleware.DependencyScope

Inheritance: IDependencyScope
Exibir arquivo Open project: BredStik/OWIN.Windsor.DependencyResolverScopeMiddleware

Public Methods

Method Description
DependencyScope ( IWindsorContainer container ) : Castle.Windsor
Dispose ( ) : void
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable

Method Details

DependencyScope() public method

public DependencyScope ( IWindsorContainer container ) : Castle.Windsor
container IWindsorContainer
return Castle.Windsor

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