Visible Condition

WorkWithPlus provides the possibility to set that some attributes or variables are visible only when some condition is satisfied. This means that the Pattern will make them visible or not checking on the condition, and will hide the attribute and its description properly.

For example, if we want to visualize the the Hair Style attribute only if the Gender is a Female we should add the following condition:

VisibleConditionImg01

By adding this condition, on runtime if 'Male' is selected the attribute Hair Style won't be visible:

VisibleConditionImg02

If we select 'Female' the attribute will be visible:

VisibleConditionImg03