C# Class AspNetWebApi.DependencyResolution.AutoFac.AutoFacDependencyScope

Inheritance: IDependencyScope
Datei anzeigen Open project: tugberkugurlu/ProWebAPI.Samples

Public Methods

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

Method Details

AutoFacDependencyScope() public method

public AutoFacDependencyScope ( ILifetimeScope lifetimeScope ) : System
lifetimeScope ILifetimeScope
return System

Dispose() public method

public Dispose ( ) : void
return void

GetService() public method

public GetService ( Type serviceType ) : object
serviceType System.Type
return object

GetServices() public method

public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type
return IEnumerable