Click or drag to resize

RequiredIfAttribute Constructor

Initializes a new instance of the RequiredIfAttribute class.

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

Parameters

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