Title here
Summary here
public class DataFrameSource<TOutput> : DataFlowExecutableSource<TOutput>, IDataFlowExecutableSource<TOutput>, IDataFlowSource<TOutput>, IDataFlowExecutableSource, IDataFlowSource, IDataFlowComponent, ILoggableTask
Name | Description |
---|---|
TOutput | Type of outgoing data. |
public DataFrameSource()
public DataFrameSource(DataFrame dataFrame)
Type | Name | Description |
---|---|---|
DataFrame | dataFrame |
public DataFrame DataFrame { get; set; }
Type | Description |
---|---|
DataFrame |
public ICollection<DataFrameColumnMap> DataFrameColumnMapping { get; set; }
Type | Description |
---|---|
ICollection<DataFrameColumnMap> |
protected override void CheckParameter()
protected override void CleanUpOnFaulted(Exception e)
Type | Name | Description |
---|---|---|
Exception | e |
protected override void CleanUpOnSuccess()
protected override void OnExecutionDoAsyncWork()
protected override void PrepareParameterForCheck()
protected override void Reset()