C# Class Watchdog.Validation.Core.ValidationProperties

Afficher le fichier Open project: JDolinger/Watchdog

Méthodes publiques

Свойство Type Description
BoundPropertyProperty System.Windows.DependencyProperty
ErrorSourceProperty System.Windows.DependencyProperty
ValidationKeyProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetBoundProperty ( DependencyObject obj ) : DependencyProperty
GetErrorSource ( DependencyObject obj ) : ICollection
GetValidationKey ( DependencyObject obj ) : string
SetBoundProperty ( DependencyObject obj, DependencyProperty value ) : void
SetErrorSource ( DependencyObject obj, ICollection value ) : void
SetValidationKey ( DependencyObject obj, string value ) : void

Private Methods

Méthode Description
GetScope ( DependencyObject obj ) : ValidationScope
OnErrorSourceChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnScopeChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
SetScope ( DependencyObject obj, ValidationScope value ) : void
ValidationProperties ( ) : System.Collections.Generic

Method Details

GetBoundProperty() public static méthode

public static GetBoundProperty ( DependencyObject obj ) : DependencyProperty
obj System.Windows.DependencyObject
Résultat System.Windows.DependencyProperty

GetErrorSource() public static méthode

public static GetErrorSource ( DependencyObject obj ) : ICollection
obj System.Windows.DependencyObject
Résultat ICollection

GetValidationKey() public static méthode

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

SetBoundProperty() public static méthode

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

SetErrorSource() public static méthode

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

SetValidationKey() public static méthode

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

Property Details

BoundPropertyProperty public_oe static_oe property

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

ErrorSourceProperty public_oe static_oe property

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

ValidationKeyProperty public_oe static_oe property

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