Title here
Summary here
Implemented by transformations that have one or more inputs of the same type and one or more outputs of the same type
public interface IDataFlowTransformation<TInput, TOutput> : IDataFlowSource<TOutput>, IDataFlowSource, IDataFlowDestination<TInput>, IDataFlowDestination, IDataFlowComponent, ILoggableTask| Name | Description |
|---|---|
| TInput | Type of ingoing data |
| TOutput | Type of outgoing data |