C# Class OWIN.Windsor.DependencyResolverScopeMiddleware.DependencyScope

Inheritance: IDependencyScope
Afficher le fichier Open project: BredStik/OWIN.Windsor.DependencyResolverScopeMiddleware

Méthodes publiques

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

Method Details

DependencyScope() public méthode

public DependencyScope ( IWindsorContainer container ) : Castle.Windsor
container IWindsorContainer
Résultat Castle.Windsor

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetService() public méthode

public GetService ( Type serviceType ) : object
serviceType System.Type
Résultat object

GetServices() public méthode

public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type
Résultat IEnumerable