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.4.1.0 (10.4.1.0)
Syntax
public ExclusionIfAttribute(
	int position,
	string codes
)

Parameters

position
Type: SystemInt32
The position of the element to check.
codes
Type: SystemString
The codes to check for.
See Also