C# Class DataWorker.XmlDataWorker.XmlDataWorker

Inheritance: IDataWorker
Afficher le fichier Open project: thesameqad/Mnemonizer

Méthodes publiques

Méthode Description
GetIdForWord ( string word ) : int
GetWordById ( int id ) : string
GetWordsCount ( ) : int
XmlDataWorker ( ) : System
XmlDataWorker ( string fileName ) : System

Method Details

GetIdForWord() public méthode

public GetIdForWord ( string word ) : int
word string
Résultat int

GetWordById() public méthode

public GetWordById ( int id ) : string
id int
Résultat string

GetWordsCount() public méthode

public GetWordsCount ( ) : int
Résultat int

XmlDataWorker() public méthode

public XmlDataWorker ( ) : System
Résultat System

XmlDataWorker() public méthode

public XmlDataWorker ( string fileName ) : System
fileName string
Résultat System