C# 클래스 FubuMVC.Core.Packaging.FubuMvcPackageFacility

상속: FubuMVC.Core.Packaging.PackageFacility
파일 보기 프로젝트 열기: nhsevidence/fubumvc 1 사용 예제들

공개 메소드들

메소드 설명
AddRoutes ( ICollection routes ) : void
BuildZipFilePackageReader ( string applicationPath, FileSystem fileSystem ) : ZipFilePackageReader
FubuMvcPackageFacility ( ) : System
GetApplicationPath ( ) : string
RegisterServices ( IServiceRegistry services ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
determineApplicationPathFromAppDomain ( ) : string

메소드 상세

AddRoutes() 공개 메소드

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

BuildZipFilePackageReader() 공개 정적인 메소드

public static BuildZipFilePackageReader ( string applicationPath, FileSystem fileSystem ) : ZipFilePackageReader
applicationPath string
fileSystem FileSystem
리턴 ZipFilePackageReader

FubuMvcPackageFacility() 공개 메소드

public FubuMvcPackageFacility ( ) : System
리턴 System

GetApplicationPath() 공개 정적인 메소드

public static GetApplicationPath ( ) : string
리턴 string

RegisterServices() 공개 메소드

public RegisterServices ( IServiceRegistry services ) : void
services IServiceRegistry
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string