C# Class LoginSample.Hepler.PwdHelper

Afficher le fichier Open project: WELL-E/LoginSample

Méthodes publiques

Свойство Type Description
BindedPasswordProperty System.Windows.DependencyProperty
IsPasswordBindingEnabledProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetBindedPassword ( DependencyObject obj ) : string
GetIsPasswordBindingEnabled ( DependencyObject obj ) : bool
SetBindedPassword ( DependencyObject obj, string value ) : void
SetIsPasswordBindingEnabled ( DependencyObject obj, bool value ) : void

Private Methods

Méthode Description
OnBindedPasswordChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsPasswordBindingEnabledChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
PasswordBoxPasswordChanged ( object sender, RoutedEventArgs e ) : void

Method Details

GetBindedPassword() public static méthode

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

GetIsPasswordBindingEnabled() public static méthode

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

SetBindedPassword() public static méthode

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

SetIsPasswordBindingEnabled() public static méthode

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

Property Details

BindedPasswordProperty public_oe static_oe property

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

IsPasswordBindingEnabledProperty public_oe static_oe property

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