Click or drag to resize

SegmentErrorContext(String, Int32, String, TypeInfo) Constructor

Initializes a new instance of the SegmentErrorContext class.

Namespace: EdiFabric.Core.Model.Edi.ErrorContexts
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public SegmentErrorContext(
	string name,
	int position,
	string loopId,
	TypeInfo specType
)

Parameters

name  String
The EDI segment ID.
position  Int32
The EDI segment position.
loopId  String
The Loop ID.
specType  TypeInfo
The EDI segment type in the EDI rule.
See Also