C# Class RavenFS.Infrastructure.DelegateDependencyResolver

Inheritance: IDependencyResolver
Afficher le fichier Open project: hibernating-rhinos/RavenFS

Méthodes publiques

Méthode Description
BeginScope ( ) : IDependencyScope
DelegateDependencyResolver ( object>.Func getService, Func getServices ) : System
Dispose ( ) : void
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable

Method Details

BeginScope() public méthode

public BeginScope ( ) : IDependencyScope
Résultat IDependencyScope

DelegateDependencyResolver() public méthode

public DelegateDependencyResolver ( object>.Func getService, Func getServices ) : System
getService object>.Func
getServices Func
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