C# Class Queue.Display.ViewModels.LoginPageViewModel

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

Private Properties

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

Public Methods

Method Description
Dispose ( ) : void
LoginPageViewModel ( RichPage owner ) : Junte.Configuration

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

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

Method Details

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 ( RichPage owner ) : Junte.Configuration
owner Queue.UI.WPF.RichPage
return Junte.Configuration