C# Class Zetbox.Client.WPF.CustomControls.ErrorReporter

Interaction logic for ErrorReporter.xaml
Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: daszat/zetbox

Public Properties

Property Type Description
IsReportingErrorProperty System.Windows.DependencyProperty
SeverityProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Public Methods

Method Description
ErrorReporter ( ) : System

Private Methods

Method Description
SetIsReportingError ( ) : void
SeverityOrTextChangedCallback ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ValidateSeverityCallback ( object value ) : bool

Method Details

ErrorReporter() public method

public ErrorReporter ( ) : System
return System

Property Details

IsReportingErrorProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsReportingErrorProperty
return System.Windows.DependencyProperty

SeverityProperty public_oe static_oe property

public static DependencyProperty,System.Windows SeverityProperty
return System.Windows.DependencyProperty

TextProperty public_oe static_oe property

public static DependencyProperty,System.Windows TextProperty
return System.Windows.DependencyProperty