메소드 | 설명 | |
---|---|---|
ValidationScope ( |
Initializes a new instance of the ValidationScope class.
|
메소드 | 설명 | |
---|---|---|
HandleDataConversionError ( object sender, System.Windows.Controls.ValidationErrorEventArgs args ) : void | ||
OnAdded ( Watchdog.Validation.Core.ValidationError added ) : void |
Called when an IError has been added to the collection. It handles finding the IField with the given fieldKey and adding the error to the field.
|
|
OnCleared ( ) : void | ||
OnRemoved ( Watchdog.Validation.Core.ValidationError removed ) : void |
Called when an IError has been removed from the collection. It handles finding the IField with the given fieldKey and removing the error to the field.
|
|
ReattachConversionErrors ( ) : void | ||
Register ( |
public ValidationScope ( |
||
root | The root element of the scope where the initial |
|
리턴 | System |