C# Class AspNetWebApi.DependencyResolution.AutoFac.AutoFacDependencyScope

Inheritance: IDependencyScope
Afficher le fichier Open project: tugberkugurlu/ProWebAPI.Samples

Méthodes publiques

Méthode Description
AutoFacDependencyScope ( ILifetimeScope lifetimeScope ) : System
Dispose ( ) : void
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable

Method Details

AutoFacDependencyScope() public méthode

public AutoFacDependencyScope ( ILifetimeScope lifetimeScope ) : System
lifetimeScope ILifetimeScope
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