Click or drag to resize

ExclusionIfAttribute Constructor

Initializes a new instance of the ExclusionIfAttribute class.

Namespace: EdiFabric.Core.Annotations.Validation
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public ExclusionIfAttribute(
	int position,
	string codes
)

Parameters

position  Int32
The position of the element to check.
codes  String
The codes to check for.
See Also