C# Class UserInterface_Mockup_ICT4Reals.AdminSystem.User

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

Méthodes publiques

Méthode Description
User ( int id, string name, string username, int roleId ) : System

constructor

Method Details

User() public méthode

constructor
public User ( int id, string name, string username, int roleId ) : System
id int id of the user
name string name of the user
username string username of the user (represented by email)
roleId int role represented by the enum
Résultat System