C# 클래스 UserInterface_Mockup_ICT4Reals.Service.Repairservice

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

공개 메소드들

메소드 설명
Repairservice ( int id, string soort, System.DateTime startdate, System.DateTime enddate, int tramid, int superbeurtID ) : System
addlog ( int tramID, int superbeurt ) : bool

getAllLog ( ) : List

returns all log of past repairservices

getAllStatus ( ) : List

returns al status from active trains

update ( int tramID, int StatusID ) : bool

메소드 상세

Repairservice() 공개 메소드

public Repairservice ( int id, string soort, System.DateTime startdate, System.DateTime enddate, int tramid, int superbeurtID ) : System
id int
soort string
startdate System.DateTime
enddate System.DateTime
tramid int
superbeurtID int
리턴 System

addlog() 공개 메소드

public addlog ( int tramID, int superbeurt ) : bool
tramID int tram id
superbeurt int super beurt id
리턴 bool

getAllLog() 공개 메소드

returns all log of past repairservices
public getAllLog ( ) : List
리턴 List

getAllStatus() 공개 메소드

returns al status from active trains
public getAllStatus ( ) : List
리턴 List

update() 공개 메소드

public update ( int tramID, int StatusID ) : bool
tramID int tram id
StatusID int status id
리턴 bool