C# Класс FdoToolbox.Core.ETL.Operations.FdoBranchingOperation

Наследование: FdoOperationBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Add() публичный Метод

Adds the specified operation to this branching operation
public Add ( IFdoOperation op ) : FdoBranchingOperation
op IFdoOperation
Результат FdoBranchingOperation

Execute() публичный Метод

Executes this operation, sending the input of this operation to all its child operations
public Execute ( IEnumerable rows ) : IEnumerable
rows IEnumerable The rows.
Результат IEnumerable

PrepareForExecution() публичный Метод

Initializes this instance
public PrepareForExecution ( IPipelineExecuter pipelineExecuter ) : void
pipelineExecuter IPipelineExecuter
Результат void