Question

How do WF4 parse expressions and return the values.

for example the If activity has the Condition attribute that we can write expression like [ true = true ] or [ "str" = "str" ] or guids... what is the class responsible for this parsing?

I noticed that when we put the [] so the engine will directly parse the content of the brackets, in other world what is the class that parses the VB expression in WF4.

Was it helpful?

Solution

The class you are looking for is VisualBasicValue< TResult>.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top