Method | Description | |
---|---|---|
IsValid ( object instance, object fieldValue ) : bool |
Implementors should perform the actual validation upon the property value
|
public IsValid ( object instance, object fieldValue ) : bool | ||
instance | object | The target type instance |
fieldValue | object | The property/field value. It can be null. |
return | bool |