-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What the " start = "" " element does in [ediSegmentGroup] ? #218
Comments
Hi put EQA insted of Gr18 in EdiSegmentGroup |
Hi @Janakanty and thanks for your interest in EDI.Net. To answer your original question the Start property maps to the constructor parameter startSegment (You don't need to use it explicitly). In order to help you with an issue please make a pull request with a failing test that showcases your problem. You can check the test project for examples. C. |
Hi, I solve this by Inheritance. If you have SegmentGrupe17 and the first segment is EQD you should do it like this: public class EQD public class SG17 : EQD Please remember about "decoration" like EdiSegmentGroup etc. Regards |
I am currently testing deserialization and unfortunately some groups are disappearing. (When I write the first element of the group 18 -EQA in place of Gr18, I have fewer lines in the document) I am looking for some solutions and suddenly I stumbled upon the element " Start = "" " in EdiSegmentGroup. What does it do?
The text was updated successfully, but these errors were encountered: