I have a simple business rule that watches a child businesslistbase and checks if .Count > 0
Do I have to manually call that rule in the OnChildChanged override...or does that happen automatically because I point at the corresponding propertyinfo in the AddRule(myListPropertyInfo as core.PropertyInfo)?
Cheers,
Sean