I have a .NET object which is a collection, for example an Employee
object containing list of employees.
I need to pass the same to the rules engine to do the looping inside the rule file.
Can you please help me with code to the same from .NET as well looping in xbre
file.
I have successfully passed an object with single record. However need to pass collection.