Пример #1
0
 public System.Threading.Tasks.Task <Eland.NRSM.Template.ZQUERYHISTORYIN.HistoryByStoreComparisonElementsQueryResponse_InResponse> HistoryByStoreComparisonElementsQueryResponse_InAsync(Eland.NRSM.Template.ZQUERYHISTORYIN.HistoryByStoreComparisonElementsQueryMessage_sync HistoryByStoreComparisonElementsQuery_sync)
 {
     Eland.NRSM.Template.ZQUERYHISTORYIN.HistoryByStoreComparisonElementsQueryResponse_InRequest inValue = new Eland.NRSM.Template.ZQUERYHISTORYIN.HistoryByStoreComparisonElementsQueryResponse_InRequest();
     inValue.HistoryByStoreComparisonElementsQuery_sync = HistoryByStoreComparisonElementsQuery_sync;
     return(((Eland.NRSM.Template.ZQUERYHISTORYIN.QueryHistoryIn)(this)).HistoryByStoreComparisonElementsQueryResponse_InAsync(inValue));
 }
Пример #2
0
 public Eland.NRSM.Template.ZQUERYHISTORYIN.HistoryByStoreComparisonElementsResponseMessage_sync HistoryByStoreComparisonElementsQueryResponse_In(Eland.NRSM.Template.ZQUERYHISTORYIN.HistoryByStoreComparisonElementsQueryMessage_sync HistoryByStoreComparisonElementsQuery_sync)
 {
     Eland.NRSM.Template.ZQUERYHISTORYIN.HistoryByStoreComparisonElementsQueryResponse_InRequest inValue = new Eland.NRSM.Template.ZQUERYHISTORYIN.HistoryByStoreComparisonElementsQueryResponse_InRequest();
     inValue.HistoryByStoreComparisonElementsQuery_sync = HistoryByStoreComparisonElementsQuery_sync;
     Eland.NRSM.Template.ZQUERYHISTORYIN.HistoryByStoreComparisonElementsQueryResponse_InResponse retVal = ((Eland.NRSM.Template.ZQUERYHISTORYIN.QueryHistoryIn)(this)).HistoryByStoreComparisonElementsQueryResponse_In(inValue);
     return(retVal.HistoryByStoreComparisonElementsResponse_sync);
 }
Пример #3
0
 System.Threading.Tasks.Task <Eland.NRSM.Template.ZQUERYHISTORYIN.HistoryByStoreComparisonElementsQueryResponse_InResponse> Eland.NRSM.Template.ZQUERYHISTORYIN.QueryHistoryIn.HistoryByStoreComparisonElementsQueryResponse_InAsync(Eland.NRSM.Template.ZQUERYHISTORYIN.HistoryByStoreComparisonElementsQueryResponse_InRequest request)
 {
     return(base.Channel.HistoryByStoreComparisonElementsQueryResponse_InAsync(request));
 }
Пример #4
0
 Eland.NRSM.Template.ZQUERYHISTORYIN.HistoryByStoreComparisonElementsQueryResponse_InResponse Eland.NRSM.Template.ZQUERYHISTORYIN.QueryHistoryIn.HistoryByStoreComparisonElementsQueryResponse_In(Eland.NRSM.Template.ZQUERYHISTORYIN.HistoryByStoreComparisonElementsQueryResponse_InRequest request)
 {
     return(base.Channel.HistoryByStoreComparisonElementsQueryResponse_In(request));
 }