Click or drag to resize

EdifactWriterWrite(UNG, Separators) Method

Writes a group header to the destination to start a new group. Closes the last started group if any.

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public override void Write(
	UNG groupHeader,
	Separators separators = null
)

Parameters

groupHeader  UNG
The group header.
separators  Separators  (Optional)
The separators. Allows to write multiple groups to the destination, each with its own separators.
See Also