Workflow: Trying to pass an object varable to a class method -


i having tough time trying pass parameter method when go invoke it.

i new variable called setupnewcase, populate data. once that, try invoke method. works when don't have value pass it, doesn't work here in case trying pass it. can help?

my screen shot

to pass parameters invoked method use parameters property on invokemethod activity. available on activity's properties grid , not directly on designer.

you use targetobject when invoking method on instance object since commonmethods class static won't ever instantiate , therefore targetobject should empty.


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -