C# 클래스 PaulStovell.TrialBalance.UserInterface.Providers.ErrorMessageProvider

파일 보기 프로젝트 열기: PaulStovell/trial-balance

공개 프로퍼티들

프로퍼티 타입 설명
ErrorMessageProperty System.Windows.DependencyProperty
ErrorPropertyProperty System.Windows.DependencyProperty
ErrorProviderProperty System.Windows.DependencyProperty
HasErrorMessageKey System.Windows.DependencyPropertyKey
HasErrorMessageProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetErrorMessage ( DependencyObject obj ) : string
GetErrorProperty ( DependencyObject obj ) : string
GetErrorProvider ( DependencyObject obj ) : ErrorProvider
GetHasErrorMessage ( DependencyObject obj ) : bool
SetErrorMessage ( DependencyObject obj, string value ) : void
SetErrorProperty ( DependencyObject obj, string value ) : void
SetErrorProvider ( DependencyObject obj, ErrorProvider value ) : void
SetHasErrorMessage ( DependencyObject obj, bool value ) : void

비공개 메소드들

메소드 설명
ErrorMessageProperty_CoerceValueCallback ( DependencyObject dependencyObject, object value ) : object
HasErrorMessageProperty_CoerceValueCallback ( DependencyObject dependencyObject, object value ) : object
StupidDIckheadPropertyHCanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

GetErrorMessage() 공개 정적인 메소드

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

GetErrorProperty() 공개 정적인 메소드

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

GetErrorProvider() 공개 정적인 메소드

public static GetErrorProvider ( DependencyObject obj ) : ErrorProvider
obj System.Windows.DependencyObject
리턴 PaulStovell.TrialBalance.UserInterface.Validation.ErrorProvider

GetHasErrorMessage() 공개 정적인 메소드

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

SetErrorMessage() 공개 정적인 메소드

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

SetErrorProperty() 공개 정적인 메소드

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

SetErrorProvider() 공개 정적인 메소드

public static SetErrorProvider ( DependencyObject obj, ErrorProvider value ) : void
obj System.Windows.DependencyObject
value PaulStovell.TrialBalance.UserInterface.Validation.ErrorProvider
리턴 void

SetHasErrorMessage() 공개 정적인 메소드

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

프로퍼티 상세

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

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

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

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

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

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

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

public static DependencyPropertyKey,System.Windows HasErrorMessageKey
리턴 System.Windows.DependencyPropertyKey

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

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