Show / Hide Table of Contents

Interface IChangePwdDialog

Interface definition for the SAF Change Password Dialog

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

Methods

View Source

Show(ChangePwdDialogArgs)

Shows the Change Password dialog.

Declaration
void Show(ChangePwdDialogArgs changePwdDialogArgs)
Parameters
Type Name Description
ChangePwdDialogArgs changePwdDialogArgs

The Change Password Dialog args.

Extension Methods

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