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

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

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

Метод Описание
GetAllStatus ( ) : object>>.List
GetAlllogs ( ) : object>>.List
controleMax ( ) : bool

checks if the service can be assigned, compared to the maxservices that can be done in one day

updateLog ( int tramID, System.DateTime date, int superbeurt ) : bool

update trams after repair

updateRepair ( int tramID, int StatusID ) : bool

updates the rapair part of the database

Описание методов

GetAllStatus() публичный Метод

public GetAllStatus ( ) : object>>.List
Результат object>>.List

GetAlllogs() публичный Метод

public GetAlllogs ( ) : object>>.List
Результат object>>.List

controleMax() публичный Метод

checks if the service can be assigned, compared to the maxservices that can be done in one day
public controleMax ( ) : bool
Результат bool

updateLog() публичный Метод

update trams after repair
public updateLog ( int tramID, System.DateTime date, int superbeurt ) : bool
tramID int current tram id
date System.DateTime current date
superbeurt int
Результат bool

updateRepair() публичный Метод

updates the rapair part of the database
public updateRepair ( int tramID, int StatusID ) : bool
tramID int tram id
StatusID int id of the status
Результат bool