C# Class BlingBag.AutoFac.AutoFacBlingDispatcher

Inheritance: BlingDispatcherBase
Show file Open project: bsommardahl/BlingBag

Public Methods

Method Description
AutoFacBlingDispatcher ( ILifetimeScope container ) : System

Protected Methods

Method Description
ResolveAll ( Type blingHandlerType ) : IEnumerable

Method Details

AutoFacBlingDispatcher() public method

public AutoFacBlingDispatcher ( ILifetimeScope container ) : System
container ILifetimeScope
return System

ResolveAll() protected method

protected ResolveAll ( Type blingHandlerType ) : IEnumerable
blingHandlerType System.Type
return IEnumerable