Click or drag to resize

MessageErrorContextAddRange(IEnumerableSegmentErrorContext) Method

Merges an EDI segment context into the errors collection. There can be only one reference for a segment, containing all the errors for that segment. A segment is identified by its name (or segment ID) and its position.

Namespace: EdiFabric.Core.Model.Edi.ErrorContexts
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public void AddRange(
	IEnumerable<SegmentErrorContext> segmentContexts
)

Parameters

segmentContexts  IEnumerableSegmentErrorContext
The segment error contexts to merge.
See Also