C# 클래스 EventManagerPro.ViewModels.LoginViewModel

상속: BaseViewModel
파일 보기 프로젝트 열기: sagittaros/EventManagerModel 1 사용 예제들

공개 메소드들

메소드 설명
GetUpcomingEvents ( System.DateTime dateFilter ) : void

Filters upcoming events by year and month.

LoginViewModel ( ) : System

Constructor.

ValidateUser ( ) : bool

Validates login information. To be used when user submits the login form in the View.

메소드 상세

GetUpcomingEvents() 공개 메소드

Filters upcoming events by year and month.
public GetUpcomingEvents ( System.DateTime dateFilter ) : void
dateFilter System.DateTime
리턴 void

LoginViewModel() 공개 메소드

Constructor.
public LoginViewModel ( ) : System
리턴 System

ValidateUser() 공개 메소드

Validates login information. To be used when user submits the login form in the View.
public ValidateUser ( ) : bool
리턴 bool