C# 클래스 Bottles.PackageLoaders.LinkedFolders.LinkedFolderPackageLoader

To be used in other projects (ie FubuMVC) to allow additional packages to be loaded via the .links file.
상속: IPackageLoader, DescribesItself
파일 보기 프로젝트 열기: DarthFubuMVC/bottles

공개 메소드들

메소드 설명
Describe ( FubuCore.Descriptions.Description description ) : void
LinkedFolderPackageLoader ( string applicationDirectory, string>.Func getContentFolderFromPackageFolder ) : System
Load ( IPackageLog log ) : IEnumerable

메소드 상세

Describe() 공개 메소드

public Describe ( FubuCore.Descriptions.Description description ) : void
description FubuCore.Descriptions.Description
리턴 void

LinkedFolderPackageLoader() 공개 메소드

public LinkedFolderPackageLoader ( string applicationDirectory, string>.Func getContentFolderFromPackageFolder ) : System
applicationDirectory string
getContentFolderFromPackageFolder string>.Func
리턴 System

Load() 공개 메소드

public Load ( IPackageLog log ) : IEnumerable
log IPackageLog
리턴 IEnumerable