C# 클래스 UserInterface_Mockup_ICT4Reals.AdminSystem.Administration

파일 보기 프로젝트 열기: marouanopen/ICT4Reals 1 사용 예제들

공개 메소드들

메소드 설명
AddTram ( Tram tram ) : bool

not implemented

Administration ( ) : System

constructor

BlockRail ( Rail rail ) : bool

not implemented

DeleteTram ( Tram tram ) : bool

not implemented

EnableTab ( TabPage page, bool boolean ) : void

addon for enabling tabs. not used anymore

LogIn ( string username, string password ) : bool

logs the user in

MoveTram ( Tram tram ) : bool

not implemented

TramToDepartment ( Tram tram ) : bool

notimplemented

UpdateTramList ( ) : void

메소드 상세

AddTram() 공개 메소드

not implemented
public AddTram ( Tram tram ) : bool
tram UserInterface_Mockup_ICT4Reals.Remise.Tram
리턴 bool

Administration() 공개 메소드

constructor
public Administration ( ) : System
리턴 System

BlockRail() 공개 메소드

not implemented
public BlockRail ( Rail rail ) : bool
rail UserInterface_Mockup_ICT4Reals.Remise.Rail
리턴 bool

DeleteTram() 공개 메소드

not implemented
public DeleteTram ( Tram tram ) : bool
tram UserInterface_Mockup_ICT4Reals.Remise.Tram
리턴 bool

EnableTab() 공개 메소드

addon for enabling tabs. not used anymore
public EnableTab ( TabPage page, bool boolean ) : void
page System.Windows.Forms.TabPage
boolean bool
리턴 void

LogIn() 공개 메소드

logs the user in
public LogIn ( string username, string password ) : bool
username string username of the user
password string matching password
리턴 bool

MoveTram() 공개 메소드

not implemented
public MoveTram ( Tram tram ) : bool
tram UserInterface_Mockup_ICT4Reals.Remise.Tram
리턴 bool

TramToDepartment() 공개 메소드

notimplemented
public TramToDepartment ( Tram tram ) : bool
tram UserInterface_Mockup_ICT4Reals.Remise.Tram
리턴 bool

UpdateTramList() 공개 메소드

public UpdateTramList ( ) : void
리턴 void