Click or drag to resize

FileSourceCSV Constructor

Initializes a new instance of the FileSourceCSV class

Namespace:  com.espertech.esperio.file
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public FileSourceCSV(
	FileSourceFactory factory,
	DataFlowOpInitializeContext context,
	AdapterInputSource adapterInputSource,
	bool hasHeaderLine,
	bool hasTitleLine,
	Nullable numLoops,
	void propertyNames,
	int dateFormat
)

Parameters

factory
Type: com.espertech.esperio.fileFileSourceFactory

[Missing <param name="factory"/> documentation for "M:com.espertech.esperio.file.FileSourceCSV.#ctor(com.espertech.esperio.file.FileSourceFactory,com.espertech.esper.common.internal.epl.dataflow.interfaces.DataFlowOpInitializeContext,com.espertech.esperio.AdapterInputSource,System.Boolean,System.Boolean,System.Nullable`1,System.Void,System.Int32)"]

context
Type: DataFlowOpInitializeContext

[Missing <param name="context"/> documentation for "M:com.espertech.esperio.file.FileSourceCSV.#ctor(com.espertech.esperio.file.FileSourceFactory,com.espertech.esper.common.internal.epl.dataflow.interfaces.DataFlowOpInitializeContext,com.espertech.esperio.AdapterInputSource,System.Boolean,System.Boolean,System.Nullable`1,System.Void,System.Int32)"]

adapterInputSource
Type: com.espertech.esperioAdapterInputSource

[Missing <param name="adapterInputSource"/> documentation for "M:com.espertech.esperio.file.FileSourceCSV.#ctor(com.espertech.esperio.file.FileSourceFactory,com.espertech.esper.common.internal.epl.dataflow.interfaces.DataFlowOpInitializeContext,com.espertech.esperio.AdapterInputSource,System.Boolean,System.Boolean,System.Nullable`1,System.Void,System.Int32)"]

hasHeaderLine
Type: SystemBoolean

[Missing <param name="hasHeaderLine"/> documentation for "M:com.espertech.esperio.file.FileSourceCSV.#ctor(com.espertech.esperio.file.FileSourceFactory,com.espertech.esper.common.internal.epl.dataflow.interfaces.DataFlowOpInitializeContext,com.espertech.esperio.AdapterInputSource,System.Boolean,System.Boolean,System.Nullable`1,System.Void,System.Int32)"]

hasTitleLine
Type: SystemBoolean

[Missing <param name="hasTitleLine"/> documentation for "M:com.espertech.esperio.file.FileSourceCSV.#ctor(com.espertech.esperio.file.FileSourceFactory,com.espertech.esper.common.internal.epl.dataflow.interfaces.DataFlowOpInitializeContext,com.espertech.esperio.AdapterInputSource,System.Boolean,System.Boolean,System.Nullable`1,System.Void,System.Int32)"]

numLoops
Type: SystemNullableT

[Missing <param name="numLoops"/> documentation for "M:com.espertech.esperio.file.FileSourceCSV.#ctor(com.espertech.esperio.file.FileSourceFactory,com.espertech.esper.common.internal.epl.dataflow.interfaces.DataFlowOpInitializeContext,com.espertech.esperio.AdapterInputSource,System.Boolean,System.Boolean,System.Nullable`1,System.Void,System.Int32)"]

propertyNames
Type: SystemVoid

[Missing <param name="propertyNames"/> documentation for "M:com.espertech.esperio.file.FileSourceCSV.#ctor(com.espertech.esperio.file.FileSourceFactory,com.espertech.esper.common.internal.epl.dataflow.interfaces.DataFlowOpInitializeContext,com.espertech.esperio.AdapterInputSource,System.Boolean,System.Boolean,System.Nullable`1,System.Void,System.Int32)"]

dateFormat
Type: SystemInt32

[Missing <param name="dateFormat"/> documentation for "M:com.espertech.esperio.file.FileSourceCSV.#ctor(com.espertech.esperio.file.FileSourceFactory,com.espertech.esper.common.internal.epl.dataflow.interfaces.DataFlowOpInitializeContext,com.espertech.esperio.AdapterInputSource,System.Boolean,System.Boolean,System.Nullable`1,System.Void,System.Int32)"]

See Also