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; }
}
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?