C# Class SharpArch.Web.Http.Castle.WindsorDependencyResolver

Inheritance: IDependencyResolver
Afficher le fichier Open project: sharparchitecture/Sharp-Architecture

Méthodes publiques

Méthode Description
BeginScope ( ) : IDependencyScope

Begins the scope.

Dispose ( ) : void

Disposes the container.

GetService ( Type serviceType ) : object

Gets the service for the specified type.

GetServices ( Type serviceType ) : IEnumerable

Gets all services for the specified type.

WindsorDependencyResolver ( [ container ) : System

Initializes a new instance of the WindsorDependencyResolver class.

Method Details

BeginScope() public méthode

Begins the scope.
public BeginScope ( ) : IDependencyScope
Résultat IDependencyScope

Dispose() public méthode

Disposes the container.
public Dispose ( ) : void
Résultat void

GetService() public méthode

Gets the service for the specified type.
public GetService ( Type serviceType ) : object
serviceType System.Type Type of the service.
Résultat object

GetServices() public méthode

Gets all services for the specified type.
public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type Type of the service.
Résultat IEnumerable

WindsorDependencyResolver() public méthode

Initializes a new instance of the WindsorDependencyResolver class.
public WindsorDependencyResolver ( [ container ) : System
container [ The container.
Résultat System