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