Click or drag to resize

DataElementAttribute(String, Type, String) Constructor

Initializes a new instance of the DataElementAttribute class.

Namespace: EdiFabric.Core.Annotations.Validation
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public DataElementAttribute(
	string code,
	Type dataType,
	string regex
)

Parameters

code  String
EDI code for the data element.
dataType  Type
The type of the data element.
regex  String
The regex to validate the data element if type is AN or A.
See Also