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.String
propertyName
Name of the property. |
System.Type
propertyType
Type of the property. |
System.Object
context
The context. |
System.Object
value
The value. |
Returns
System.Boolean
|