프로젝트

일반

사용자정보

개정판 0b75c341

ID0b75c34175cdc8e65077615292b5c6e0a8effa59
상위 a2a00b53
하위 63a36cc0

김태성이(가) 5년 이상 전에 추가함

PEMSS의 정합성 코멘트는 제외하고 Export 되도록 수정

Change-Id: I289cc872cf12b9d43fb415d0381271acca61f00a

차이점 보기:

PemssApiTest/Connected Services/ServiceDeepView/Reference.cs
4139 4139
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataListperPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataListperPageResponse")]
4140 4140
        System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetMarkupDataListperPageAsync(string project_no, string _markupinfoid, int _pageNo);
4141 4141
        
4142
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataForPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataForPageResponse")]
4143
        System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA> GetMarkupDataForPage(string project_no, string _markupinfoid, int _pageNo);
4144
        
4145
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataForPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataForPageResponse")]
4146
        System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA>> GetMarkupDataForPageAsync(string project_no, string _markupinfoid, int _pageNo);
4147
        
4142 4148
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfo", ReplyAction="urn:ServiceDeepView/AddMarkupInfoResponse")]
4143 4149
        bool AddMarkupInfo(string project_no, PemssApiTest.ServiceDeepView.MARKUP_INFO value);
4144 4150
        
......
4673 4679
            return base.Channel.GetMarkupDataListperPageAsync(project_no, _markupinfoid, _pageNo);
4674 4680
        }
4675 4681
        
4682
        public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA> GetMarkupDataForPage(string project_no, string _markupinfoid, int _pageNo) {
4683
            return base.Channel.GetMarkupDataForPage(project_no, _markupinfoid, _pageNo);
4684
        }
4685
        
4686
        public System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA>> GetMarkupDataForPageAsync(string project_no, string _markupinfoid, int _pageNo) {
4687
            return base.Channel.GetMarkupDataForPageAsync(project_no, _markupinfoid, _pageNo);
4688
        }
4689
        
4676 4690
        public bool AddMarkupInfo(string project_no, PemssApiTest.ServiceDeepView.MARKUP_INFO value) {
4677 4691
            return base.Channel.AddMarkupInfo(project_no, value);
4678 4692
        }

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)