C# Class Studyzy.IMEWLConverter.IME.YahooKeyKey

Inheritance: Studyzy.IMEWLConverter.IME.BaseImport, IWordLibraryExport, IWordLibraryTextImport
Mostrar archivo Open project: studyzy/imewlconverter

Public Methods

Method Description
Export ( WordLibraryList wlList ) : IList
ExportLine ( Studyzy.IMEWLConverter.Entities.WordLibrary wl ) : string
Import ( string path ) : WordLibraryList
ImportLine ( string line ) : WordLibraryList
ImportText ( string str ) : WordLibraryList

Private Methods

Method Description
IsWordLine ( string line ) : bool

Method Details

Export() public method

public Export ( WordLibraryList wlList ) : IList
wlList WordLibraryList
return IList

ExportLine() public method

public ExportLine ( Studyzy.IMEWLConverter.Entities.WordLibrary wl ) : string
wl Studyzy.IMEWLConverter.Entities.WordLibrary
return string

Import() public method

public Import ( string path ) : WordLibraryList
path string
return WordLibraryList

ImportLine() public method

public ImportLine ( string line ) : WordLibraryList
line string
return WordLibraryList

ImportText() public method

public ImportText ( string str ) : WordLibraryList
str string
return WordLibraryList