Show / Hide Table of Contents

Class ExceptionViewerDialog

Default implementation of the IExceptionViewerDialog.

Inheritance
object
ExceptionViewerDialog
Implements
IExceptionViewerDialog
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
[Export(typeof(IExceptionViewerDialog))]
public class ExceptionViewerDialog : IExceptionViewerDialog

Constructors

View Source

ExceptionViewerDialog(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 Source

Show(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.

Implements

IExceptionViewerDialog

Extension Methods

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