Show / Hide Table of Contents

Interface ILoginDialog

Interface definition for the SAF Login Dialog.

Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public interface ILoginDialog

Methods

View Source

Show(LoginDialogArgs)

Shows the login dialog, configured by the given LoginDialogArgs.

Declaration
void Show(LoginDialogArgs loginDialogArgs)
Parameters
Type Name Description
LoginDialogArgs loginDialogArgs

The login dialog args. The args can provide strings, images and user information to customize the login dialog.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX