C# Class SchoolsNearMe.DependencyResolution.StructureMapScope

Inheritance: IDependencyScope
Afficher le fichier Open project: MrKevHunter/SchoolsNearMe

Protected Properties

Свойство Type Description
Container IContainer

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable
StructureMapScope ( IContainer container ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetService() public méthode

public GetService ( Type serviceType ) : object
serviceType System.Type
Résultat object

GetServices() public méthode

public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type
Résultat IEnumerable

StructureMapScope() public méthode

public StructureMapScope ( IContainer container ) : System
container IContainer
Résultat System

Property Details

Container protected_oe property

protected IContainer Container
Résultat IContainer