Class CachedRowTransformation<TInput, TOutput>InheritanceobjectLoggableTaskDataFlowComponentDataFlowSource<TOutput>DataFlowTransformation<TInput, TOutput>RowTransformation<TInput, TOutput>CachedRowTransformation<TInput, TOutput, TInput>CachedRowTransformation<TInput, TOutput>ImplementsIDataFlowTransformation<TInput, TOutput>IDataFlowSource<TOutput>IDataFlowSourceIDataFlowDestination<TInput>IDataFlowDestinationIDataFlowComponentILoggableTaskInherited MembersCachedRowTransformation<TInput, TOutput, TInput>.TransformationFuncCachedRowTransformation<TInput, TOutput, TInput>.CacheManagerCachedRowTransformation<TInput, TOutput, TInput>.MaxCacheSizeCachedRowTransformation<TInput, TOutput, TInput>.FillCacheAfterTransformationCachedRowTransformation<TInput, TOutput, TInput>.Reset()CachedRowTransformation<TInput, TOutput, TInput>.CheckParameter()CachedRowTransformation<TInput, TOutput, TInput>.InvokeInitActionOnce()CachedRowTransformation<TInput, TOutput, TInput>.InvokeTransformationFunc(TInput)RowTransformation<TInput, TOutput>.TransformationFuncRowTransformation<TInput, TOutput>.InitActionRowTransformation<TInput, TOutput>.TargetBlockRowTransformation<TInput, TOutput>.SourceBlockRowTransformation<TInput, TOutput>.WasInitActionInvokedRowTransformation<TInput, TOutput>.Reset()RowTransformation<TInput, TOutput>.CheckParameter()RowTransformation<TInput, TOutput>.InitComponent()RowTransformation<TInput, TOutput>.CleanUpOnSuccess()RowTransformation<TInput, TOutput>.CleanUpOnFaulted(Exception)RowTransformation<TInput, TOutput>.InvokeInitActionOnce()RowTransformation<TInput, TOutput>.InvokeTransformationFunc(TInput)DataFlowTransformation<TInput, TOutput>.TargetBlockDataFlowSource<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 class CachedRowTransformation<TInput, TOutput> : CachedRowTransformation<TInput, TOutput, TInput>, IDataFlowTransformation<TInput, TOutput>, IDataFlowSource<TOutput>, IDataFlowSource, IDataFlowDestination<TInput>, IDataFlowDestination, IDataFlowComponent, ILoggableTask where TInput : class Type ParametersNameDescriptionTInputTOutputConstructorsCachedRowTransformation()#Declaration public CachedRowTransformation()CachedRowTransformation(Func<TInput, CachedData<TInput>, TOutput>)#Declaration public CachedRowTransformation(Func<TInput, CachedData<TInput>, TOutput> transformationFunc)ParametersTypeNameDescriptionFunc<TInput, CachedData<TInput>, TOutput>transformationFuncImplements#IDataFlowTransformation<TInput, TOutput>IDataFlowSource<TOutput>IDataFlowSourceIDataFlowDestination<TInput>IDataFlowDestinationIDataFlowComponentILoggableTaskPrevCachedRowTransformation<TInput>NextCachedRowTransformation<TInput, TOutput, TCache>