C# Class Dev2.Activities.AttachedProperties.PasswordBoxAssistant

Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Свойство Type Description
BindPassword System.Windows.DependencyProperty
BoundPassword System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetBindPassword ( DependencyObject dp ) : bool
GetBoundPassword ( DependencyObject dp ) : string
SetBindPassword ( DependencyObject dp, bool value ) : void
SetBoundPassword ( DependencyObject dp, string value ) : void

Private Methods

Méthode Description
GetUpdatingPassword ( DependencyObject dp ) : bool
HandlePasswordChanged ( object sender, RoutedEventArgs e ) : void
OnBindPasswordChanged ( DependencyObject dp, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnBoundPasswordChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetUpdatingPassword ( DependencyObject dp, bool value ) : void

Method Details

GetBindPassword() public static méthode

public static GetBindPassword ( DependencyObject dp ) : bool
dp System.Windows.DependencyObject
Résultat bool

GetBoundPassword() public static méthode

public static GetBoundPassword ( DependencyObject dp ) : string
dp System.Windows.DependencyObject
Résultat string

SetBindPassword() public static méthode

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

SetBoundPassword() public static méthode

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

Property Details

BindPassword public_oe static_oe property

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

BoundPassword public_oe static_oe property

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