C# 클래스 UserInterface_Mockup_ICT4Reals.DataBase.ADdatabase

상속: Database
파일 보기 프로젝트 열기: marouanopen/ICT4Reals

공개 메소드들

메소드 설명
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

메소드 상세

GetAllRails() 공개 메소드

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

GetAllTrams() 공개 메소드

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

Getuserpassword() 공개 메소드

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
리턴 object>>.List