C# Class Gymnastika.Controls.Behaviors.PasswordBindingBehavior

Datei anzeigen Open project: weiqiyiji/Gymnastika

Public Properties

Property Type Description
IsUpdatedProperty System.Windows.DependencyProperty
PasswordProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetIsUpdated ( DependencyObject obj ) : bool
GetPassword ( DependencyObject obj ) : string
SetIsUpdated ( DependencyObject obj, bool value ) : void
SetPassword ( DependencyObject obj, string value ) : void

Private Methods

Method Description
OnPasswordBindingChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnPasswordChanged ( object sender, RoutedEventArgs e ) : void

Method Details

GetIsUpdated() public static method

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

GetPassword() public static method

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

SetIsUpdated() public static method

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

SetPassword() public static method

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

Property Details

IsUpdatedProperty public_oe static_oe property

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

PasswordProperty public_oe static_oe property

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