Show / Hide Table of Contents

Interface IContentDialogContext

Interface for ContentDialog datacontext

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 : IDialogContext, IDataErrorInfo

Properties

View Source

FirstButtonCaption

The caption of the first button

Declaration
string FirstButtonCaption { get; set; }
Property Value
Type Description
System.String
View Source

FirstCommand

Command for first button

Declaration
ICommand FirstCommand { get; }
Property Value
Type Description
System.Windows.Input.ICommand
View Source

Info

An information message.

Declaration
string Info { get; set; }
Property Value
Type Description
System.String
View Source

SecondButtonCaption

The caption of the second button

Declaration
string SecondButtonCaption { get; set; }
Property Value
Type Description
System.String
View Source

SecondCommand

Command for second button

Declaration
ICommand SecondCommand { get; }
Property Value
Type Description
System.Windows.Input.ICommand
View Source

ThirdButtonCaption

The caption of the third button

Declaration
string ThirdButtonCaption { get; set; }
Property Value
Type Description
System.String
View Source

ThirdCommand

Command for third button

Declaration
ICommand ThirdCommand { get; }
Property Value
Type Description
System.Windows.Input.ICommand

Extension Methods

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