I have a Method in Entity which takes 2 input filters. Now I want to set a value in this filter. How can I do that? I already got the collection of Filters using the GetFilters() method of the MethodInstance object. I found code that shows how to set other filters, but I don't know how to set input filters.
Please advise