C# Class Bloom.Book.XMatterPackFinder

Locate and list all the XMatter (Front & Back Matter) Packs that this user could use
Show file Open project: BloomBooks/BloomDesktop Class Usage Examples

Public Methods

Method Description
FindAll ( ) : void
FindByKey ( string xMatterPackKey ) : XMatterInfo

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

XMatterPackFinder ( IEnumerable foldersPotentiallyHoldingPack ) : System

Private Methods

Method Description
AddXMatterDir ( string directory, bool factory ) : void

Method Details

FindAll() public method

public FindAll ( ) : void
return void

FindByKey() public method

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

XMatterPackFinder() public method

public XMatterPackFinder ( IEnumerable foldersPotentiallyHoldingPack ) : System
foldersPotentiallyHoldingPack IEnumerable
return System