Click or drag to resize

ConditionalAnyAttribute Constructor

Initializes a new instance of the ConditionalAnyAttribute class.

Namespace: EdiFabric.Core.Annotations.Validation
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public ConditionalAnyAttribute(
	params int[] positions
)

Parameters

positions  Int32
The positions of the conditional EDI data elements.
See Also