Method | Description | |
---|---|---|
Add ( IFdoOperation op ) : |
Adds the specified operation to this branching operation
|
|
Execute ( IEnumerable |
Executes this operation, sending the input of this operation to all its child operations
|
|
PrepareForExecution ( IPipelineExecuter pipelineExecuter ) : void |
Initializes this instance
|
public Add ( IFdoOperation op ) : |
||
op | IFdoOperation | |
return |
public Execute ( IEnumerable |
||
rows | IEnumerable |
The rows. |
return | IEnumerable |
public PrepareForExecution ( IPipelineExecuter pipelineExecuter ) : void | ||
pipelineExecuter | IPipelineExecuter | |
return | void |