|
SegmentAttribute Constructor (String, Type, Type)
|
Namespace:
EdiFabric.Core.Annotations.Edi
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.1.0.0 (10.1.0.0)
Syntaxpublic SegmentAttribute(
string id,
Type first = null,
Type second = null
)
Public Sub New (
id As String,
Optional first As Type = Nothing,
Optional second As Type = Nothing
)
Parameters
- id
- Type: SystemString
The segment id. - first (Optional)
- Type: SystemType
The EDI code set to match first. - second (Optional)
- Type: SystemType
The EDI code set to match second.
See Also