Property | Type | Description |
---|
Method | Description | |
---|---|---|
CanDisplayForElement ( |
Indicates whether we can display error messages for a given element.
|
|
ClearError ( |
Clears any error messages on an element.
|
|
DisplayError ( |
Displays the error message on a given element.
|
|
TextBoxErrorDisplayStrategy ( ) : System |
Constructor.
|
public CanDisplayForElement ( |
||
element | The element that needs to be validated. | |
return | bool |
public ClearError ( |
||
element | The element to clear any error messages for. | |
return | void |
public DisplayError ( |
||
element | The element to display the error on. | |
errorMessage | string | The error message to display. |
return | void |
public TextBoxErrorDisplayStrategy ( ) : System | ||
return | System |