Click or drag to resize

SegmentAttribute(String, Type, Type) 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,
	Type first = null,
	Type second = null
)

Parameters

id  String
The segment id.
first  Type  (Optional)
The EDI code set to match first.
second  Type  (Optional)
The EDI code set to match second.
See Also