Class DataFrameSource<TOutput>

Inherited Members
Namespace: ETLBox.Analysis
Assembly: ETLBox.Analysis.dll
Syntax
    public class DataFrameSource<TOutput> : DataFlowExecutableSource<TOutput>, IDataFlowLogging, IDataFlowExecutableSource<TOutput>, IDataFlowSource<TOutput>, IDataFlowExecutableSource, IDataFlowSource, IDataFlowComponent, ILoggableTask
Type Parameters
NameDescription
TOutput

Type of outgoing data.

Constructors

DataFrameSource()

Declaration
    public DataFrameSource()

DataFrameSource(DataFrame)

Declaration
    public DataFrameSource(DataFrame dataFrame)
Parameters
TypeNameDescription
DataFramedataFrame

Properties

DataFrame

Declaration
    public DataFrame DataFrame { get; set; }
Property Value
TypeDescription
DataFrame

DataFrameColumnMapping

Declaration
    public ICollection<DataFrameColumnMap> DataFrameColumnMapping { get; set; }
Property Value
TypeDescription
ICollection<DataFrameColumnMap>

Methods

CheckParameter()

Declaration
    protected override void CheckParameter()
Overrides

CleanUpOnFaulted(Exception)

Declaration
    protected override void CleanUpOnFaulted(Exception e)
Parameters
TypeNameDescription
Exceptione
Overrides

CleanUpOnSuccess()

Declaration
    protected override void CleanUpOnSuccess()
Overrides

OnExecutionDoAsyncWork()

Declaration
    protected override void OnExecutionDoAsyncWork()
Overrides

PrepareParameterForCheck()

Declaration
    protected override void PrepareParameterForCheck()
Overrides

Reset()

Declaration
    protected override void Reset()
Overrides

Implements