C# 클래스 LearnLanguages.Silverlight.ViewModels.LoginViewModel

상속: LearnLanguages.Common.ViewModelBases.PageViewModelBase
파일 보기 프로젝트 열기: ibgib/LearnLanguages

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
InitializePageViewModelPropertiesImpl ( ) : void

메소드 상세

ExecuteAction() 공개 메소드

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
리턴 void

InitializePageViewModelPropertiesImpl() 보호된 메소드

protected InitializePageViewModelPropertiesImpl ( ) : void
리턴 void

Login() 공개 메소드

public Login ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task