Beispiel #1
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));
 }
Beispiel #2
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);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByListElementsQueryResponse_InResponse> Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.QueryStoreDetailInfoIn.StoreDetailInfoByListElementsQueryResponse_InAsync(Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByListElementsQueryResponse_InRequest request)
 {
     return(base.Channel.StoreDetailInfoByListElementsQueryResponse_InAsync(request));
 }
Beispiel #4
0
 Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByListElementsQueryResponse_InResponse Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.QueryStoreDetailInfoIn.StoreDetailInfoByListElementsQueryResponse_In(Eland.NRSM.Template.ZQUERYSTOREDETAILINFOIN.StoreDetailInfoByListElementsQueryResponse_InRequest request)
 {
     return(base.Channel.StoreDetailInfoByListElementsQueryResponse_In(request));
 }