C# Class Queue.Terminal.ViewModels.LoginPageViewModel

Inheritance: Queue.UI.WPF.RichViewModel, IDisposable
Afficher le fichier Open project: breslavsky/queue Class Usage Examples

Private Properties

Свойство Type Description
Disconnect void
LoadSettings void
Loaded void
Login void
SaveSettings void
Unloaded void

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Disconnect ( ) : void
LoadSettings ( ) : void
Loaded ( ) : void
Login ( ) : void
SaveSettings ( ) : void
Unloaded ( ) : void

Method Details

Connect() public méthode

public Connect ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

LoginPageViewModel() public méthode

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