|
DataElementAttribute Constructor (String, Type)
|
Namespace:
EdiFabric.Core.Annotations.Validation
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.1.0.0 (10.1.0.0)
Syntaxpublic DataElementAttribute(
string code,
Type dataType
)
Public Sub New (
code As String,
dataType As Type
)
Parameters
- code
- Type: SystemString
EDI code for the data element. - dataType
- Type: SystemType
The type of the data element.
See Also