Skip to content

First segment in SegmentGroup not included (issue 149 revisited) #271

@jbh-aros

Description

@jbh-aros

Hello,

When I change the EdiFact_Issue149_SegmentGroups_SG26 class in issue 149 to the below (Using a property of type EdiFact_Issue149_PAI instead of inheriting from the class) i fails to load the PAI property.

Should this not be possible?

[EdiSegmentGroup("PAI", "RFF", "MOA")]
public class EdiFact_Issue149_SegmentGroups_SG26
{
    **public EdiFact_Issue149_PAI PAI { get; set; }**
    public EdiFact_Issue149_MOA MOA { get; set; }
    public List<EdiFact_Issue149_SegmentGroups_SG26_RFF> References { get; set; }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions