Show / Hide Table of Contents

Interface IMessageDialog

Interface definition of the SAF MessageDialog.

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

Methods

View Source

Show(MessageDialogArgs)

Shows a message dialog that visualizes the information of the messageDialogArgs. Use MessageDialogClosed to get the result.

Declaration
void Show(MessageDialogArgs messageDialogArgs)
Parameters
Type Name Description
MessageDialogArgs messageDialogArgs

Defintion of the information shown in the message dialog.

View Source

ShowDialog(MessageDialogArgs)

Shows a modal message dialog that visualizes the information of the messageDialogArgs.

Declaration
MessageBoxResult ShowDialog(MessageDialogArgs messageDialogArgs)
Parameters
Type Name Description
MessageDialogArgs messageDialogArgs

Defintion of the information shown in the message dialog.

Returns
Type Description
System.Windows.MessageBoxResult

Events

View Source

MessageDialogClosed

Event fired when message dialog is closed. Use this to get the actual result of the dialog when used non-modal.

Declaration
event MessageDialogClosedHandler MessageDialogClosed
Event Type
Type Description
MessageDialogClosedHandler

Extension Methods

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