Interface IPropertyValidatorProvider
Represents a validator provider.
Namespace: Telerik.Windows.Persistence.Services
Assembly: Telerik.Windows.Controls.dll
Syntax
public interface IPropertyValidatorProvider : IPersistenceProvider
Methods
IsValid(String, Type, Object, Object)
Determines whether the specified property name is forbidden.
Declaration
bool IsValid(string propertyName, Type propertyType, object context, object value)
Parameters
System. Name of the property. |
System. Type of the property. |
System. The context. |
System. The value. |
Returns
System.
|