Interface IContentDialogContext
Interface for ContentDialog datacontext
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 SourceFirstButtonCaption
The caption of the first button
Declaration
string FirstButtonCaption { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FirstCommand
Command for first button
Declaration
ICommand FirstCommand { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
Info
An information message.
Declaration
string Info { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SecondButtonCaption
The caption of the second button
Declaration
string SecondButtonCaption { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SecondCommand
Command for second button
Declaration
ICommand SecondCommand { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
ThirdButtonCaption
The caption of the third button
Declaration
string ThirdButtonCaption { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ThirdCommand
Command for third button
Declaration
ICommand ThirdCommand { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |