Table of Contents

Class LoginViewPresenter

Namespace
H.Modules.Login
Assembly
H.Modules.Login.dll
public class LoginViewPresenter : BindableBase, INotifyPropertyChanged, ILoginViewPresenter
Inheritance
LoginViewPresenter
Implements
Derived
Inherited Members
Extension Methods

Constructors

LoginViewPresenter(IOptions<LoginOptions>)

public LoginViewPresenter(IOptions<LoginOptions> options)

Parameters

options IOptions<LoginOptions>

Properties

LoginCommand

public InvokeCommand LoginCommand { get; }

Property Value

InvokeCommand

Password

public string Password { get; set; }

Property Value

string

UserName

public string UserName { get; set; }

Property Value

string