C# Class UserInterface_Mockup_ICT4Reals.AdminSystem.Administration

Afficher le fichier Open project: marouanopen/ICT4Reals Class Usage Examples

Méthodes publiques

Méthode 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 méthode

not implemented
public AddTram ( Tram tram ) : bool
tram UserInterface_Mockup_ICT4Reals.Remise.Tram
Résultat bool

Administration() public méthode

constructor
public Administration ( ) : System
Résultat System

BlockRail() public méthode

not implemented
public BlockRail ( Rail rail ) : bool
rail UserInterface_Mockup_ICT4Reals.Remise.Rail
Résultat bool

DeleteTram() public méthode

not implemented
public DeleteTram ( Tram tram ) : bool
tram UserInterface_Mockup_ICT4Reals.Remise.Tram
Résultat bool

EnableTab() public méthode

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

LogIn() public méthode

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

MoveTram() public méthode

not implemented
public MoveTram ( Tram tram ) : bool
tram UserInterface_Mockup_ICT4Reals.Remise.Tram
Résultat bool

TramToDepartment() public méthode

notimplemented
public TramToDepartment ( Tram tram ) : bool
tram UserInterface_Mockup_ICT4Reals.Remise.Tram
Résultat bool

UpdateTramList() public méthode

public UpdateTramList ( ) : void
Résultat void