C# Class AdventureWorks.UILogic.ViewModels.SignInUserControlViewModel

Inheritance: ViewModelBase, ISignInUserControlViewModel
Datei anzeigen Open project: PrismLibrary/Prism-Samples-Windows

Private Properties

Property Type Description
CanSignIn bool
Close void
SignInAsync System.Threading.Tasks.Task

Public Methods

Method Description
Open ( System.Action successAction ) : void
SignInUserControlViewModel ( IAccountService accountService, IAlertMessageService alertMessageService, IResourceLoader resourceLoader ) : AdventureWorks.UILogic.Services

Private Methods

Method Description
CanSignIn ( ) : bool
Close ( ) : void
SignInAsync ( ) : System.Threading.Tasks.Task

Method Details

Open() public method

public Open ( System.Action successAction ) : void
successAction System.Action
return void

SignInUserControlViewModel() public method

public SignInUserControlViewModel ( IAccountService accountService, IAlertMessageService alertMessageService, IResourceLoader resourceLoader ) : AdventureWorks.UILogic.Services
accountService IAccountService
alertMessageService IAlertMessageService
resourceLoader IResourceLoader
return AdventureWorks.UILogic.Services