Method Validate
Validate(IValueWrapper, FieldDescriptor)
Validates the specified value against the specified field descriptor.
public bool Validate(IValueWrapper value, FieldDescriptor descriptor)
Parameters
value
IValueWrapperThe value to validate.
descriptor
FieldDescriptorThe field descriptor to validate against.
Returns
- bool
true
if the specified value validates against the specified field descriptor; otherwise,false
.