Interface IDataFlowTransformation<TInput, TOutput>Implemented by transformations that have one or more inputs of the same type and one or more outputs of the same typeInherited MembersIDataFlowSource<TOutput>.SourceBlockIDataFlowSource<TOutput>.LinkTo(IDataFlowDestination<TOutput>)IDataFlowSource<TOutput>.LinkTo(IDataFlowDestination<TOutput>, Predicate<TOutput>)IDataFlowSource<TOutput>.LinkTo(IDataFlowDestination<TOutput>, Predicate<TOutput>, Predicate<TOutput>)IDataFlowSource<TOutput>.LinkTo<TConvert>(IDataFlowDestination<TOutput>)IDataFlowSource<TOutput>.LinkTo<TConvert>(IDataFlowDestination<TOutput>, Predicate<TOutput>)IDataFlowSource<TOutput>.LinkTo<TConvert>(IDataFlowDestination<TOutput>, Predicate<TOutput>, Predicate<TOutput>)IDataFlowDestination<TInput>.TargetBlockIDataFlowComponent.CompletionIDataFlowComponent.OnCompletionIDataFlowComponent.ExceptionIDataFlowComponent.MaxBufferSizeIDataFlowComponent.PredecessorsIDataFlowComponent.ErrorSourceIDataFlowComponent.SuccessorsIDataFlowComponent.IsReadyForProcessingIDataFlowComponent.LinkErrorTo(IDataFlowDestination<ETLBoxError>)IDataFlowComponent.ProgressCountIDataFlowComponent.OnProgressIDataFlowComponent.LogThresholdIDataFlowComponent.ExecutionStartTimeIDataFlowComponent.ExecutionEndTimeIDataFlowComponent.TagILoggableTask.TaskNameILoggableTask.TaskTypeILoggableTask.TaskHashILoggableTask.DisableLoggingILoggableTask.ParentTaskILoggableTask.LogInstanceNamespace: ETLBoxAssembly: ETLBox.dllSyntax# public interface IDataFlowTransformation<TInput, TOutput> : IDataFlowSource<TOutput>, IDataFlowSource, IDataFlowDestination<TInput>, IDataFlowDestination, IDataFlowComponent, ILoggableTaskType ParametersNameDescriptionTInputType of ingoing dataTOutputType of outgoing dataPrevIDataFlowStreamSourceNextIDataTypeConverter