C# Class StreetFoo.Client.LogonPageViewModel

Inheritance: ViewModel, ILogonPageViewModel
Afficher le fichier Open project: mbrit/ProgrammingMetroStyle Class Usage Examples

Méthodes publiques

Méthode Description
Activated ( ) : void
Activated ( object args ) : void
LogonPageViewModel ( IViewModelHost host ) : System
RestorePersistentLogonAsync ( ) : Task

Private Methods

Méthode Description
DoLogon ( StreetFoo.Client.CommandExecutionContext context ) : void
Validate ( ErrorBucket errors ) : void

Method Details

Activated() public méthode

public Activated ( ) : void
Résultat void

Activated() public méthode

public Activated ( object args ) : void
args object
Résultat void

LogonPageViewModel() public méthode

public LogonPageViewModel ( IViewModelHost host ) : System
host IViewModelHost
Résultat System

RestorePersistentLogonAsync() public méthode

public RestorePersistentLogonAsync ( ) : Task
Résultat Task