C# Class Bloom.Book.XMatterPackFinder

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

Méthodes publiques

Méthode Description
FindAll ( ) : void
FindByKey ( string xMatterPackKey ) : XMatterInfo

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

XMatterPackFinder ( IEnumerable foldersPotentiallyHoldingPack ) : System

Private Methods

Méthode Description
AddXMatterDir ( string directory, bool factory ) : void

Method Details

FindAll() public méthode

public FindAll ( ) : void
Résultat void

FindByKey() public méthode

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

XMatterPackFinder() public méthode

public XMatterPackFinder ( IEnumerable foldersPotentiallyHoldingPack ) : System
foldersPotentiallyHoldingPack IEnumerable
Résultat System