C# Class Security.SillyContainer

Inheritance: Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase
Show file Open project: ayende/Advanced.NHibernate Class Usage Examples

Public Methods

Method Description
SillyContainer ( Func sessionProvider ) : System

Protected Methods

Method Description
DoGetAllInstances ( Type serviceType ) : IEnumerable
DoGetInstance ( Type serviceType, string key ) : object

Method Details

DoGetAllInstances() protected method

protected DoGetAllInstances ( Type serviceType ) : IEnumerable
serviceType Type
return IEnumerable

DoGetInstance() protected method

protected DoGetInstance ( Type serviceType, string key ) : object
serviceType Type
key string
return object

SillyContainer() public method

public SillyContainer ( Func sessionProvider ) : System
sessionProvider Func
return System