Table of Contents

Class LoginWindow

Namespace
The.WPF.Shell.Login
Assembly
Instagile.WPF.dll

LoginWindow

public class LoginWindow : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
Inheritance
LoginWindow
Implements
Inherited Members

Constructors

LoginWindow(string, object, IEnumerable<LoginCommand>)

public LoginWindow(string appTitle, object loginHandlerModel, IEnumerable<LoginCommand> loginHandlerCommands)

Parameters

appTitle string
loginHandlerModel object
loginHandlerCommands IEnumerable<LoginCommand>

Properties

Completed

public Task<bool> Completed { get; }

Property Value

Task<bool>

Methods

Disable(string)

public void Disable(string currentOperation)

Parameters

currentOperation string

Enable(string)

public void Enable(string lastError)

Parameters

lastError string

FocusHandler()

public void FocusHandler()

InitializeComponent()

InitializeComponent

public void InitializeComponent()