Class ExceptionViewerDialog
Default implementation of the IExceptionViewerDialog.
Implements
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
[Export(typeof(IExceptionViewerDialog))]
public class ExceptionViewerDialog : IExceptionViewerDialog
Constructors
View SourceExceptionViewerDialog(ExportFactory<ExceptionViewerDialogView>, ExportFactory<ExceptionViewerDialogViewModel>, ExportFactory<IContentDialog>, IOverlayEffect)
Initializes a new instance of the Sartorius.SAF.Presentation.Controls.AboutDialog class.
Declaration
[ImportingConstructor]
public ExceptionViewerDialog(ExportFactory<ExceptionViewerDialogView> viewExportFactory, ExportFactory<ExceptionViewerDialogViewModel> viewModelExportFactory, ExportFactory<IContentDialog> contentDialogExportFactory, IOverlayEffect overlayEffect)
Parameters
| Type | Name | Description |
|---|---|---|
| ExportFactory<ExceptionViewerDialogView> | viewExportFactory | The ExportFactory<T>. |
| ExportFactory<ExceptionViewerDialogViewModel> | viewModelExportFactory | The ExportFactory<T>. |
| ExportFactory<IContentDialog> | contentDialogExportFactory | The ExportFactory<T>. |
| IOverlayEffect | overlayEffect | The IOverlayEffect. |
Methods
View SourceShow(ExceptionsViewerDialogArgs)
Start the viewer as modal dialog.
Declaration
public void Show(ExceptionsViewerDialogArgs exceptionsViewerDialogArgs)
Parameters
| Type | Name | Description |
|---|---|---|
| ExceptionsViewerDialogArgs | exceptionsViewerDialogArgs | Arguments containing the information for the dialog. |