C# Class Isop.Server.AspNet.Infrastructure.DependencyResolver

Inheritance: IDependencyResolver
Afficher le fichier Open project: wallymathieu/isop

Protected Properties

Свойство Type Description
container IUnityContainer

Méthodes publiques

Méthode Description
BeginScope ( ) : IDependencyScope
DependencyResolver ( IUnityContainer container ) : System
Dispose ( ) : void
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable

Method Details

BeginScope() public méthode

public BeginScope ( ) : IDependencyScope
Résultat IDependencyScope

DependencyResolver() public méthode

public DependencyResolver ( IUnityContainer container ) : System
container IUnityContainer
Résultat System

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

Property Details

container protected_oe property

protected IUnityContainer container
Résultat IUnityContainer