Class RowMultiplication<TInput>This transformation allow you to transform one row of your input data into multiple rows.InheritanceobjectLoggableTaskDataFlowComponentDataFlowSource<TInput>DataFlowTransformation<TInput, TInput>RowMultiplication<TInput, TInput>RowMultiplication<TInput>ImplementsIDataFlowTransformation<TInput, TInput>IDataFlowSource<TInput>IDataFlowSourceIDataFlowDestination<TInput>IDataFlowDestinationIDataFlowComponentILoggableTaskInherited MembersRowMultiplication<TInput, TInput>.SourceBlockRowMultiplication<TInput, TInput>.TargetBlockRowMultiplication<TInput, TInput>.MultiplicationFuncRowMultiplication<TInput, TInput>.CheckParameter()RowMultiplication<TInput, TInput>.InitComponent()RowMultiplication<TInput, TInput>.CleanUpOnSuccess()RowMultiplication<TInput, TInput>.CleanUpOnFaulted(Exception)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 RowMultiplication<TInput> : RowMultiplication<TInput, TInput>, IDataFlowTransformation<TInput, TInput>, IDataFlowSource<TInput>, IDataFlowSource, IDataFlowDestination<TInput>, IDataFlowDestination, IDataFlowComponent, ILoggableTaskType ParametersNameDescriptionTInputType of ingoing data.ConstructorsRowMultiplication()#Declaration public RowMultiplication()RowMultiplication(Func<TInput, IEnumerable<TInput>>)#Declaration public RowMultiplication(Func<TInput, IEnumerable<TInput>> multiplicationFunc)ParametersTypeNameDescriptionFunc<TInput, IEnumerable<TInput>>multiplicationFuncImplements#IDataFlowTransformation<TInput, TOutput>IDataFlowSource<TOutput>IDataFlowSourceIDataFlowDestination<TInput>IDataFlowDestinationIDataFlowComponentILoggableTaskPrevRowDuplicationNextRowMultiplication<TInput, TOutput>