C# 클래스 TrinityCore_Manager.Helpers.PasswordHelper

파일 보기 프로젝트 열기: TrinityCore-Manager/TrinityCore-Manager-v3

공개 프로퍼티들

프로퍼티 타입 설명
AttachProperty System.Windows.DependencyProperty
PasswordProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetAttach ( DependencyObject dp ) : bool
GetPassword ( DependencyObject dp ) : string
SetAttach ( DependencyObject dp, bool value ) : void
SetPassword ( DependencyObject dp, string value ) : void

비공개 메소드들

메소드 설명
Attach ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
GetIsUpdating ( DependencyObject dp ) : bool
OnPasswordPropertyChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
PasswordChanged ( object sender, RoutedEventArgs e ) : void
SetIsUpdating ( DependencyObject dp, bool value ) : void

메소드 상세

GetAttach() 공개 정적인 메소드

public static GetAttach ( DependencyObject dp ) : bool
dp System.Windows.DependencyObject
리턴 bool

GetPassword() 공개 정적인 메소드

public static GetPassword ( DependencyObject dp ) : string
dp System.Windows.DependencyObject
리턴 string

SetAttach() 공개 정적인 메소드

public static SetAttach ( DependencyObject dp, bool value ) : void
dp System.Windows.DependencyObject
value bool
리턴 void

SetPassword() 공개 정적인 메소드

public static SetPassword ( DependencyObject dp, string value ) : void
dp System.Windows.DependencyObject
value string
리턴 void

프로퍼티 상세

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

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

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

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