Click or drag to resize

SegmentAttribute(String, Boolean, Char, Type, Type) Constructor

Initializes a new instance of the SegmentAttribute class.

Namespace: EdiFabric.Core.Annotations.Edi
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public SegmentAttribute(
	string id,
	bool padLeft,
	char padChar,
	Type first = null,
	Type second = null
)

Parameters

id  String
The segment id.
padLeft  Boolean
Whether to apply the pad char to the left or to the right.
padChar  Char
The pad char to apply up to the max length.
first  Type  (Optional)
The EDI code set to match first.
second  Type  (Optional)
The EDI code set to match second.
See Also