Exemple #1
0
 public Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByListResponseMessage_sync StoreDetailInfoByListElementsQueryResponse_In(Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByListQueryMessage_sync StoreDetailInfoByListQuery_sync)
 {
     Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByListElementsQueryResponse_InRequest inValue = new Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByListElementsQueryResponse_InRequest();
     inValue.StoreDetailInfoByListQuery_sync = StoreDetailInfoByListQuery_sync;
     Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByListElementsQueryResponse_InResponse retVal = ((Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.QueryStoreDetailInfoIn)(this)).StoreDetailInfoByListElementsQueryResponse_In(inValue);
     return(retVal.StoreDetailInfoByListResponse_sync);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByListElementsQueryResponse_InResponse> StoreDetailInfoByListElementsQueryResponse_InAsync(Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByListQueryMessage_sync StoreDetailInfoByListQuery_sync)
 {
     Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByListElementsQueryResponse_InRequest inValue = new Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByListElementsQueryResponse_InRequest();
     inValue.StoreDetailInfoByListQuery_sync = StoreDetailInfoByListQuery_sync;
     return(((Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.QueryStoreDetailInfoIn)(this)).StoreDetailInfoByListElementsQueryResponse_InAsync(inValue));
 }
Exemple #3
0
 public StoreDetailInfoByListElementsQueryResponse_InRequest(Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByListQueryMessage_sync StoreDetailInfoByListQuery_sync)
 {
     this.StoreDetailInfoByListQuery_sync = StoreDetailInfoByListQuery_sync;
 }