| Class | Description |
|---|---|
| DataflowComplexExpression | Provides the infrastructure for dataflow expressions to evaluate arguments. |
| DataflowExpression | The base class for all dataflow elements. |
| DataflowExpression.BindDataflow | Represents a remote message binding a value to a remoted DataflowExpression |
| DataflowExpression.DataflowExpressionsCollector | Listener for availability of data flow expressions we depend on. |
| DataflowExpression.TransformMany | |
| DataflowExpression.TransformOne | |
| DataflowExpression.WaitingThread | A logical representation of a synchronous or asynchronous request to read the value once it is bound. |
| DataflowGetPropertyExpression | A DFE, which evaluates a property when the receiver becomes available |
| DataflowInvocationExpression | A dataflow expression, which invokes a method after the receiver as well as all the arguments become available |
| RemoteDataflowExpression | @author Alex Tkachman |