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

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable
UnityResolver ( IUnityContainer child ) : System

Method Details

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

UnityResolver() public méthode

public UnityResolver ( IUnityContainer child ) : System
child IUnityContainer
Résultat System