C# 클래스 Bloom.Book.XMatterPackFinder

Locate and list all the XMatter (Front & Back Matter) Packs that this user could use
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop 1 사용 예제들

공개 메소드들

메소드 설명
FindAll ( ) : void
FindByKey ( string xMatterPackKey ) : XMatterInfo

E.g. in "Factory-XMatter", the key is "Factory".

XMatterPackFinder ( IEnumerable foldersPotentiallyHoldingPack ) : System

비공개 메소드들

메소드 설명
AddXMatterDir ( string directory, bool factory ) : void

메소드 상세

FindAll() 공개 메소드

public FindAll ( ) : void
리턴 void

FindByKey() 공개 메소드

E.g. in "Factory-XMatter", the key is "Factory".
public FindByKey ( string xMatterPackKey ) : XMatterInfo
xMatterPackKey string
리턴 XMatterInfo

XMatterPackFinder() 공개 메소드

public XMatterPackFinder ( IEnumerable foldersPotentiallyHoldingPack ) : System
foldersPotentiallyHoldingPack IEnumerable
리턴 System