|
ExclusionIfAttribute Constructor
|
Namespace:
EdiFabric.Core.Annotations.Validation
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic ExclusionIfAttribute(
int position,
string codes
)
Public Sub New (
position As Integer,
codes As String
)
Parameters
- position
- Type: SystemInt32
The position of the element to check. - codes
- Type: SystemString
The codes to check for.
See Also