C# Класс UserInterface_Mockup_ICT4Reals.DataBase.ADdatabase

Наследование: Database
Показать файл Открыть проект

Открытые методы

Метод Описание
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