Show / Hide Table of Contents

Interface IContentDialogContext<T>

Interface for ContentDialog data context with result

IDialogContext<T>.Result
IContentDialogContext.FirstButtonCaption
IContentDialogContext.FirstCommand
IContentDialogContext.Info
IContentDialogContext.SecondButtonCaption
IContentDialogContext.SecondCommand
IContentDialogContext.ThirdButtonCaption
IContentDialogContext.ThirdCommand
IDialogContext.CloseDialog
IDialogContext.ShowHelpCommand
System.ComponentModel.IDataErrorInfo.Error
System.ComponentModel.IDataErrorInfo.Item[System.String]
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public interface IContentDialogContext<T> : IDialogContext<T>, IContentDialogContext, IDialogContext, IDataErrorInfo
Type Parameters
Name Description
T

Type parameter for result type

Extension Methods

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