C# Class UserInterface_Mockup_ICT4Reals.AdminSystem.Administration

ファイルを表示 Open project: marouanopen/ICT4Reals Class Usage Examples

Public Methods

Method Description
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

Method Details

AddTram() public method

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

Administration() public method

constructor
public Administration ( ) : System
return System

BlockRail() public method

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

DeleteTram() public method

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

EnableTab() public method

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

LogIn() public method

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

MoveTram() public method

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

TramToDepartment() public method

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

UpdateTramList() public method

public UpdateTramList ( ) : void
return void