Class DataFlowTransformation<TInput, TOutput>InheritanceobjectLoggableTaskDataFlowComponentDataFlowSource<TOutput>DataFlowTransformation<TInput, TOutput>Aggregation<TInput, TOutput>BatchTransformation<TInput, TOutput>ColumnTransformation<TInput>DbMerge<TInput>DbTypeCheck<TInput>Distinct<TInput>FilterTransformation<TInput>LookupTransformation<TInput, TSource>Multicast<TInput>Pivot<TInput>RowDuplication<TInput>RowMultiplication<TInput, TOutput>RowTransformation<TInput, TOutput>RowValidation<TInput>Sort<TInput>WaitTransformation<TInput>XmlSchemaValidation<TInput>ImplementsIDataFlowTransformation<TInput, TOutput>IDataFlowSource<TOutput>IDataFlowSourceIDataFlowDestination<TInput>IDataFlowDestinationIDataFlowComponentILoggableTaskInherited MembersDataFlowSource<TOutput>.SourceBlockDataFlowSource<TOutput>.LinkTo(IDataFlowDestination<TOutput>)DataFlowSource<TOutput>.LinkTo(IDataFlowDestination<TOutput>, Predicate<TOutput>)DataFlowSource<TOutput>.LinkTo(IDataFlowDestination<TOutput>, Predicate<TOutput>, Predicate<TOutput>)DataFlowSource<TOutput>.LinkTo<TConvert>(IDataFlowDestination<TOutput>)DataFlowSource<TOutput>.LinkTo<TConvert>(IDataFlowDestination<TOutput>, Predicate<TOutput>)DataFlowSource<TOutput>.LinkTo<TConvert>(IDataFlowDestination<TOutput>, Predicate<TOutput>, Predicate<TOutput>)DataFlowComponent.MaxBufferSizeDataFlowComponent.PredecessorsDataFlowComponent.SuccessorsDataFlowComponent.CompletionDataFlowComponent.BufferCancellationSourceDataFlowComponent.BufferCancellationTokenDataFlowComponent.WasComponentInitializedDataFlowComponent.IsReadyForProcessingDataFlowComponent.SetParentComponent(DataFlowComponent)DataFlowComponent.LinkErrorTo(IDataFlowDestination<ETLBoxError>)DataFlowComponent.InternalLinkTo<T>(IDataFlowDestination, object, object)DataFlowComponent.AddAutomaticVoidLinkToOtherTargets(DataFlowComponent, IDataFlowDestination)DataFlowComponent.ResetComponent()DataFlowComponent.InitBufferObjects(CancellationToken?)DataFlowComponent.Reset()DataFlowComponent.PrepareParameterForCheck()DataFlowComponent.CheckParameter()DataFlowComponent.InitCheckedParameter()DataFlowComponent.InitComponent()DataFlowComponent.OnInitializationDataFlowComponent.OnCompletionDataFlowComponent.OnExceptionDataFlowComponent.CompleteOrFaultBufferOnPredecessorCompletion(Task)DataFlowComponent.CleanUpOnSuccess()DataFlowComponent.CleanUpOnFaulted(Exception)DataFlowComponent.ExceptionDataFlowComponent.ErrorSourceDataFlowComponent.CancelBufferAndThrowOperationCanceledException()DataFlowComponent.InternalLinkErrorTo(IDataFlowDestination<ETLBoxError>)DataFlowComponent.ThrowOrRedirectError(Exception, string, string)DataFlowComponent.ThrowErrorAndFaultNetwork(Exception, string)DataFlowComponent.CancelComponent()DataFlowComponent.ErrorCountDataFlowComponent.ProgressCountDataFlowComponent.OnProgressDataFlowComponent.ExecutionStartTimeDataFlowComponent.ExecutionEndTimeDataFlowComponent.TagDataFlowComponent.LoggingStartOnce()DataFlowComponent.LoggingFinishOnce()DataFlowComponent.LogProgressBatch_AfterThrowOrRedirectError(int)DataFlowComponent.LogProgress_AfterThrowOrRedirectError()LoggableTask.TaskTypeLoggableTask.TaskNameLoggableTask.DisableLoggingLoggableTask.LogThresholdLoggableTask.TaskHashLoggableTask.LogInstanceLoggableTask.ParentTaskLoggableTask.LogTrace(string, params object[])LoggableTask.LogDebug(string, params object[])LoggableTask.LogInfo(string, params object[])LoggableTask.LogInfoOrDebug(string, params object[])LoggableTask.LogWarn(string, params object[])LoggableTask.LogError(string, params object[])LoggableTask.LogFatal(string, params object[])object.Equals(object)object.Equals(object, object)object.GetHashCode()object.GetType()object.MemberwiseClone()object.ReferenceEquals(object, object)object.ToString()Namespace: ETLBox.DataFlowAssembly: ETLBox.dllSyntax# public abstract class DataFlowTransformation<TInput, TOutput> : DataFlowSource<TOutput>, IDataFlowTransformation<TInput, TOutput>, IDataFlowSource<TOutput>, IDataFlowSource, IDataFlowDestination<TInput>, IDataFlowDestination, IDataFlowComponent, ILoggableTaskType ParametersNameDescriptionTInputTOutputPropertiesTargetBlock#TargetBlock from the underlying TPL.Dataflow which is used as input buffer for the component.Declaration public abstract ITargetBlock<TInput> TargetBlock { get; }Property ValueTypeDescriptionITargetBlock<TInput>Implements#IDataFlowTransformation<TInput, TOutput>IDataFlowSource<TOutput>IDataFlowSourceIDataFlowDestination<TInput>IDataFlowDestinationIDataFlowComponentILoggableTaskPrevDataFlowStreamSource<TOutput>NextDbDestination<TInput>