Show / Hide Table of Contents

Interface IContentDialogContext

Interface for ContentDialog data context

IDialogContext.CloseDialog
IDialogContext.ShowHelpCommand
IDataErrorInfo.Error
IDataErrorInfo.this[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
string
View Source

FirstCommand

Command for first button

Declaration
ICommand FirstCommand { get; }
Property Value
Type Description
ICommand
View Source

Info

An information message.

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

SecondButtonCaption

The caption of the second button

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

SecondCommand

Command for second button

Declaration
ICommand SecondCommand { get; }
Property Value
Type Description
ICommand
View Source

ThirdButtonCaption

The caption of the third button

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

ThirdCommand

Command for third button

Declaration
ICommand ThirdCommand { get; }
Property Value
Type Description
ICommand

Extension Methods

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