Method | Description | |
---|---|---|
LoginViewModel ( ) : GalaSoft.MvvmLight.Command |
Initializes a new instance of the LoginViewModel class.
|
Method | 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.
|
public LoginViewModel ( ) : GalaSoft.MvvmLight.Command | ||
return | GalaSoft.MvvmLight.Command |