C# 클래스 FubuMVC.Core.FubuBootstrapper

파일 보기 프로젝트 열기: nhsevidence/fubumvc

공개 메소드들

메소드 설명
Bootstrap ( ICollection routes ) : void
FindAllExtensions ( ) : IEnumerable
FubuBootstrapper ( IContainerFacility facility, FubuRegistry topRegistry ) : System

비공개 메소드들

메소드 설명
buildExtension ( Type type ) : IFubuRegistryExtension
hasDefaultCtor ( Type type ) : bool

메소드 상세

Bootstrap() 공개 메소드

public Bootstrap ( ICollection routes ) : void
routes ICollection
리턴 void

FindAllExtensions() 공개 정적인 메소드

public static FindAllExtensions ( ) : IEnumerable
리턴 IEnumerable

FubuBootstrapper() 공개 메소드

public FubuBootstrapper ( IContainerFacility facility, FubuRegistry topRegistry ) : System
facility IContainerFacility
topRegistry FubuRegistry
리턴 System