Summary
Checks whether this plugin can handle data validation on the specified object.
- Namespace
- Avalonia
.Data .Core .Plugins - Containing Type
- I
Data Validation Plugin
Syntax
bool Match(WeakReference<object> reference, string memberName)
Parameters
Name | Type | Description |
---|---|---|
reference | WeakReference |
A weak reference to the object. |
memberName | string | The name of the member to validate. |
Return Value
Type | Description |
---|---|
bool | True if the plugin can handle the object; otherwise false. |