public void Add_L11(string strRef) { if (this.m214.S_L11 == null) { this.m214.S_L11 = new List<S_L11>();} var L11 = new S_L11() { D_127_1 = strRef, D_128_2 = X12_ID_128.CN, D_128_2Specified = true }; this.m214.S_L11.Add(L11); this.SegmentCount++; }
public void Add_L11_Reference(string ReferenceID, string ReferenceQualifier, string Description="") { if (this.m214.S_L11 == null) { this.m214.S_L11 = new List<S_L11>(); } this.SegmentCount++; S_L11 S_L11 = new S_L11(); S_L11.D_127_1 = ReferenceID; S_L11.D_128_2 = ReferenceQualifier; S_L11.D_352_3 = Description; this.m214.S_L11.Add(S_L11); }