C# Class UserInterface_Mockup_ICT4Reals.AdminSystem.User

Exibir arquivo Open project: marouanopen/ICT4Reals Class Usage Examples

Public Methods

Method Description
User ( int id, string name, string username, int roleId ) : System

constructor

Method Details

User() public method

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
return System