C# Class EventManagerPro.ViewModels.LoginViewModel

Inheritance: BaseViewModel
Mostra file Open project: sagittaros/EventManagerModel Class Usage Examples

Public Methods

Method Description
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.

Method Details

GetUpcomingEvents() public method

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

LoginViewModel() public method

Constructor.
public LoginViewModel ( ) : System
return System

ValidateUser() public method

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