C# Class AspNetWebApi.DependencyResolution.Unity.UnityDependencyScope

Inheritance: IDependencyScope
Show file Open project: tugberkugurlu/ProWebAPI.Samples

Protected Properties

Property Type Description
_container IUnityContainer

Public Methods

Method Description
Dispose ( ) : void
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable
UnityDependencyScope ( IUnityContainer container ) : System

Method Details

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

UnityDependencyScope() public method

public UnityDependencyScope ( IUnityContainer container ) : System
container IUnityContainer
return System

Property Details

_container protected property

protected IUnityContainer _container
return IUnityContainer