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

Inheritance: System.Windows.Controls.ValidationError
Afficher le fichier Open project: JohanLarsson/Gu.Wpf.ValidationScope Class Usage Examples

Méthodes publiques

Méthode Description
Create ( ) : TestValidationError
GetFor ( BindingExpressionBase expression ) : TestValidationError
GetFor ( UIElement element, DependencyProperty property ) : TestValidationError

Private Methods

Méthode Description
TestValidationError ( BindingExpressionBase bindingInError ) : System.Windows

Method Details

Create() public static méthode

public static Create ( ) : TestValidationError
Résultat TestValidationError

GetFor() public static méthode

public static GetFor ( BindingExpressionBase expression ) : TestValidationError
expression System.Windows.Data.BindingExpressionBase
Résultat TestValidationError

GetFor() public static méthode

public static GetFor ( UIElement element, DependencyProperty property ) : TestValidationError
element UIElement
property System.Windows.DependencyProperty
Résultat TestValidationError