C# 클래스 QSProjectsLib.UserInfo

파일 보기 프로젝트 열기: QualitySolution/QSProjects

공개 프로퍼티들

프로퍼티 타입 설명
Admin bool
Email string
Id int
Name string
Permissions bool>.Dictionary

Private Properties

프로퍼티 타입 설명
CreateUserRow void
TestUserExistByLogin bool
UpdateUserInfoByLogin void
UserInfo System
UserInfo System
tryGetUserEmail string

공개 메소드들

메소드 설명
ChangeUserPassword ( Gtk Parrent ) : void
LoadUserInfo ( ) : void

비공개 메소드들

메소드 설명
CreateUserRow ( ) : void
TestUserExistByLogin ( bool CreateNotExist ) : bool
UpdateUserInfoByLogin ( ) : void
UserInfo ( ) : System
UserInfo ( string login ) : System
tryGetUserEmail ( ) : string

메소드 상세

ChangeUserPassword() 공개 메소드

public ChangeUserPassword ( Gtk Parrent ) : void
Parrent Gtk
리턴 void

LoadUserInfo() 공개 메소드

public LoadUserInfo ( ) : void
리턴 void

프로퍼티 상세

Admin 공개적으로 프로퍼티

public bool Admin
리턴 bool

Email 공개적으로 프로퍼티

public string Email
리턴 string

Id 공개적으로 프로퍼티

public int Id
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string

Permissions 공개적으로 프로퍼티

public Dictionary Permissions
리턴 bool>.Dictionary