C# 클래스 Bloom.SourceCollectionsList

상속: ITemplateFinder
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop 1 사용 예제들

공개 메소드들

메소드 설명
FindAndCreateTemplateBook ( bool>.Func predicate ) : Book
FindAndCreateTemplateBookByFileName ( string fileName ) : Book
FindAndCreateTemplateBookByFullPath ( string path ) : Book
GetSourceBookFolders ( ) : IEnumerable

Gives paths to each source book folder

GetSourceBookPaths ( ) : IEnumerable

Gives paths to the html files for all source books

GetSourceCollectionsFolders ( ) : IEnumerable
SourceCollectionsList ( ) : System
SourceCollectionsList ( Book bookFactory, BookStorage storageFactory, string editableCollectionDirectory, IEnumerable sourceRootFolders ) : System

비공개 메소드들

메소드 설명
GetCollectionFolders ( ) : IEnumerable

Look in each of the roots and find the collection folders

메소드 상세

FindAndCreateTemplateBook() 공개 메소드

public FindAndCreateTemplateBook ( bool>.Func predicate ) : Book
predicate bool>.Func
리턴 Bloom.Book.Book

FindAndCreateTemplateBookByFileName() 공개 메소드

public FindAndCreateTemplateBookByFileName ( string fileName ) : Book
fileName string
리턴 Bloom.Book.Book

FindAndCreateTemplateBookByFullPath() 공개 메소드

public FindAndCreateTemplateBookByFullPath ( string path ) : Book
path string
리턴 Bloom.Book.Book

GetSourceBookFolders() 공개 메소드

Gives paths to each source book folder
public GetSourceBookFolders ( ) : IEnumerable
리턴 IEnumerable

GetSourceBookPaths() 공개 메소드

Gives paths to the html files for all source books
public GetSourceBookPaths ( ) : IEnumerable
리턴 IEnumerable

GetSourceCollectionsFolders() 공개 메소드

public GetSourceCollectionsFolders ( ) : IEnumerable
리턴 IEnumerable

SourceCollectionsList() 공개 메소드

public SourceCollectionsList ( ) : System
리턴 System

SourceCollectionsList() 공개 메소드

public SourceCollectionsList ( Book bookFactory, BookStorage storageFactory, string editableCollectionDirectory, IEnumerable sourceRootFolders ) : System
bookFactory Bloom.Book.Book
storageFactory Bloom.Book.BookStorage
editableCollectionDirectory string
sourceRootFolders IEnumerable
리턴 System