C# Class LoginSample.Hepler.PwdHelper

Exibir arquivo Open project: WELL-E/LoginSample

Public Properties

Property Type Description
BindedPasswordProperty System.Windows.DependencyProperty
IsPasswordBindingEnabledProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetBindedPassword ( DependencyObject obj ) : string
GetIsPasswordBindingEnabled ( DependencyObject obj ) : bool
SetBindedPassword ( DependencyObject obj, string value ) : void
SetIsPasswordBindingEnabled ( DependencyObject obj, bool value ) : void

Private Methods

Method 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 method

public static GetBindedPassword ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
return string

GetIsPasswordBindingEnabled() public static method

public static GetIsPasswordBindingEnabled ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
return bool

SetBindedPassword() public static method

public static SetBindedPassword ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
return void

SetIsPasswordBindingEnabled() public static method

public static SetIsPasswordBindingEnabled ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
return void

Property Details

BindedPasswordProperty public_oe static_oe property

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

IsPasswordBindingEnabledProperty public_oe static_oe property

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