C# Class QSProjectsLib.UserInfo

Show file Open project: QualitySolution/QSProjects

Public Properties

Property Type Description
Admin bool
Email string
Id int
Name string
Permissions bool>.Dictionary

Private Properties

Property Type Description
CreateUserRow void
TestUserExistByLogin bool
UpdateUserInfoByLogin void
UserInfo System
UserInfo System
tryGetUserEmail string

Public Methods

Method Description
ChangeUserPassword ( Gtk Parrent ) : void
LoadUserInfo ( ) : void

Private Methods

Method Description
CreateUserRow ( ) : void
TestUserExistByLogin ( bool CreateNotExist ) : bool
UpdateUserInfoByLogin ( ) : void
UserInfo ( ) : System
UserInfo ( string login ) : System
tryGetUserEmail ( ) : string

Method Details

ChangeUserPassword() public method

public ChangeUserPassword ( Gtk Parrent ) : void
Parrent Gtk
return void

LoadUserInfo() public method

public LoadUserInfo ( ) : void
return void

Property Details

Admin public property

public bool Admin
return bool

Email public property

public string Email
return string

Id public property

public int Id
return int

Name public property

public string Name
return string

Permissions public property

public Dictionary Permissions
return bool>.Dictionary