Click or drag to resize

NcpdpTelcoWriter(String, Boolean, Boolean, Encoding, Boolean, Boolean) Constructor

Initializes a new instance of the NcpdpTelcoWriter class.

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public NcpdpTelcoWriter(
	string path,
	bool append,
	bool noG1 = false,
	Encoding encoding = null,
	bool autoTrailers = true,
	bool upperCase = false
)

Parameters

path  String
The path to the file to write to.
append  Boolean
Whether to append to the file. The file will be overwritten by default.
noG1  Boolean  (Optional)
Set this to true to skip G1 and transactions reference number for single messages.
encoding  Encoding  (Optional)
The encoding. The default is Encoding.UTF8.
autoTrailers  Boolean  (Optional)
Whether to automatically apply trailers to transmissions.
upperCase  Boolean  (Optional)
Whether to enforce upper case for the output.
See Also