Class DataFrameSource<TOutput>InheritanceobjectLoggableTaskDataFlowComponentDataFlowSource<TOutput>DataFlowExecutableSource<TOutput>DataFrameSource<TOutput>DataFrameSourceImplementsIDataFlowExecutableSource<TOutput>IDataFlowSource<TOutput>IDataFlowExecutableSourceIDataFlowSourceIDataFlowComponentILoggableTaskInherited MembersDataFlowExecutableSource<TOutput>.LimitDataFlowExecutableSource<TOutput>.ProgressCountIsInLimitDataFlowExecutableSource<TOutput>.ProgressCountIsExceedingLimitDataFlowExecutableSource<TOutput>.SourceBlockDataFlowExecutableSource<TOutput>.BufferDataFlowExecutableSource<TOutput>.SourceTaskDataFlowExecutableSource<TOutput>.CompleteManuallyDataFlowExecutableSource<TOutput>.InitComponent()DataFlowExecutableSource<TOutput>.Execute()DataFlowExecutableSource<TOutput>.Execute(CancellationToken)DataFlowExecutableSource<TOutput>.ExecuteAsync()DataFlowExecutableSource<TOutput>.ExecuteAsync(CancellationToken)DataFlowExecutableSource<TOutput>.StartAsync(CancellationToken?)DataFlowSource<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.InitCheckedParameter()DataFlowComponent.OnInitializationDataFlowComponent.OnCompletionDataFlowComponent.OnExceptionDataFlowComponent.CompleteOrFaultBufferOnPredecessorCompletion(Task)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.AnalysisAssembly: ETLBox.Analysis.dllSyntax# public class DataFrameSource<TOutput> : DataFlowExecutableSource<TOutput>, IDataFlowExecutableSource<TOutput>, IDataFlowSource<TOutput>, IDataFlowExecutableSource, IDataFlowSource, IDataFlowComponent, ILoggableTaskType ParametersNameDescriptionTOutputType of outgoing data.ConstructorsDataFrameSource()#Declaration public DataFrameSource()DataFrameSource(DataFrame)#Declaration public DataFrameSource(DataFrame dataFrame)ParametersTypeNameDescriptionDataFramedataFramePropertiesDataFrame#Declaration public DataFrame DataFrame { get; set; }Property ValueTypeDescriptionDataFrameDataFrameColumnMapping#Declaration public ICollection<DataFrameColumnMap> DataFrameColumnMapping { get; set; }Property ValueTypeDescriptionICollection<DataFrameColumnMap>MethodsCheckParameter()#Declaration protected override void CheckParameter()OverridesDataFlowComponent.CheckParameter()CleanUpOnFaulted(Exception)#Declaration protected override void CleanUpOnFaulted(Exception e)ParametersTypeNameDescriptionExceptioneOverridesDataFlowComponent.CleanUpOnFaulted(Exception)CleanUpOnSuccess()#Declaration protected override void CleanUpOnSuccess()OverridesDataFlowComponent.CleanUpOnSuccess()OnExecutionDoAsyncWork()#Declaration protected override void OnExecutionDoAsyncWork()OverridesDataFlowExecutableSource<TOutput>.OnExecutionDoAsyncWork()PrepareParameterForCheck()#Declaration protected override void PrepareParameterForCheck()OverridesDataFlowComponent.PrepareParameterForCheck()Reset()#Declaration protected override void Reset()OverridesDataFlowComponent.Reset()Implements#IDataFlowExecutableSource<TOutput>IDataFlowSource<TOutput>IDataFlowExecutableSourceIDataFlowSourceIDataFlowComponentILoggableTaskPrevDataFrameDestinationNextDataFrameSource