C# Class LearnLanguages.Silverlight.ViewModels.LoginViewModel

Inheritance: LearnLanguages.Common.ViewModelBases.PageViewModelBase
Exibir arquivo Open project: ibgib/LearnLanguages

Public Methods

Method 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

Protected Methods

Method Description
InitializePageViewModelPropertiesImpl ( ) : void

Method Details

ExecuteAction() public method

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
return void

InitializePageViewModelPropertiesImpl() protected method

protected InitializePageViewModelPropertiesImpl ( ) : void
return void

Login() public method

public Login ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task