Click or drag to resize

RequiredAnyAttribute Constructor

Initializes a new instance of the RequiredAnyAttribute class.

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

Parameters

positions  Int32
The positions of the required any data elements.
See Also