InterfaceIPropertyValidatorProvider
Interface
Represents a validator provider.
Definition
Namespace:Telerik.Windows.Persistence.Services
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public interface IPropertyValidatorProvider : IPersistenceProvider
Methods
IsValid(string, Type, object, object)
Determines whether the specified property name is forbidden.
Declaration
cs-api-definition
bool IsValid(string propertyName, Type propertyType, object context, object value)
Parameters
propertyName
Name of the property.
propertyType
Type of the property.
context
The context.
value
The value.
Returns
true if the specified property name is forbidden; otherwise, false.