|
EdiCodesAttribute Constructor
|
Namespace:
EdiFabric.Core.Annotations.Edi
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic EdiCodesAttribute(
string codes,
string partitionCodes = null
)
Public Sub New (
codes As String,
Optional partitionCodes As String = Nothing
)
Parameters
- codes
- Type: SystemString
The EDI codes. - partitionCodes (Optional)
- Type: SystemString
The EDI partition codes.
See Also