Click or drag to resize

WriterSettings Class

Writer settings.
Inheritance Hierarchy
SystemObject
  EdiFabric.Framework.WritersWriterSettings
    More

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public abstract class WriterSettings

The WriterSettings type exposes the following members.

Properties
 NameDescription
Public propertyAutoTrailers Whether to automatically apply trailers to groups and interchanges.
Public propertyEncoding The encoding. The default is Encoding.UTF8
Public propertyObfuscate Whether to obfuscate the values of all alphanumeric or alpha data elements.
Public propertyPostfix The postfix after each segment line.
Public propertyPreserveWhitespace Whether to preserve whitespace. White-spaces at the end of a segment or component are trimmed by default.
Public propertySeparators The separators.
Public propertyUpperCase Whether to enforce upper case for the output.
Top
See Also
Inheritance Hierarchy