C# Class LogoFX.Client.Mvvm.View.Infra.Interactivity.Behaviors.PasswordHelper

Afficher le fichier Open project: LogoFX/LogoFX

Méthodes publiques

Свойство Type Description
BindPasswordProperty DependencyProperty
BoundPasswordProperty 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, DependencyPropertyChangedEventArgs e ) : void
OnBoundPasswordChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
SetUpdatingPassword ( DependencyObject dp, bool value ) : void

Method Details

GetBindPassword() public static méthode

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

GetBoundPassword() public static méthode

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

SetBindPassword() public static méthode

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

SetBoundPassword() public static méthode

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

Property Details

BindPasswordProperty public_oe static_oe property

public static DependencyProperty BindPasswordProperty
Résultat DependencyProperty

BoundPasswordProperty public_oe static_oe property

public static DependencyProperty BoundPasswordProperty
Résultat DependencyProperty