Pre-validation

Reference | Automatic Validation


It is sometimes necessary to modify data after it has been parsed into a target object but before validation takes place. Your logic component should implement the ws.WsPreValidateManipulator interface.

Granitic will call the PreValidate() method and your implementation can access the target object via the

Next: Relational databases

Prev: Custom operations