C# Class NDG.ViewModels.LoginViewModel

View model for login view.
Inheritance: ViewModel
Afficher le fichier Open project: nokiadatagathering/WP7-Official Class Usage Examples

Méthodes publiques

Méthode Description
LoginViewModel ( ) : GalaSoft.MvvmLight.Command

Initializes a new instance of the LoginViewModel class.

Private Methods

Méthode Description
AcceptedPrivacy ( ) : void

Stores accept option.

DeclinedPrivacy ( ) : void

Stores decline option.

InitializeViewModeExecute ( ) : void

Starts intialization of view model.

LoginCallback ( AuthentificationCode result ) : void
LoginCanExecute ( ) : bool

Can execute command login or not.

LoginExecute ( ) : void

Executes login.

Method Details

LoginViewModel() public méthode

Initializes a new instance of the LoginViewModel class.
public LoginViewModel ( ) : GalaSoft.MvvmLight.Command
Résultat GalaSoft.MvvmLight.Command