Validation |
The ValidationTemplate type exposes the following members.
| Name | Description | |
|---|---|---|
| ValidationTemplate | Initializes a new instance of the ValidationTemplate class. |
| Name | Description | |
|---|---|---|
| Error | Gets an error message indicating what is wrong with this object. | |
| Item | Gets the error message for the property with the given name. |
| Name | Description | |
|---|---|---|
| ErrorsChanged | Raised when the errors for a property has changed. |
| Name | Description | |
|---|---|---|
| SafeCastT |
Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions) |
[assembly: ValidationTemplateAttribute(typeof(TomsToolbox.Desktop.ValidationTemplate))]