C# Class Blog.Web.Site.SimpleInjectorDependencyResolver

Inheritance: IDependencyResolver
Show file Open project: jsnmgpnty/Blogness2.0

Public Methods

Method Description
BeginScope ( ) : IDependencyScope
Dispose ( ) : void
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable
SimpleInjectorDependencyResolver ( SimpleInjector.Container container ) : System

Method Details

BeginScope() public method

public BeginScope ( ) : IDependencyScope
return IDependencyScope

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

SimpleInjectorDependencyResolver() public method

public SimpleInjectorDependencyResolver ( SimpleInjector.Container container ) : System
container SimpleInjector.Container
return System