Interface
IPropertyValidatorProvider

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

string

Name of the property.

propertyType

Type

Type of the property.

context

object

The context.

value

object

The value.

Returns

bool

true if the specified property name is forbidden; otherwise, false.