Click or drag to resize

ConditionalAttribute Constructor

Initializes a new instance of the ConditionalAttribute class.

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

Parameters

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