Method | Description | |
---|---|---|
AddElement ( |
Associates a FrameworkElement with this field.
|
|
AttachError ( ConversionError e ) : void |
Recreates a binding conversion error to a control.
|
|
AttachError ( ValidationError e ) : void |
Attaches a ValidationError to this field. For each associated FrameworkElement, the list of concatened error messages is shown on the control.
|
|
ClearAll ( ) : void |
Clears all errors from a field.
|
|
ClearError ( ValidationError e ) : void |
Removes the given ValidationError from the field. If there are still some errors present, then the message is merely updated. If no more errors will be present, then the each FrameworkElement is cleared of errors.
|
|
Field ( ) : System.Collections.Generic |
Initializes a new instance of the Field class.
|
public AddElement ( |
||
element | The control. | |
return | void |
public AttachError ( ConversionError e ) : void | ||
e | ConversionError | The e. |
return | void |
public AttachError ( ValidationError e ) : void | ||
e | ValidationError | The error. |
return | void |
public ClearError ( ValidationError e ) : void | ||
e | ValidationError | The error. |
return | void |
public Field ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |