Esempio n. 1
0
 public Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryResponse_sync RealInventoryQueryResponse_In(Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryQuery_sync RealInventoryQuery_sync)
 {
     Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryQueryResponse_InRequest inValue = new Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryQueryResponse_InRequest();
     inValue.RealInventoryQuery_sync = RealInventoryQuery_sync;
     Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryQueryResponse_InResponse retVal = ((Eland.NRSM.Template.MANAGEREALINVENTORYIN.ManageRealInventoryIn)(this)).RealInventoryQueryResponse_In(inValue);
     return(retVal.RealInventoryResponse_sync);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryQueryResponse_InResponse> RealInventoryQueryResponse_InAsync(Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryQuery_sync RealInventoryQuery_sync)
 {
     Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryQueryResponse_InRequest inValue = new Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryQueryResponse_InRequest();
     inValue.RealInventoryQuery_sync = RealInventoryQuery_sync;
     return(((Eland.NRSM.Template.MANAGEREALINVENTORYIN.ManageRealInventoryIn)(this)).RealInventoryQueryResponse_InAsync(inValue));
 }
Esempio n. 3
0
 public RealInventoryQueryResponse_InRequest(Eland.NRSM.Template.MANAGEREALINVENTORYIN.RealInventoryQuery_sync RealInventoryQuery_sync)
 {
     this.RealInventoryQuery_sync = RealInventoryQuery_sync;
 }