C# Class PaulStovell.TrialBalance.UserInterface.Providers.ErrorMessageProvider

Afficher le fichier Open project: PaulStovell/trial-balance

Méthodes publiques

Свойство Type Description
ErrorMessageProperty System.Windows.DependencyProperty
ErrorPropertyProperty System.Windows.DependencyProperty
ErrorProviderProperty System.Windows.DependencyProperty
HasErrorMessageKey System.Windows.DependencyPropertyKey
HasErrorMessageProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetErrorMessage ( DependencyObject obj ) : string
GetErrorProperty ( DependencyObject obj ) : string
GetErrorProvider ( DependencyObject obj ) : ErrorProvider
GetHasErrorMessage ( DependencyObject obj ) : bool
SetErrorMessage ( DependencyObject obj, string value ) : void
SetErrorProperty ( DependencyObject obj, string value ) : void
SetErrorProvider ( DependencyObject obj, ErrorProvider value ) : void
SetHasErrorMessage ( DependencyObject obj, bool value ) : void

Private Methods

Méthode Description
ErrorMessageProperty_CoerceValueCallback ( DependencyObject dependencyObject, object value ) : object
HasErrorMessageProperty_CoerceValueCallback ( DependencyObject dependencyObject, object value ) : object
StupidDIckheadPropertyHCanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetErrorMessage() public static méthode

public static GetErrorMessage ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
Résultat string

GetErrorProperty() public static méthode

public static GetErrorProperty ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
Résultat string

GetErrorProvider() public static méthode

public static GetErrorProvider ( DependencyObject obj ) : ErrorProvider
obj System.Windows.DependencyObject
Résultat PaulStovell.TrialBalance.UserInterface.Validation.ErrorProvider

GetHasErrorMessage() public static méthode

public static GetHasErrorMessage ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
Résultat bool

SetErrorMessage() public static méthode

public static SetErrorMessage ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
Résultat void

SetErrorProperty() public static méthode

public static SetErrorProperty ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
Résultat void

SetErrorProvider() public static méthode

public static SetErrorProvider ( DependencyObject obj, ErrorProvider value ) : void
obj System.Windows.DependencyObject
value PaulStovell.TrialBalance.UserInterface.Validation.ErrorProvider
Résultat void

SetHasErrorMessage() public static méthode

public static SetHasErrorMessage ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
Résultat void

Property Details

ErrorMessageProperty public_oe static_oe property

public static DependencyProperty,System.Windows ErrorMessageProperty
Résultat System.Windows.DependencyProperty

ErrorPropertyProperty public_oe static_oe property

public static DependencyProperty,System.Windows ErrorPropertyProperty
Résultat System.Windows.DependencyProperty

ErrorProviderProperty public_oe static_oe property

public static DependencyProperty,System.Windows ErrorProviderProperty
Résultat System.Windows.DependencyProperty

HasErrorMessageKey public_oe static_oe property

public static DependencyPropertyKey,System.Windows HasErrorMessageKey
Résultat System.Windows.DependencyPropertyKey

HasErrorMessageProperty public_oe static_oe property

public static DependencyProperty,System.Windows HasErrorMessageProperty
Résultat System.Windows.DependencyProperty