C# Class QSProjectsLib.UserProperty

Inheritance: Gtk.Dialog
Show file Open project: QualitySolution/QSProjects Class Usage Examples

Public Properties

Property Type Description
NewUser bool

Public Methods

Method Description
ChangePassword ( ) : void
UpdatePrivileges ( ) : void
UserFill ( int UserId ) : void
UserProperty ( ) : System

Protected Methods

Method Description
Build ( ) : void
OnButtonOkClicked ( object sender, EventArgs e ) : void

Private Methods

Method Description
CreateLogin ( ) : bool
RenameLogin ( ) : bool

Method Details

Build() protected method

protected Build ( ) : void
return void

ChangePassword() public method

public ChangePassword ( ) : void
return void

OnButtonOkClicked() protected method

protected OnButtonOkClicked ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

UpdatePrivileges() public method

public UpdatePrivileges ( ) : void
return void

UserFill() public method

public UserFill ( int UserId ) : void
UserId int
return void

UserProperty() public method

public UserProperty ( ) : System
return System

Property Details

NewUser public property

public bool NewUser
return bool