C# Class Gu.Wpf.ValidationScope.Tests.TestValidationError

Inheritance: System.Windows.Controls.ValidationError
ファイルを表示 Open project: JohanLarsson/Gu.Wpf.ValidationScope Class Usage Examples

Public Methods

Method Description
Create ( ) : TestValidationError
GetFor ( BindingExpressionBase expression ) : TestValidationError
GetFor ( UIElement element, DependencyProperty property ) : TestValidationError

Private Methods

Method Description
TestValidationError ( BindingExpressionBase bindingInError ) : System.Windows

Method Details

Create() public static method

public static Create ( ) : TestValidationError
return TestValidationError

GetFor() public static method

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

GetFor() public static method

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