C# Class FdoToolbox.Core.ETL.Operations.FdoBranchingOperation

Inheritance: FdoOperationBase
Exibir arquivo Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
Add ( IFdoOperation op ) : FdoBranchingOperation

Adds the specified operation to this branching operation

Execute ( IEnumerable rows ) : IEnumerable

Executes this operation, sending the input of this operation to all its child operations

PrepareForExecution ( IPipelineExecuter pipelineExecuter ) : void

Initializes this instance

Method Details

Add() public method

Adds the specified operation to this branching operation
public Add ( IFdoOperation op ) : FdoBranchingOperation
op IFdoOperation
return FdoBranchingOperation

Execute() public method

Executes this operation, sending the input of this operation to all its child operations
public Execute ( IEnumerable rows ) : IEnumerable
rows IEnumerable The rows.
return IEnumerable

PrepareForExecution() public method

Initializes this instance
public PrepareForExecution ( IPipelineExecuter pipelineExecuter ) : void
pipelineExecuter IPipelineExecuter
return void