Click or drag to resize

DataElementAttribute(String, Type) Constructor

Initializes a new instance of the DataElementAttribute class.

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

Parameters

code  String
EDI code for the data element.
dataType  Type
The type of the data element.
See Also