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