Skip to Content
0
Former Member
Sep 10, 2008 at 04:52 AM

Metadata extensions for validation

31 Views

Hi all,

I have implemented a IValidation class for some custom logic to validate some predefined properties.

I found that the code is called if the property is set to "Mandatory", but NOT called when the property is not mandatory.

Is this the expected behaviour that only mandatory properties will trigger the IValidation class?