Class LoginWindow
Interaction logic for LoginWindow.xaml.
Inheritance
LoginWindow
Implements
Inherited Members
Namespace: Phoenix.Aruba.Login
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class LoginWindow : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
Constructors
View SourceLoginWindow(string)
Initializes a new instance of the LoginWindow class.
Declaration
public LoginWindow(string title)
Parameters
| Type | Name | Description |
|---|---|---|
| string | title | The title of the window. |
Methods
View SourceInitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
ShowLoginDialog(LoginConfig, string, IEventAggregator)
Show the login dialogue window.
Declaration
public static LoginData ShowLoginDialog(LoginConfig config, string title, IEventAggregator eventAggregator)
Parameters
| Type | Name | Description |
|---|---|---|
| LoginConfig | config | The login configuration. |
| string | title | The title of the window. |
| IEventAggregator | eventAggregator | The event aggregator. |
Returns
| Type | Description |
|---|---|
| LoginData | The login data. |