Click or drag to resize

SegmentAttribute(String, Boolean) Constructor

Initializes a new instance of the SegmentAttribute class.

Namespace: EdiFabric.Core.Annotations.Edi
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public SegmentAttribute(
	string id,
	bool isOmni
)

Parameters

id  String
The segment id.
isOmni  Boolean
The flat file element delimiter.
See Also