Show / Hide Table of Contents

Interface IContentDialog

Interface definition of the SAF ContentDialog.

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

Methods

View Source

Show(ContentDialogArgs)

Shows a message content that visualizes the information of the contentDialogArgs.

Declaration
void Show(ContentDialogArgs args)
Parameters
Type Name Description
ContentDialogArgs args

Definition of the information shown in the content dialog.

Extension Methods

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