IDataValidationPlugin.

Match(WeakReference<object>, string) Method

Summary

Checks whether this plugin can handle data validation on the specified object.

Syntax

bool Match(WeakReference<object> reference, string memberName)

Parameters

Name Type Description
reference WeakReference<object> 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.