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

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

Méthodes publiques

Méthode Description
GetService ( Type serviceType ) : object

Resolves singly registered services that support arbitrary object creation.

GetServices ( Type serviceType ) : IEnumerable

Resolves multiply registered services.

WindsorDependencyResolver ( [ container ) : System

Initializes a new instance of the WindsorDependencyResolver class.

Method Details

GetService() public méthode

Resolves singly registered services that support arbitrary object creation.
public GetService ( Type serviceType ) : object
serviceType System.Type The type of the requested service or object.
Résultat object

GetServices() public méthode

Resolves multiply registered services.
public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type The type of the requested services.
Résultat IEnumerable

WindsorDependencyResolver() public méthode

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