Esempio n. 1
0
 ///<summary>Supply the transaction header(ST) when creating this object.</summary>
 public X12Transaction(X12Segment header)
 {
     Header = header.Copy();
 }
Esempio n. 2
0
		///<summary>Supply the transaction header(ST) when creating this object.</summary>
		public X12Transaction(X12Segment header){
			Header=header.Copy();
		}
Esempio n. 3
0
 ///<summary>Supply the functional group header(GS) when creating this object.</summary>
 public X12FunctionalGroup(X12Segment header)
 {
     Header = header.Copy();
 }
Esempio n. 4
0
		///<summary>Supply the functional group header(GS) when creating this object.</summary>
		public X12FunctionalGroup(X12Segment header){
			Header=header.Copy();
		}