C# Class Studyzy.IMEWLConverter.IME.Xiaoxiao

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

Private Properties

Property Type Description
IsContent bool

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

Private Methods

Method Description
IsContent ( 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 str ) : WordLibraryList
str string
return WordLibraryList

ImportText() public method

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