Click or drag to resize

EdiWriterT, UWrite(T, Separators) Method

Writes an interchange header to the destination to start a new interchange. Closes the previous interchange and group if any, only when AutoTrailer is set to true (default).

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public abstract void Write(
	T interchangeHeader,
	Separators separators = null
)

Parameters

interchangeHeader  T
The interchange header.
separators  Separators  (Optional)
The separators. Allows to write multiple interchanges to the destination, each with its own separators.
See Also