C# Class UserInterface_Mockup_ICT4Reals.DataBase.ADdatabase

Inheritance: Database
Afficher le fichier Open project: marouanopen/ICT4Reals

Méthodes publiques

Méthode Description
GetAllRails ( ) : object>>.List

gets all rails known in the database

GetAllTrams ( ) : object>>.List

gets all trams from the database

Getuserpassword ( string username ) : object>>.List

a method that gets the password from the database of the user that is trying to login

Method Details

GetAllRails() public méthode

gets all rails known in the database
public GetAllRails ( ) : object>>.List
Résultat object>>.List

GetAllTrams() public méthode

gets all trams from the database
public GetAllTrams ( ) : object>>.List
Résultat object>>.List

Getuserpassword() public méthode

a method that gets the password from the database of the user that is trying to login
public Getuserpassword ( string username ) : object>>.List
username string username that was filled in by the user
Résultat object>>.List