C# 클래스 Nancy.Bootstrappers.StructureMap.Tests.FakeStructureMapNancyBootstrapper

상속: StructureMapNancyBootstrapper
파일 보기 프로젝트 열기: NancyFx/Nancy.Bootstrappers.StructureMap 1 사용 예제들

공개 메소드들

메소드 설명
FakeStructureMapNancyBootstrapper ( ) : System
FakeStructureMapNancyBootstrapper ( NancyInternalConfiguration>.Func configuration ) : System

보호된 메소드들

메소드 설명
ConfigureApplicationContainer ( IContainer existingContainer ) : void
ConfigureRequestContainer ( IContainer container, NancyContext context ) : void

메소드 상세

ConfigureApplicationContainer() 보호된 메소드

protected ConfigureApplicationContainer ( IContainer existingContainer ) : void
existingContainer IContainer
리턴 void

ConfigureRequestContainer() 보호된 메소드

protected ConfigureRequestContainer ( IContainer container, NancyContext context ) : void
container IContainer
context NancyContext
리턴 void

FakeStructureMapNancyBootstrapper() 공개 메소드

public FakeStructureMapNancyBootstrapper ( ) : System
리턴 System

FakeStructureMapNancyBootstrapper() 공개 메소드

public FakeStructureMapNancyBootstrapper ( NancyInternalConfiguration>.Func configuration ) : System
configuration NancyInternalConfiguration>.Func
리턴 System