C# 클래스 StreetFoo.Client.LogonPageViewModel

상속: ViewModel, ILogonPageViewModel
파일 보기 프로젝트 열기: mbrit/ProgrammingMetroStyle 1 사용 예제들

공개 메소드들

메소드 설명
Activated ( ) : void
Activated ( object args ) : void
LogonPageViewModel ( IViewModelHost host ) : System
RestorePersistentLogonAsync ( ) : Task

비공개 메소드들

메소드 설명
DoLogon ( StreetFoo.Client.CommandExecutionContext context ) : void
Validate ( ErrorBucket errors ) : void

메소드 상세

Activated() 공개 메소드

public Activated ( ) : void
리턴 void

Activated() 공개 메소드

public Activated ( object args ) : void
args object
리턴 void

LogonPageViewModel() 공개 메소드

public LogonPageViewModel ( IViewModelHost host ) : System
host IViewModelHost
리턴 System

RestorePersistentLogonAsync() 공개 메소드

public RestorePersistentLogonAsync ( ) : Task
리턴 Task