C# Class TestStack.Dossier.DataSources.Dictionaries.CachedFileDictionaryRepository

Retrieves words from dictionaries stored in files. First looks for external file that user might have created. If this does not exist then data is retrieved from embedded resource files.
Inheritance: IDictionaryRepository
Mostra file Open project: TestStack/TestStack.Dossier Class Usage Examples

Public Methods

Method Description
GetWordsFrom ( string dictionary ) : IList

Private Methods

Method Description
GetWordsFromEmbeddedResource ( Assembly assembly, string resourceName ) : IList

Method Details

GetWordsFrom() public method

public GetWordsFrom ( string dictionary ) : IList
dictionary string
return IList