| SegmentAttribute(String, Boolean, Char, Type, Type) Constructor |
Namespace: EdiFabric.Core.Annotations.EdiAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public 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 String
- The segment id.
- padLeft Boolean
- Whether to apply the pad char to the left or to the right.
- padChar Char
- The pad char to apply up to the max length.
- first Type (Optional)
- The EDI code set to match first.
- second Type (Optional)
- The EDI code set to match second.
See Also