Method Validate
Validate(IValueWrapper, FieldDescriptor)
Validates the specified value against the specified field descriptor.
public bool Validate(IValueWrapper value, FieldDescriptor descriptor)Parameters
- valueIValueWrapper
- The value to validate. 
- descriptorFieldDescriptor
- The field descriptor to validate against. 
Returns
- bool
- trueif the specified value validates against the specified field descriptor; otherwise,- false.