コード例 #1
0
 //-----------------------------------------------------------------------------------------------------
 public void Add_N9(X12_ID_128 RefType, string Ref, string Desc)
 {
     if (m301.S_N9 == null) { m301.S_N9 = new List<S_N9>(); }
     var N9 = new S_N9 {D_128_1 = RefType, D_127_2 = Ref, D_369_3 = Desc};
     m301.S_N9.Add(N9);
     SegmentCount++;
 }
コード例 #2
0
 //-----------------------------------------------------------------------------------------------------
 public void Add_N9(X12_ID_128 RefType, string Ref, string Desc)
 {
     if (this.m315.S_N9 == null) { this.m315.S_N9 = new List<S_N9>(); }
     var N9 = new S_N9 { D_128_1 = RefType, D_127_2 = Ref };
     this.m315.S_N9.Add(N9);
     this.SegmentCount++;
 }