コード例 #1
0
 public void CopyTo(FASimaxInfo obj)
 {
     obj.Result = this.Result;
     obj.LargeBoxCount = this.LargeBoxCount;
     obj.SamsungBarcode = this.SamsungBarcode;
     obj.SpecialBarcode = this.SpecialBarcode;
 }
コード例 #2
0
 public FAProductInfo()
 {
     ECInfo = new FAECInfo();
     ECInfo.Clear();
     SimaxInfo = new FASimaxInfo();
     SimaxInfo.Clear();
     IsEmptyBox = false;
     SmallBoxBypassMode = false;
     MergeStackerMode = false;
 }
コード例 #3
0
 public FAExtendSimaxPart()
 {
     SimaxInfo = new FASimaxInfo();
 }
コード例 #4
0
 public void CopyTo(FASimaxInfo obj)
 {
     obj.Result = this.Result;
     obj.LargeBoxCount = this.LargeBoxCount;
     obj.SamsungBarcode = this.SamsungBarcode;
     obj.SpecialBarcode = this.SpecialBarcode;
     obj.AutoShipFail = this.AutoShipFail;
     obj.ErrorCode = this.ErrorCode;
     obj.ErrorMessage = this.ErrorMessage;
 }