Beispiel #1
0
 public StoreDetailInfoByList2ElementsQueryResponse_InRequest(Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByList2QueryMessage_sync StoreDetailInfoByList2Query_sync)
 {
     this.StoreDetailInfoByList2Query_sync = StoreDetailInfoByList2Query_sync;
 }
Beispiel #2
0
 public Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByList2ResponseMessage_sync StoreDetailInfoByList2ElementsQueryResponse_In(Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByList2QueryMessage_sync StoreDetailInfoByList2Query_sync)
 {
     Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByList2ElementsQueryResponse_InRequest inValue = new Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByList2ElementsQueryResponse_InRequest();
     inValue.StoreDetailInfoByList2Query_sync = StoreDetailInfoByList2Query_sync;
     Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByList2ElementsQueryResponse_InResponse retVal = ((Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.QueryStoreDetailInfoIn)(this)).StoreDetailInfoByList2ElementsQueryResponse_In(inValue);
     return(retVal.StoreDetailInfoByList2Response_sync);
 }
Beispiel #3
0
 public System.Threading.Tasks.Task <Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByList2ElementsQueryResponse_InResponse> StoreDetailInfoByList2ElementsQueryResponse_InAsync(Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByList2QueryMessage_sync StoreDetailInfoByList2Query_sync)
 {
     Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByList2ElementsQueryResponse_InRequest inValue = new Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByList2ElementsQueryResponse_InRequest();
     inValue.StoreDetailInfoByList2Query_sync = StoreDetailInfoByList2Query_sync;
     return(((Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.QueryStoreDetailInfoIn)(this)).StoreDetailInfoByList2ElementsQueryResponse_InAsync(inValue));
 }