Class LoginViewPresenter
public class LoginViewPresenter : BindableBase, INotifyPropertyChanged, ILoginViewPresenter
- Inheritance
-
LoginViewPresenter
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
LoginViewPresenter(IOptions<LoginOptions>)
public LoginViewPresenter(IOptions<LoginOptions> options)
Parameters
optionsIOptions<LoginOptions>
Properties
LoginCommand
public InvokeCommand LoginCommand { get; }
Property Value
Password
public string Password { get; set; }
Property Value
UserName
public string UserName { get; set; }