Title here
Summary here
public class DataFrameDestination<TInput> : DataFlowDestination<TInput>, IDataFlowDestination<TInput>, IDataFlowDestination, IDataFlowComponent, ILoggableTask
Name | Description |
---|---|
TInput | Type of ingoing data. |
public DataFrameDestination()
public CultureInfo Culture { get; set; }
Type | Description |
---|---|
CultureInfo |
public DataFrame DataFrame { get; }
Type | Description |
---|---|
DataFrame |
public ICollection<DataFrameColumnMap> DataFrameColumnMapping { get; set; }
Type | Description |
---|---|
ICollection<DataFrameColumnMap> |
public bool IgnoreUnsupportedTypes { get; set; }
Type | Description |
---|---|
bool |
protected override void CheckParameter()
protected override void InitCheckedParameter()
protected override void InitComponent()
protected override void PrepareParameterForCheck()
protected override void Reset()