Menu

#100 [ENTITY] NEW: Implementation multi check/validation

1.0.8
open
None
2019-09-19
2019-09-19
Oleh Hapon
No

<checks>
<check error-type="error" message="Value must be not empty" value="NotEmpty">
<check error-type="error" message="Size of string must be 10" value="Size(10)">
</check></check></checks>

<validations>
<validation error-type="error" message="Value must be not empty" value="NotEmpty">
<validation error-type="error" message="Size of string must be 10" value="Size(10)">
</validation></validation></validations>

Discussion


Log in to post a comment.