C# 클래스 Gu.Wpf.ValidationScope.Tests.TestValidationError

상속: System.Windows.Controls.ValidationError
파일 보기 프로젝트 열기: JohanLarsson/Gu.Wpf.ValidationScope 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ) : TestValidationError
GetFor ( BindingExpressionBase expression ) : TestValidationError
GetFor ( UIElement element, DependencyProperty property ) : TestValidationError

비공개 메소드들

메소드 설명
TestValidationError ( BindingExpressionBase bindingInError ) : System.Windows

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : TestValidationError
리턴 TestValidationError

GetFor() 공개 정적인 메소드

public static GetFor ( BindingExpressionBase expression ) : TestValidationError
expression System.Windows.Data.BindingExpressionBase
리턴 TestValidationError

GetFor() 공개 정적인 메소드

public static GetFor ( UIElement element, DependencyProperty property ) : TestValidationError
element UIElement
property System.Windows.DependencyProperty
리턴 TestValidationError