IDataValidationPlugin.

Start(WeakReference<object>, string, IPropertyAccessor) Method

Summary

Starts monitoring the data validation state of a property on an object.

Syntax

IPropertyAccessor Start(WeakReference<object> reference, string propertyName, IPropertyAccessor inner)

Parameters

Name Type Description
reference WeakReference<object> A weak reference to the object.
propertyName string The property name.
inner IPropertyAccessor The inner property accessor used to aceess the property.

Return Value

Type Description
IPropertyAccessor An IPropertyAccessor interface through which future interactions with the property will be made.