Displays an error dialog for any exceptions that occur in a CslaDataProvider.
More...
|
| static readonly DependencyProperty | DialogTitleProperty |
| | Gets or sets the title of the error dialog.
|
| static readonly DependencyProperty | DialogFirstLineProperty |
| | Gets or sets the first line of text displayed within the error dialog (before the exception message).
|
| static readonly DependencyProperty | ShowExceptionDetailProperty |
| | Gets or sets a value indicating whether the dialog should include exception details or just the exception summary message.
|
| static readonly DependencyProperty | DialogIconProperty |
| | Gets or sets a value indicating whether the dialog should include exception details or just the exception summary message.
|
|
| string? | DialogTitle [get, set] |
| | Gets or sets the title of the error dialog.
|
| string? | DialogFirstLine [get, set] |
| | Gets or sets the first line of text displayed within the error dialog (before the exception message).
|
| bool | ShowExceptionDetail [get, set] |
| | Gets or sets the first line of text displayed within the error dialog (before the exception message).
|
| MessageBoxImage | DialogIcon [get, set] |
| | Gets or sets the icon displayed in the dialog.
|
Displays an error dialog for any exceptions that occur in a CslaDataProvider.
◆ ErrorDialog()
| Csla.Xaml.ErrorDialog.ErrorDialog |
( |
| ) |
|
|
inline |
Creates a new instance of the control.
◆ DialogFirstLineProperty
| readonly DependencyProperty Csla.Xaml.ErrorDialog.DialogFirstLineProperty |
|
static |
Initial value: = DependencyProperty.Register(
typeof(string),
null)
ErrorDialog()
Creates a new instance of the control.
Definition ErrorDialog.cs:24
string? DialogFirstLine
Gets or sets the first line of text displayed within the error dialog (before the exception message).
Definition ErrorDialog.cs:73
Gets or sets the first line of text displayed within the error dialog (before the exception message).
◆ DialogIconProperty
| readonly DependencyProperty Csla.Xaml.ErrorDialog.DialogIconProperty |
|
static |
Initial value: = DependencyProperty.Register(
typeof(MessageBoxImage),
null)
MessageBoxImage DialogIcon
Gets or sets the icon displayed in the dialog.
Definition ErrorDialog.cs:116
Gets or sets a value indicating whether the dialog should include exception details or just the exception summary message.
◆ DialogTitleProperty
| readonly DependencyProperty Csla.Xaml.ErrorDialog.DialogTitleProperty |
|
static |
Initial value: = DependencyProperty.Register(
typeof(string),
null)
string? DialogTitle
Gets or sets the title of the error dialog.
Definition ErrorDialog.cs:51
Gets or sets the title of the error dialog.
◆ ShowExceptionDetailProperty
| readonly DependencyProperty Csla.Xaml.ErrorDialog.ShowExceptionDetailProperty |
|
static |
Initial value: = DependencyProperty.Register(
typeof(bool),
null)
bool ShowExceptionDetail
Gets or sets the first line of text displayed within the error dialog (before the exception message).
Definition ErrorDialog.cs:95
Gets or sets a value indicating whether the dialog should include exception details or just the exception summary message.
◆ DialogFirstLine
| string? Csla.Xaml.ErrorDialog.DialogFirstLine |
|
getset |
Gets or sets the first line of text displayed within the error dialog (before the exception message).
◆ DialogIcon
| MessageBoxImage Csla.Xaml.ErrorDialog.DialogIcon |
|
getset |
Gets or sets the icon displayed in the dialog.
◆ DialogTitle
| string? Csla.Xaml.ErrorDialog.DialogTitle |
|
getset |
Gets or sets the title of the error dialog.
◆ ShowExceptionDetail
| bool Csla.Xaml.ErrorDialog.ShowExceptionDetail |
|
getset |
Gets or sets the first line of text displayed within the error dialog (before the exception message).
The documentation for this class was generated from the following file: