C# Class SchoolsNearMe.DependencyResolution.StructureMapScope

Inheritance: IDependencyScope
显示文件 Open project: MrKevHunter/SchoolsNearMe

Protected Properties

Property Type Description
Container IContainer

Public Methods

Method Description
Dispose ( ) : void
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable
StructureMapScope ( IContainer 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

StructureMapScope() public method

public StructureMapScope ( IContainer container ) : System
container IContainer
return System

Property Details

Container protected_oe property

protected IContainer Container
return IContainer