C# 클래스 LoginSample.Hepler.PwdHelper

파일 보기 프로젝트 열기: WELL-E/LoginSample

공개 프로퍼티들

프로퍼티 타입 설명
BindedPasswordProperty System.Windows.DependencyProperty
IsPasswordBindingEnabledProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetBindedPassword ( DependencyObject obj ) : string
GetIsPasswordBindingEnabled ( DependencyObject obj ) : bool
SetBindedPassword ( DependencyObject obj, string value ) : void
SetIsPasswordBindingEnabled ( DependencyObject obj, bool value ) : void

비공개 메소드들

메소드 설명
OnBindedPasswordChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsPasswordBindingEnabledChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
PasswordBoxPasswordChanged ( object sender, RoutedEventArgs e ) : void

메소드 상세

GetBindedPassword() 공개 정적인 메소드

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

GetIsPasswordBindingEnabled() 공개 정적인 메소드

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

SetBindedPassword() 공개 정적인 메소드

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

SetIsPasswordBindingEnabled() 공개 정적인 메소드

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

프로퍼티 상세

BindedPasswordProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows BindedPasswordProperty
리턴 System.Windows.DependencyProperty

IsPasswordBindingEnabledProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsPasswordBindingEnabledProperty
리턴 System.Windows.DependencyProperty