Checks whether a specified entity instance attributes meet Where-Rule constraints of the Defined type attribute.
Parameters
Parameters
Description
pInstanceCtx
[in] A raw pointer to the instance validation context object that contains an entity instance to be validated.
invalidParams
[out] A shared pointer to an InvalidValidationParamsBase object. After the method execution this object contains the list of Where-Rule constraints which are violated by the specified entity instance.
Returns
True if the validation is passed. It means that there is no violated Where-Rule constraints within a specified application instance.
False if at least one Where-Rule constraint is violated within the specified application instance.
Unknown if the expression of one or more Where-Rule constraints are unknown or are not defined.