Click or drag to resize

ValidationContext Constructor

Initializes a new instance of the ValidationContext class

Namespace: EdiFabric.Core.Annotations.Validation
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public ValidationContext(
	InstanceContext instanceContext,
	int segmentIndex,
	int inSegmentIndex,
	int inCompositeIndex,
	int repetitionIndex,
	ValidationSettings validationSettings
)

Parameters

instanceContext  InstanceContext
The instance context.
segmentIndex  Int32
The segment position.
inSegmentIndex  Int32
The position within the segment.
inCompositeIndex  Int32
The position within the component if any.
repetitionIndex  Int32
The repetition position.
validationSettings  ValidationSettings
The validation settings.
See Also