Click or drag to resize

RequiredAttributeValidateAllEdi Method

Detects if an EDI data element is present in the EDI DOM tree.

Namespace: EdiFabric.Core.Annotations.Validation
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public List<SegmentErrorContext> ValidateAllEdi(
	ValidationContext validationContext
)

Parameters

validationContext  ValidationContext
The state of the validated item.

Return Value

ListSegmentErrorContext
A list of EDI segment errors if invalid, otherwise an empty list.
See Also