C# Class Queue.Terminal.ViewModels.LoginPageViewModel

Inheritance: Queue.UI.WPF.RichViewModel, IDisposable
显示文件 Open project: breslavsky/queue Class Usage Examples

Private Properties

Property Type Description
Disconnect void
LoadSettings void
Loaded void
Login void
SaveSettings void
Unloaded void

Public Methods

Method Description
Connect ( ) : void
Dispose ( ) : void
LoginPageViewModel ( UserRole userRole, LoginPage owner ) : Junte.Configuration

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Disconnect ( ) : void
LoadSettings ( ) : void
Loaded ( ) : void
Login ( ) : void
SaveSettings ( ) : void
Unloaded ( ) : void

Method Details

Connect() public method

public Connect ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

LoginPageViewModel() public method

public LoginPageViewModel ( UserRole userRole, LoginPage owner ) : Junte.Configuration
userRole UserRole
owner Queue.Terminal.Views.LoginPage
return Junte.Configuration