コード例 #1
0
 public SAP_Docking_MES_App.ServiceReference2.ZFUN_MZResponse ZFUN_MZ(SAP_Docking_MES_App.ServiceReference2.ZFUN_MZ ZFUN_MZ1)
 {
     SAP_Docking_MES_App.ServiceReference2.ZFUN_MZRequest inValue = new SAP_Docking_MES_App.ServiceReference2.ZFUN_MZRequest();
     inValue.ZFUN_MZ = ZFUN_MZ1;
     SAP_Docking_MES_App.ServiceReference2.ZFUN_MZResponse1 retVal = ((SAP_Docking_MES_App.ServiceReference2.ZWS_MZ)(this)).ZFUN_MZ(inValue);
     return(retVal.ZFUN_MZResponse);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <SAP_Docking_MES_App.ServiceReference2.ZFUN_MZResponse1> ZFUN_MZAsync(SAP_Docking_MES_App.ServiceReference2.ZFUN_MZ ZFUN_MZ)
 {
     SAP_Docking_MES_App.ServiceReference2.ZFUN_MZRequest inValue = new SAP_Docking_MES_App.ServiceReference2.ZFUN_MZRequest();
     inValue.ZFUN_MZ = ZFUN_MZ;
     return(((SAP_Docking_MES_App.ServiceReference2.ZWS_MZ)(this)).ZFUN_MZAsync(inValue));
 }
コード例 #3
0
 public ZFUN_MZRequest(SAP_Docking_MES_App.ServiceReference2.ZFUN_MZ ZFUN_MZ)
 {
     this.ZFUN_MZ = ZFUN_MZ;
 }