C# 클래스 UserInterface_Mockup_ICT4Reals.AdminSystem.User

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

공개 메소드들

메소드 설명
User ( int id, string name, string username, int roleId ) : System

constructor

메소드 상세

User() 공개 메소드

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
리턴 System