|
SegmentAttribute Constructor (String, Boolean, Char, Type, Type)
|
Namespace:
EdiFabric.Core.Annotations.Edi
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic SegmentAttribute(
string id,
bool padLeft,
char padChar,
Type first = null,
Type second = null
)
Public Sub New (
id As String,
padLeft As Boolean,
padChar As Char,
Optional first As Type = Nothing,
Optional second As Type = Nothing
)
Parameters
- id
- Type: SystemString
The segment id. - padLeft
- Type: SystemBoolean
Whether to apply the pad char to the left or to the right. - padChar
- Type: SystemChar
The pad char to apply up to the max length. - first (Optional)
- Type: SystemType
The EDI code set to match first. - second (Optional)
- Type: SystemType
The EDI code set to match second.
See Also