C# 클래스 Web.Configuration.StructureMapScope

상속: IDependencyScope
파일 보기 프로젝트 열기: episerver/Commerce-Demo-Kit

공개 메소드들

메소드 설명
Dispose ( ) : void
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable
StructureMapScope ( IContainer container ) : System

비공개 메소드들

메소드 설명
GetConcreteService ( Type serviceType ) : object
GetInterfaceService ( Type serviceType ) : object

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetService() 공개 메소드

public GetService ( Type serviceType ) : object
serviceType System.Type
리턴 object

GetServices() 공개 메소드

public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type
리턴 IEnumerable

StructureMapScope() 공개 메소드

public StructureMapScope ( IContainer container ) : System
container IContainer
리턴 System