Метод | Описание | |
---|---|---|
Add ( this |
Creates a ValidationError and adds it to the collection.
|
|
ClearValidationError ( this |
Clears all ValidationError for the named target field. This will not clear any ConversionError present. These should only be removed by WPF when it detects that a binding with a failed conversion has now been correct.
|
|
GetValidationErrors ( this |
Gets the ValidationError in the given ICollection{IError}
|
|
MatchingErrorKey ( this |
||
MatchingField ( this |
Retrieves the IError matching the given field key.
|
public static Add ( this |
||
collection | this |
The target collection to add to. |
errorKey | string | |
message | string | The associated message. |
Результат | void |
public static ClearValidationError ( this |
||
collection | this |
The source collection. |
targetFieldKey | string | The field for which errors are being cleared. |
Результат | void |
public static GetValidationErrors ( this |
||
collection | this |
The source collection. |
Результат | IEnumerable |
public static MatchingErrorKey ( this |
||
collection | this |
|
errorKey | string | |
Результат | IEnumerable |
public static MatchingField ( this |
||
collection | this |
The source collection. |
targetFieldKey | string | The field for which errors are being search for. |
Результат | IEnumerable |