Summary
Validates properties that report errors by throwing exceptions.
- Namespace
- Avalonia
.Data .Core .Plugins - Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IDataValidationPlugin"]
click Interface0 "/api/Avalonia.Data.Core.Plugins/IDataValidationPlugin"
Type["ExceptionValidationPlugin"]
class Type type-node
Syntax
public class ExceptionValidationPlugin : IDataValidationPlugin
Methods
Name | Value | Summary |
---|---|---|
Match |
bool |
Checks whether this plugin can handle data validation on the specified object.
|
Start |
IPropertyAccessor |
Starts monitoring the data validation state of a property on an object.
|