C# Class LearnLanguages.Silverlight.ViewModels.LoginViewModel

Inheritance: LearnLanguages.Common.ViewModelBases.PageViewModelBase
Afficher le fichier Open project: ibgib/LearnLanguages

Méthodes publiques

Méthode Description
ExecuteAction ( ActionExecutionContext context ) : void

Logs in when the user presses enter. Should refactor. But need to change the view as well.

Login ( ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
InitializePageViewModelPropertiesImpl ( ) : void

Method Details

ExecuteAction() public méthode

Logs in when the user presses enter. Should refactor. But need to change the view as well.
public ExecuteAction ( ActionExecutionContext context ) : void
context Caliburn.Micro.ActionExecutionContext
Résultat void

InitializePageViewModelPropertiesImpl() protected méthode

protected InitializePageViewModelPropertiesImpl ( ) : void
Résultat void

Login() public méthode

public Login ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task