wf newbee question. Code activities work as expected, double click takes you to the code behind. Things like "ifelse" or "while" activities seem to have no way to get to the code behind. What gives Shouldn't they all work the same if they have code
wf newbee question. Code activities work as expected, double click takes you to the code behind. Things like "ifelse" or "while" activities seem to have no way to get to the code behind. What gives Shouldn't they all work the same if they have code
Goto code from activity?
nature0276
Because unlike the codeactivity - those activities can be hooked up to a RuleCondition or even a custom condition.
I *suppose* they could detect if you had already created the delegate - but IMO RuleCOnditions are much more powerful - since they are easier to change , they are stored in a seperate file - and they lend themselves to XAML activity scenarios where code conditions don't.
Dmitry Shaporenkov