C# Class Studyzy.IMEWLConverter.IME.UserDefinePhrase

Inheritance: Studyzy.IMEWLConverter.IME.BaseImport, IWordLibraryExport
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 str ) : WordLibraryList
ImportText ( string text ) : WordLibraryList
UserDefinePhrase ( ) : System

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 str ) : WordLibraryList
str string
return WordLibraryList

ImportText() public method

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

UserDefinePhrase() public method

public UserDefinePhrase ( ) : System
return System