C# Class UserInterface_Mockup_ICT4Reals.DataBase.ADdatabase

Inheritance: Database
ファイルを表示 Open project: marouanopen/ICT4Reals

Public Methods

Method 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 method

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

GetAllTrams() public method

gets all trams from the database
public GetAllTrams ( ) : object>>.List
return object>>.List

Getuserpassword() public method

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
return object>>.List