markus / KCOM / Connected Services / KcomService / Reference.cs @ 075cbfcf
이력 | 보기 | 이력해설 | 다운로드 (104 KB)
1 |
//------------------------------------------------------------------------------ |
---|---|
2 |
// <auto-generated> |
3 |
// 이 코드는 도구를 사용하여 생성되었습니다. |
4 |
// 런타임 버전:4.0.30319.42000 |
5 |
// |
6 |
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면 |
7 |
// 이러한 변경 내용이 손실됩니다. |
8 |
// </auto-generated> |
9 |
//------------------------------------------------------------------------------ |
10 |
|
11 |
namespace KCOM.KcomService { |
12 |
using System.Runtime.Serialization; |
13 |
using System; |
14 |
|
15 |
|
16 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
17 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
18 |
[System.Runtime.Serialization.DataContractAttribute(Name="StructuralObject", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses", IsReference=true)] |
19 |
[System.SerializableAttribute()] |
20 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityObject))] |
21 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))] |
22 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCPAGE))] |
23 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO))] |
24 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION))] |
25 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA))] |
26 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))] |
27 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MEMBER))] |
28 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SIGN_INFO))] |
29 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PRIVATE))] |
30 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PUBLIC))] |
31 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST_HISTORY))] |
32 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST))] |
33 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.TALK))] |
34 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FINAL_PDF))] |
35 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.PROPERTIES))] |
36 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))] |
37 |
public partial class StructuralObject : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
38 |
|
39 |
[System.NonSerializedAttribute()] |
40 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
41 |
|
42 |
[global::System.ComponentModel.BrowsableAttribute(false)] |
43 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
44 |
get { |
45 |
return this.extensionDataField; |
46 |
} |
47 |
set { |
48 |
this.extensionDataField = value; |
49 |
} |
50 |
} |
51 |
|
52 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
53 |
|
54 |
protected void RaisePropertyChanged(string propertyName) { |
55 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
56 |
if ((propertyChanged != null)) { |
57 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
58 |
} |
59 |
} |
60 |
} |
61 |
|
62 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
63 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
64 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityObject", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses", IsReference=true)] |
65 |
[System.SerializableAttribute()] |
66 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))] |
67 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCPAGE))] |
68 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO))] |
69 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION))] |
70 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA))] |
71 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))] |
72 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MEMBER))] |
73 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SIGN_INFO))] |
74 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PRIVATE))] |
75 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PUBLIC))] |
76 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST_HISTORY))] |
77 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST))] |
78 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.TALK))] |
79 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FINAL_PDF))] |
80 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.PROPERTIES))] |
81 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))] |
82 |
public partial class EntityObject : KCOM.KcomService.StructuralObject { |
83 |
|
84 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
85 |
private KCOM.KcomService.EntityKey EntityKeyField; |
86 |
|
87 |
[System.Runtime.Serialization.DataMemberAttribute()] |
88 |
public KCOM.KcomService.EntityKey EntityKey { |
89 |
get { |
90 |
return this.EntityKeyField; |
91 |
} |
92 |
set { |
93 |
if ((object.ReferenceEquals(this.EntityKeyField, value) != true)) { |
94 |
this.EntityKeyField = value; |
95 |
this.RaisePropertyChanged("EntityKey"); |
96 |
} |
97 |
} |
98 |
} |
99 |
} |
100 |
|
101 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
102 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
103 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityKey", Namespace="http://schemas.datacontract.org/2004/07/System.Data", IsReference=true)] |
104 |
[System.SerializableAttribute()] |
105 |
public partial class EntityKey : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
106 |
|
107 |
[System.NonSerializedAttribute()] |
108 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
109 |
|
110 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
111 |
private string EntityContainerNameField; |
112 |
|
113 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
114 |
private System.Collections.Generic.List<KCOM.KcomService.EntityKeyMember> EntityKeyValuesField; |
115 |
|
116 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
117 |
private string EntitySetNameField; |
118 |
|
119 |
[global::System.ComponentModel.BrowsableAttribute(false)] |
120 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
121 |
get { |
122 |
return this.extensionDataField; |
123 |
} |
124 |
set { |
125 |
this.extensionDataField = value; |
126 |
} |
127 |
} |
128 |
|
129 |
[System.Runtime.Serialization.DataMemberAttribute()] |
130 |
public string EntityContainerName { |
131 |
get { |
132 |
return this.EntityContainerNameField; |
133 |
} |
134 |
set { |
135 |
if ((object.ReferenceEquals(this.EntityContainerNameField, value) != true)) { |
136 |
this.EntityContainerNameField = value; |
137 |
this.RaisePropertyChanged("EntityContainerName"); |
138 |
} |
139 |
} |
140 |
} |
141 |
|
142 |
[System.Runtime.Serialization.DataMemberAttribute()] |
143 |
public System.Collections.Generic.List<KCOM.KcomService.EntityKeyMember> EntityKeyValues { |
144 |
get { |
145 |
return this.EntityKeyValuesField; |
146 |
} |
147 |
set { |
148 |
if ((object.ReferenceEquals(this.EntityKeyValuesField, value) != true)) { |
149 |
this.EntityKeyValuesField = value; |
150 |
this.RaisePropertyChanged("EntityKeyValues"); |
151 |
} |
152 |
} |
153 |
} |
154 |
|
155 |
[System.Runtime.Serialization.DataMemberAttribute()] |
156 |
public string EntitySetName { |
157 |
get { |
158 |
return this.EntitySetNameField; |
159 |
} |
160 |
set { |
161 |
if ((object.ReferenceEquals(this.EntitySetNameField, value) != true)) { |
162 |
this.EntitySetNameField = value; |
163 |
this.RaisePropertyChanged("EntitySetName"); |
164 |
} |
165 |
} |
166 |
} |
167 |
|
168 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
169 |
|
170 |
protected void RaisePropertyChanged(string propertyName) { |
171 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
172 |
if ((propertyChanged != null)) { |
173 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
174 |
} |
175 |
} |
176 |
} |
177 |
|
178 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
179 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
180 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityKeyMember", Namespace="http://schemas.datacontract.org/2004/07/System.Data")] |
181 |
[System.SerializableAttribute()] |
182 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityObject))] |
183 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.StructuralObject))] |
184 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfDOCINFOitJtO6kG))] |
185 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReference))] |
186 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.RelatedEnd))] |
187 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))] |
188 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMARKUP_INFOitJtO6kG))] |
189 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMEMBERitJtO6kG))] |
190 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<string>))] |
191 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.FinalPDFResult))] |
192 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.FinalStatus))] |
193 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityKey))] |
194 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOM.KcomService.EntityKeyMember>))] |
195 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC>))] |
196 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))] |
197 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))] |
198 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE>))] |
199 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCPAGE))] |
200 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_INFO>))] |
201 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO))] |
202 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_INFO_VERSION>))] |
203 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION))] |
204 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>))] |
205 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA))] |
206 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))] |
207 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MEMBER))] |
208 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.SIGN_INFO>))] |
209 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SIGN_INFO))] |
210 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER>))] |
211 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PRIVATE))] |
212 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PUBLIC))] |
213 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST_HISTORY))] |
214 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST))] |
215 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST>))] |
216 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY>))] |
217 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE>))] |
218 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC>))] |
219 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM>))] |
220 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.TALK))] |
221 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.TALK>))] |
222 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FINAL_PDF))] |
223 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF>))] |
224 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.PROPERTIES))] |
225 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES>))] |
226 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_SystemInfo))] |
227 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_BasicParam))] |
228 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.VPRevision>))] |
229 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.VPRevision))] |
230 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.MarkupInfoItem>))] |
231 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.MarkupInfoItem))] |
232 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.MarkupItem>))] |
233 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.MarkupItem))] |
234 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.FAVORITE_FLAG))] |
235 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<System.Windows.Rect>))] |
236 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Windows.Rect))] |
237 |
public partial class EntityKeyMember : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
238 |
|
239 |
[System.NonSerializedAttribute()] |
240 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
241 |
|
242 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
243 |
private string KeyField; |
244 |
|
245 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
246 |
private object ValueField; |
247 |
|
248 |
[global::System.ComponentModel.BrowsableAttribute(false)] |
249 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
250 |
get { |
251 |
return this.extensionDataField; |
252 |
} |
253 |
set { |
254 |
this.extensionDataField = value; |
255 |
} |
256 |
} |
257 |
|
258 |
[System.Runtime.Serialization.DataMemberAttribute()] |
259 |
public string Key { |
260 |
get { |
261 |
return this.KeyField; |
262 |
} |
263 |
set { |
264 |
if ((object.ReferenceEquals(this.KeyField, value) != true)) { |
265 |
this.KeyField = value; |
266 |
this.RaisePropertyChanged("Key"); |
267 |
} |
268 |
} |
269 |
} |
270 |
|
271 |
[System.Runtime.Serialization.DataMemberAttribute()] |
272 |
public object Value { |
273 |
get { |
274 |
return this.ValueField; |
275 |
} |
276 |
set { |
277 |
if ((object.ReferenceEquals(this.ValueField, value) != true)) { |
278 |
this.ValueField = value; |
279 |
this.RaisePropertyChanged("Value"); |
280 |
} |
281 |
} |
282 |
} |
283 |
|
284 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
285 |
|
286 |
protected void RaisePropertyChanged(string propertyName) { |
287 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
288 |
if ((propertyChanged != null)) { |
289 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
290 |
} |
291 |
} |
292 |
} |
293 |
|
294 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
295 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
296 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfDOCINFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
297 |
[System.SerializableAttribute()] |
298 |
public partial class EntityReferenceOfDOCINFOitJtO6kG : KCOM.KcomService.EntityReference { |
299 |
} |
300 |
|
301 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
302 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
303 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReference", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
304 |
[System.SerializableAttribute()] |
305 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))] |
306 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMARKUP_INFOitJtO6kG))] |
307 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMEMBERitJtO6kG))] |
308 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfDOCINFOitJtO6kG))] |
309 |
public partial class EntityReference : KCOM.KcomService.RelatedEnd { |
310 |
|
311 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
312 |
private KCOM.KcomService.EntityKey EntityKeyField; |
313 |
|
314 |
[System.Runtime.Serialization.DataMemberAttribute()] |
315 |
public KCOM.KcomService.EntityKey EntityKey { |
316 |
get { |
317 |
return this.EntityKeyField; |
318 |
} |
319 |
set { |
320 |
if ((object.ReferenceEquals(this.EntityKeyField, value) != true)) { |
321 |
this.EntityKeyField = value; |
322 |
this.RaisePropertyChanged("EntityKey"); |
323 |
} |
324 |
} |
325 |
} |
326 |
} |
327 |
|
328 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
329 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
330 |
[System.Runtime.Serialization.DataContractAttribute(Name="RelatedEnd", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
331 |
[System.SerializableAttribute()] |
332 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReference))] |
333 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))] |
334 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMARKUP_INFOitJtO6kG))] |
335 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMEMBERitJtO6kG))] |
336 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfDOCINFOitJtO6kG))] |
337 |
public partial class RelatedEnd : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
338 |
|
339 |
[System.NonSerializedAttribute()] |
340 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
341 |
|
342 |
[global::System.ComponentModel.BrowsableAttribute(false)] |
343 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
344 |
get { |
345 |
return this.extensionDataField; |
346 |
} |
347 |
set { |
348 |
this.extensionDataField = value; |
349 |
} |
350 |
} |
351 |
|
352 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
353 |
|
354 |
protected void RaisePropertyChanged(string propertyName) { |
355 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
356 |
if ((propertyChanged != null)) { |
357 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
358 |
} |
359 |
} |
360 |
} |
361 |
|
362 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
363 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
364 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
365 |
[System.SerializableAttribute()] |
366 |
public partial class EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG : KCOM.KcomService.EntityReference { |
367 |
} |
368 |
|
369 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
370 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
371 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
372 |
[System.SerializableAttribute()] |
373 |
public partial class EntityReferenceOfMARKUP_INFOitJtO6kG : KCOM.KcomService.EntityReference { |
374 |
} |
375 |
|
376 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
377 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
378 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMEMBERitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
379 |
[System.SerializableAttribute()] |
380 |
public partial class EntityReferenceOfMEMBERitJtO6kG : KCOM.KcomService.EntityReference { |
381 |
} |
382 |
|
383 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
384 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
385 |
[System.Runtime.Serialization.DataContractAttribute(Name="FinalPDFResult", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")] |
386 |
[System.SerializableAttribute()] |
387 |
public partial struct FinalPDFResult : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
388 |
|
389 |
[System.NonSerializedAttribute()] |
390 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
391 |
|
392 |
private int CurrentPageField; |
393 |
|
394 |
private string ExceptionField; |
395 |
|
396 |
private string FinalIDField; |
397 |
|
398 |
private string ProjectNoField; |
399 |
|
400 |
private KCOM.KcomService.FinalStatus StatusField; |
401 |
|
402 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
403 |
get { |
404 |
return this.extensionDataField; |
405 |
} |
406 |
set { |
407 |
this.extensionDataField = value; |
408 |
} |
409 |
} |
410 |
|
411 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
412 |
public int CurrentPage { |
413 |
get { |
414 |
return this.CurrentPageField; |
415 |
} |
416 |
set { |
417 |
if ((this.CurrentPageField.Equals(value) != true)) { |
418 |
this.CurrentPageField = value; |
419 |
this.RaisePropertyChanged("CurrentPage"); |
420 |
} |
421 |
} |
422 |
} |
423 |
|
424 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
425 |
public string Exception { |
426 |
get { |
427 |
return this.ExceptionField; |
428 |
} |
429 |
set { |
430 |
if ((object.ReferenceEquals(this.ExceptionField, value) != true)) { |
431 |
this.ExceptionField = value; |
432 |
this.RaisePropertyChanged("Exception"); |
433 |
} |
434 |
} |
435 |
} |
436 |
|
437 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
438 |
public string FinalID { |
439 |
get { |
440 |
return this.FinalIDField; |
441 |
} |
442 |
set { |
443 |
if ((object.ReferenceEquals(this.FinalIDField, value) != true)) { |
444 |
this.FinalIDField = value; |
445 |
this.RaisePropertyChanged("FinalID"); |
446 |
} |
447 |
} |
448 |
} |
449 |
|
450 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
451 |
public string ProjectNo { |
452 |
get { |
453 |
return this.ProjectNoField; |
454 |
} |
455 |
set { |
456 |
if ((object.ReferenceEquals(this.ProjectNoField, value) != true)) { |
457 |
this.ProjectNoField = value; |
458 |
this.RaisePropertyChanged("ProjectNo"); |
459 |
} |
460 |
} |
461 |
} |
462 |
|
463 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
464 |
public KCOM.KcomService.FinalStatus Status { |
465 |
get { |
466 |
return this.StatusField; |
467 |
} |
468 |
set { |
469 |
if ((this.StatusField.Equals(value) != true)) { |
470 |
this.StatusField = value; |
471 |
this.RaisePropertyChanged("Status"); |
472 |
} |
473 |
} |
474 |
} |
475 |
|
476 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
477 |
|
478 |
void RaisePropertyChanged(string propertyName) { |
479 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
480 |
if ((propertyChanged != null)) { |
481 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
482 |
} |
483 |
} |
484 |
} |
485 |
|
486 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
487 |
[System.Runtime.Serialization.DataContractAttribute(Name="FinalStatus", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")] |
488 |
public enum FinalStatus : int { |
489 |
|
490 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
491 |
Insert = 0, |
492 |
|
493 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
494 |
Wait = 1, |
495 |
|
496 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
497 |
Create = 2, |
498 |
|
499 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
500 |
PdfStamp = 3, |
501 |
|
502 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
503 |
Success = 4, |
504 |
|
505 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
506 |
Error = 5, |
507 |
} |
508 |
|
509 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
510 |
[System.ServiceModel.ServiceContractAttribute(Namespace="", ConfigurationName="KcomService.ServiceDeepView")] |
511 |
public interface ServiceDeepView { |
512 |
|
513 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVersionData", ReplyAction="urn:ServiceDeepView/GetVersionDataResponse")] |
514 |
string GetVersionData(bool is64BitProcess, string markusVer); |
515 |
|
516 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVersionData", ReplyAction="urn:ServiceDeepView/GetVersionDataResponse")] |
517 |
System.Threading.Tasks.Task<string> GetVersionDataAsync(bool is64BitProcess, string markusVer); |
518 |
|
519 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSystemData", ReplyAction="urn:ServiceDeepView/GetSystemDataResponse")] |
520 |
IKCOM.KCOM_SystemInfo GetSystemData(); |
521 |
|
522 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSystemData", ReplyAction="urn:ServiceDeepView/GetSystemDataResponse")] |
523 |
System.Threading.Tasks.Task<IKCOM.KCOM_SystemInfo> GetSystemDataAsync(); |
524 |
|
525 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetFavoriteVP", ReplyAction="urn:ServiceDeepView/GetFavoriteVPResponse")] |
526 |
System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> GetFavoriteVP(string PrjNo, string userID, string sharepointItemID); |
527 |
|
528 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetFavoriteVP", ReplyAction="urn:ServiceDeepView/GetFavoriteVPResponse")] |
529 |
System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC>> GetFavoriteVPAsync(string PrjNo, string userID, string sharepointItemID); |
530 |
|
531 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/EditFavoriteVP", ReplyAction="urn:ServiceDeepView/EditFavoriteVPResponse")] |
532 |
bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description); |
533 |
|
534 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/EditFavoriteVP", ReplyAction="urn:ServiceDeepView/EditFavoriteVPResponse")] |
535 |
System.Threading.Tasks.Task<bool> EditFavoriteVPAsync(string prjNo, string userID, string docID, int state, string description); |
536 |
|
537 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")] |
538 |
bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID); |
539 |
|
540 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")] |
541 |
System.Threading.Tasks.Task<bool> DelFavoriteVPAsync(string prjNo, string userID, int SavePageNo, string docID); |
542 |
|
543 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")] |
544 |
System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress); |
545 |
|
546 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")] |
547 |
System.Threading.Tasks.Task<System.Collections.Generic.List<System.Windows.Rect>> GetCompareRectAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress); |
548 |
|
549 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")] |
550 |
KCOM.KcomService.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID); |
551 |
|
552 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")] |
553 |
System.Threading.Tasks.Task<KCOM.KcomService.FinalPDFResult> SetFinalPDFAsync(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID); |
554 |
|
555 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetConversionState", ReplyAction="urn:ServiceDeepView/GetConversionStateResponse")] |
556 |
bool GetConversionState(IKCOM.KCOM_BasicParam param); |
557 |
|
558 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetConversionState", ReplyAction="urn:ServiceDeepView/GetConversionStateResponse")] |
559 |
System.Threading.Tasks.Task<bool> GetConversionStateAsync(IKCOM.KCOM_BasicParam param); |
560 |
|
561 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionHistory", ReplyAction="urn:ServiceDeepView/GetVPRevisionHistoryResponse")] |
562 |
System.Collections.Generic.List<IKCOM.VPRevision> GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId); |
563 |
|
564 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionHistory", ReplyAction="urn:ServiceDeepView/GetVPRevisionHistoryResponse")] |
565 |
System.Threading.Tasks.Task<System.Collections.Generic.List<IKCOM.VPRevision>> GetVPRevisionHistoryAsync(string ProjectNo, string vpNo, string DocumentId); |
566 |
|
567 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetVPRevisionFirstOrDefaultResponse")] |
568 |
IKCOM.VPRevision GetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId); |
569 |
|
570 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetVPRevisionFirstOrDefaultResponse")] |
571 |
System.Threading.Tasks.Task<IKCOM.VPRevision> GetVPRevisionFirstOrDefaultAsync(string ProjectNo, string DocumentId); |
572 |
|
573 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfo", ReplyAction="urn:ServiceDeepView/GetDocInfoResponse")] |
574 |
KCOMDataModel.DataModel.DOCINFO GetDocInfo(IKCOM.KCOM_BasicParam param); |
575 |
|
576 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfo", ReplyAction="urn:ServiceDeepView/GetDocInfoResponse")] |
577 |
System.Threading.Tasks.Task<KCOMDataModel.DataModel.DOCINFO> GetDocInfoAsync(IKCOM.KCOM_BasicParam param); |
578 |
|
579 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckSystemAdmin", ReplyAction="urn:ServiceDeepView/GetCheckSystemAdminResponse")] |
580 |
bool GetCheckSystemAdmin(string UserID); |
581 |
|
582 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckSystemAdmin", ReplyAction="urn:ServiceDeepView/GetCheckSystemAdminResponse")] |
583 |
System.Threading.Tasks.Task<bool> GetCheckSystemAdminAsync(string UserID); |
584 |
|
585 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocumentItemInfo", ReplyAction="urn:ServiceDeepView/GetDocumentItemInfoResponse")] |
586 |
KCOMDataModel.DataModel.DOCUMENT_ITEM GetDocumentItemInfo(IKCOM.KCOM_BasicParam param); |
587 |
|
588 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocumentItemInfo", ReplyAction="urn:ServiceDeepView/GetDocumentItemInfoResponse")] |
589 |
System.Threading.Tasks.Task<KCOMDataModel.DataModel.DOCUMENT_ITEM> GetDocumentItemInfoAsync(IKCOM.KCOM_BasicParam param); |
590 |
|
591 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocItemID", ReplyAction="urn:ServiceDeepView/GetDocItemIDResponse")] |
592 |
string GetDocItemID(string ensemble_id); |
593 |
|
594 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocItemID", ReplyAction="urn:ServiceDeepView/GetDocItemIDResponse")] |
595 |
System.Threading.Tasks.Task<string> GetDocItemIDAsync(string ensemble_id); |
596 |
|
597 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")] |
598 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId); |
599 |
|
600 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")] |
601 |
System.Threading.Tasks.Task<System.Collections.Generic.List<IKCOM.MarkupInfoItem>> GetMarkupInfoItemsAsync(string ProjectNo, string DocInfoId); |
602 |
|
603 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSyncMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetSyncMarkupInfoItemsResponse")] |
604 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser); |
605 |
|
606 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSyncMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetSyncMarkupInfoItemsResponse")] |
607 |
System.Threading.Tasks.Task<System.Collections.Generic.List<IKCOM.MarkupInfoItem>> GetSyncMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, string currentUser); |
608 |
|
609 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserData", ReplyAction="urn:ServiceDeepView/GetUserDataResponse")] |
610 |
System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> GetUserData(string ProjectNo, string UserID); |
611 |
|
612 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserData", ReplyAction="urn:ServiceDeepView/GetUserDataResponse")] |
613 |
System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER>> GetUserDataAsync(string ProjectNo, string UserID); |
614 |
|
615 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDeptData", ReplyAction="urn:ServiceDeepView/GetDeptDataResponse")] |
616 |
System.Collections.Generic.List<string> GetDeptData(string UserDept); |
617 |
|
618 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDeptData", ReplyAction="urn:ServiceDeepView/GetDeptDataResponse")] |
619 |
System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetDeptDataAsync(string UserDept); |
620 |
|
621 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteMarkup", ReplyAction="urn:ServiceDeepView/DeleteMarkupResponse")] |
622 |
bool DeleteMarkup(string ProjectNo, string MarkupInfoID); |
623 |
|
624 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteMarkup", ReplyAction="urn:ServiceDeepView/DeleteMarkupResponse")] |
625 |
System.Threading.Tasks.Task<bool> DeleteMarkupAsync(string ProjectNo, string MarkupInfoID); |
626 |
|
627 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFavoriteVP", ReplyAction="urn:ServiceDeepView/SetFavoriteVPResponse")] |
628 |
bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag); |
629 |
|
630 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFavoriteVP", ReplyAction="urn:ServiceDeepView/SetFavoriteVPResponse")] |
631 |
System.Threading.Tasks.Task<bool> SetFavoriteVPAsync(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag); |
632 |
|
633 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupData", ReplyAction="urn:ServiceDeepView/SaveMarkupDataResponse")] |
634 |
bool SaveMarkupData(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data); |
635 |
|
636 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupData", ReplyAction="urn:ServiceDeepView/SaveMarkupDataResponse")] |
637 |
System.Threading.Tasks.Task<bool> SaveMarkupDataAsync(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data); |
638 |
|
639 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SavePageMarkupData", ReplyAction="urn:ServiceDeepView/SavePageMarkupDataResponse")] |
640 |
bool SavePageMarkupData(IKCOM.MarkupInfoItem UserState, int PageNo, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data); |
641 |
|
642 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SavePageMarkupData", ReplyAction="urn:ServiceDeepView/SavePageMarkupDataResponse")] |
643 |
System.Threading.Tasks.Task<bool> SavePageMarkupDataAsync(IKCOM.MarkupInfoItem UserState, int PageNo, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data); |
644 |
|
645 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/UpdateMarkupData", ReplyAction="urn:ServiceDeepView/UpdateMarkupDataResponse")] |
646 |
bool UpdateMarkupData(string CommentID, long Group_ID, string ProjectNo); |
647 |
|
648 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/UpdateMarkupData", ReplyAction="urn:ServiceDeepView/UpdateMarkupDataResponse")] |
649 |
System.Threading.Tasks.Task<bool> UpdateMarkupDataAsync(string CommentID, long Group_ID, string ProjectNo); |
650 |
|
651 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveSymbol", ReplyAction="urn:ServiceDeepView/SaveSymbolResponse")] |
652 |
bool SaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private); |
653 |
|
654 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveSymbol", ReplyAction="urn:ServiceDeepView/SaveSymbolResponse")] |
655 |
System.Threading.Tasks.Task<bool> SaveSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private); |
656 |
|
657 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddPublicSymbol", ReplyAction="urn:ServiceDeepView/AddPublicSymbolResponse")] |
658 |
bool AddPublicSymbol(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol); |
659 |
|
660 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddPublicSymbol", ReplyAction="urn:ServiceDeepView/AddPublicSymbolResponse")] |
661 |
System.Threading.Tasks.Task<bool> AddPublicSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol); |
662 |
|
663 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteSymbol", ReplyAction="urn:ServiceDeepView/DeleteSymbolResponse")] |
664 |
bool DeleteSymbol(string symbol_id, int type); |
665 |
|
666 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteSymbol", ReplyAction="urn:ServiceDeepView/DeleteSymbolResponse")] |
667 |
System.Threading.Tasks.Task<bool> DeleteSymbolAsync(string symbol_id, int type); |
668 |
|
669 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/RenameSymbol", ReplyAction="urn:ServiceDeepView/RenameSymbolResponse")] |
670 |
bool RenameSymbol(string symbol_id, string name, int type); |
671 |
|
672 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/RenameSymbol", ReplyAction="urn:ServiceDeepView/RenameSymbolResponse")] |
673 |
System.Threading.Tasks.Task<bool> RenameSymbolAsync(string symbol_id, string name, int type); |
674 |
|
675 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckListHistory", ReplyAction="urn:ServiceDeepView/AddCheckListHistoryResponse")] |
676 |
bool AddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History); |
677 |
|
678 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckListHistory", ReplyAction="urn:ServiceDeepView/AddCheckListHistoryResponse")] |
679 |
System.Threading.Tasks.Task<bool> AddCheckListHistoryAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History); |
680 |
|
681 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckListHistory", ReplyAction="urn:ServiceDeepView/SaveCheckListHistoryResponse")] |
682 |
bool SaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History); |
683 |
|
684 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckListHistory", ReplyAction="urn:ServiceDeepView/SaveCheckListHistoryResponse")] |
685 |
System.Threading.Tasks.Task<bool> SaveCheckListHistoryAsync(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History); |
686 |
|
687 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckList", ReplyAction="urn:ServiceDeepView/SaveCheckListResponse")] |
688 |
bool SaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value); |
689 |
|
690 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckList", ReplyAction="urn:ServiceDeepView/SaveCheckListResponse")] |
691 |
System.Threading.Tasks.Task<bool> SaveCheckListAsync(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value); |
692 |
|
693 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckList", ReplyAction="urn:ServiceDeepView/AddCheckListResponse")] |
694 |
bool AddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value); |
695 |
|
696 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckList", ReplyAction="urn:ServiceDeepView/AddCheckListResponse")] |
697 |
System.Threading.Tasks.Task<bool> AddCheckListAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value); |
698 |
|
699 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckList", ReplyAction="urn:ServiceDeepView/GetCheckListResponse")] |
700 |
KCOMDataModel.DataModel.CHECK_LIST GetCheckList(string project_no, string _id); |
701 |
|
702 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckList", ReplyAction="urn:ServiceDeepView/GetCheckListResponse")] |
703 |
System.Threading.Tasks.Task<KCOMDataModel.DataModel.CHECK_LIST> GetCheckListAsync(string project_no, string _id); |
704 |
|
705 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserCheckList", ReplyAction="urn:ServiceDeepView/GetUserCheckListResponse")] |
706 |
System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> GetUserCheckList(string project_no, string user_id, string doc_no); |
707 |
|
708 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserCheckList", ReplyAction="urn:ServiceDeepView/GetUserCheckListResponse")] |
709 |
System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST>> GetUserCheckListAsync(string project_no, string user_id, string doc_no); |
710 |
|
711 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistory", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryResponse")] |
712 |
System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> GetCheckListHistory(string project_no, string _id); |
713 |
|
714 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistory", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryResponse")] |
715 |
System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY>> GetCheckListHistoryAsync(string project_no, string _id); |
716 |
|
717 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefaultResponse")] |
718 |
KCOMDataModel.DataModel.CHECK_LIST_HISTORY GetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev); |
719 |
|
720 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefaultResponse")] |
721 |
System.Threading.Tasks.Task<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> GetCheckListHistoryFirstOrDefaultAsync(string project_no, string checklist_id, string rev); |
722 |
|
723 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SavePageAngle", ReplyAction="urn:ServiceDeepView/SavePageAngleResponse")] |
724 |
bool SavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage); |
725 |
|
726 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SavePageAngle", ReplyAction="urn:ServiceDeepView/SavePageAngleResponse")] |
727 |
System.Threading.Tasks.Task<bool> SavePageAngleAsync(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage); |
728 |
|
729 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfo", ReplyAction="urn:ServiceDeepView/GetMarkupInfoResponse")] |
730 |
KCOMDataModel.DataModel.MARKUP_INFO GetMarkupInfo(string project_no, string _id); |
731 |
|
732 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfo", ReplyAction="urn:ServiceDeepView/GetMarkupInfoResponse")] |
733 |
System.Threading.Tasks.Task<KCOMDataModel.DataModel.MARKUP_INFO> GetMarkupInfoAsync(string project_no, string _id); |
734 |
|
735 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataListperPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataListperPageResponse")] |
736 |
System.Collections.Generic.List<string> GetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo); |
737 |
|
738 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataListperPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataListperPageResponse")] |
739 |
System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetMarkupDataListperPageAsync(string project_no, string _markupinfoid, int _pageNo); |
740 |
|
741 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfo", ReplyAction="urn:ServiceDeepView/AddMarkupInfoResponse")] |
742 |
bool AddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value); |
743 |
|
744 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfo", ReplyAction="urn:ServiceDeepView/AddMarkupInfoResponse")] |
745 |
System.Threading.Tasks.Task<bool> AddMarkupInfoAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value); |
746 |
|
747 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfoVersion", ReplyAction="urn:ServiceDeepView/AddMarkupInfoVersionResponse")] |
748 |
bool AddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value); |
749 |
|
750 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfoVersion", ReplyAction="urn:ServiceDeepView/AddMarkupInfoVersionResponse")] |
751 |
System.Threading.Tasks.Task<bool> AddMarkupInfoVersionAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value); |
752 |
|
753 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupData", ReplyAction="urn:ServiceDeepView/AddMarkupDataResponse")] |
754 |
bool AddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value); |
755 |
|
756 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupData", ReplyAction="urn:ServiceDeepView/AddMarkupDataResponse")] |
757 |
System.Threading.Tasks.Task<bool> AddMarkupDataAsync(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value); |
758 |
|
759 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AvoidMarkupInfo", ReplyAction="urn:ServiceDeepView/AvoidMarkupInfoResponse")] |
760 |
bool AvoidMarkupInfo(string project_no, string _doc_id); |
761 |
|
762 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AvoidMarkupInfo", ReplyAction="urn:ServiceDeepView/AvoidMarkupInfoResponse")] |
763 |
System.Threading.Tasks.Task<bool> AvoidMarkupInfoAsync(string project_no, string _doc_id); |
764 |
|
765 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupInfo", ReplyAction="urn:ServiceDeepView/SaveMarkupInfoResponse")] |
766 |
bool SaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value); |
767 |
|
768 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupInfo", ReplyAction="urn:ServiceDeepView/SaveMarkupInfoResponse")] |
769 |
System.Threading.Tasks.Task<bool> SaveMarkupInfoAsync(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value); |
770 |
|
771 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataList", ReplyAction="urn:ServiceDeepView/GetMarkupDataListResponse")] |
772 |
System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> GetMarkupDataList(string project_no, string _versionid); |
773 |
|
774 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataList", ReplyAction="urn:ServiceDeepView/GetMarkupDataListResponse")] |
775 |
System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>> GetMarkupDataListAsync(string project_no, string _versionid); |
776 |
|
777 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/Consolidate", ReplyAction="urn:ServiceDeepView/ConsolidateResponse")] |
778 |
bool Consolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems); |
779 |
|
780 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/Consolidate", ReplyAction="urn:ServiceDeepView/ConsolidateResponse")] |
781 |
System.Threading.Tasks.Task<bool> ConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems); |
782 |
|
783 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/ConsolidateMergedPDF", ReplyAction="urn:ServiceDeepView/ConsolidateMergedPDFResponse")] |
784 |
KCOM.KcomService.FinalPDFResult ConsolidateMergedPDF(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID); |
785 |
|
786 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/ConsolidateMergedPDF", ReplyAction="urn:ServiceDeepView/ConsolidateMergedPDFResponse")] |
787 |
System.Threading.Tasks.Task<KCOM.KcomService.FinalPDFResult> ConsolidateMergedPDFAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID); |
788 |
|
789 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/TeamConsolidate", ReplyAction="urn:ServiceDeepView/TeamConsolidateResponse")] |
790 |
bool TeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems); |
791 |
|
792 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/TeamConsolidate", ReplyAction="urn:ServiceDeepView/TeamConsolidateResponse")] |
793 |
System.Threading.Tasks.Task<bool> TeamConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems); |
794 |
|
795 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMember", ReplyAction="urn:ServiceDeepView/GetMemberResponse")] |
796 |
KCOMDataModel.DataModel.MEMBER GetMember(string project_no, string user_id); |
797 |
|
798 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMember", ReplyAction="urn:ServiceDeepView/GetMemberResponse")] |
799 |
System.Threading.Tasks.Task<KCOMDataModel.DataModel.MEMBER> GetMemberAsync(string project_no, string user_id); |
800 |
|
801 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolList", ReplyAction="urn:ServiceDeepView/GetSymbolListResponse")] |
802 |
System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> GetSymbolList(string user_id); |
803 |
|
804 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolList", ReplyAction="urn:ServiceDeepView/GetSymbolListResponse")] |
805 |
System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE>> GetSymbolListAsync(string user_id); |
806 |
|
807 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolDeptList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolDeptListResponse")] |
808 |
System.Collections.Generic.List<string> GetPublicSymbolDeptList(); |
809 |
|
810 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolDeptList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolDeptListResponse")] |
811 |
System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetPublicSymbolDeptListAsync(); |
812 |
|
813 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolListResponse")] |
814 |
System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> GetPublicSymbolList(string dept); |
815 |
|
816 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolListResponse")] |
817 |
System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC>> GetPublicSymbolListAsync(string dept); |
818 |
|
819 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolData", ReplyAction="urn:ServiceDeepView/GetSymbolDataResponse")] |
820 |
string GetSymbolData(string id, int type); |
821 |
|
822 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolData", ReplyAction="urn:ServiceDeepView/GetSymbolDataResponse")] |
823 |
System.Threading.Tasks.Task<string> GetSymbolDataAsync(string id, int type); |
824 |
|
825 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolImageURL", ReplyAction="urn:ServiceDeepView/GetSymbolImageURLResponse")] |
826 |
string GetSymbolImageURL(string id, int type); |
827 |
|
828 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolImageURL", ReplyAction="urn:ServiceDeepView/GetSymbolImageURLResponse")] |
829 |
System.Threading.Tasks.Task<string> GetSymbolImageURLAsync(string id, int type); |
830 |
|
831 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSignData", ReplyAction="urn:ServiceDeepView/GetSignDataResponse")] |
832 |
string GetSignData(string project_no, string user_id); |
833 |
|
834 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSignData", ReplyAction="urn:ServiceDeepView/GetSignDataResponse")] |
835 |
System.Threading.Tasks.Task<string> GetSignDataAsync(string project_no, string user_id); |
836 |
|
837 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetProjectName", ReplyAction="urn:ServiceDeepView/GetProjectNameResponse")] |
838 |
string GetProjectName(string project_no); |
839 |
|
840 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetProjectName", ReplyAction="urn:ServiceDeepView/GetProjectNameResponse")] |
841 |
System.Threading.Tasks.Task<string> GetProjectNameAsync(string project_no); |
842 |
|
843 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPreRevSelect", ReplyAction="urn:ServiceDeepView/GetPreRevSelectResponse")] |
844 |
System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> GetPreRevSelect(string project_no, string doc_no, string current_rev); |
845 |
|
846 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPreRevSelect", ReplyAction="urn:ServiceDeepView/GetPreRevSelectResponse")] |
847 |
System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM>> GetPreRevSelectAsync(string project_no, string doc_no, string current_rev); |
848 |
|
849 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfoOneSelect", ReplyAction="urn:ServiceDeepView/GetDocInfoOneSelectResponse")] |
850 |
KCOMDataModel.DataModel.DOCINFO GetDocInfoOneSelect(string project_no, string doc_id); |
851 |
|
852 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfoOneSelect", ReplyAction="urn:ServiceDeepView/GetDocInfoOneSelectResponse")] |
853 |
System.Threading.Tasks.Task<KCOMDataModel.DataModel.DOCINFO> GetDocInfoOneSelectAsync(string project_no, string doc_id); |
854 |
|
855 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPrintDocItemList", ReplyAction="urn:ServiceDeepView/GetPrintDocItemListResponse")] |
856 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList); |
857 |
|
858 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPrintDocItemList", ReplyAction="urn:ServiceDeepView/GetPrintDocItemListResponse")] |
859 |
System.Threading.Tasks.Task<System.Collections.Generic.List<IKCOM.MarkupInfoItem>> GetPrintDocItemListAsync(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList); |
860 |
|
861 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMessage", ReplyAction="urn:ServiceDeepView/AddMessageResponse")] |
862 |
bool AddMessage(string project_no, KCOMDataModel.DataModel.TALK value); |
863 |
|
864 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMessage", ReplyAction="urn:ServiceDeepView/AddMessageResponse")] |
865 |
System.Threading.Tasks.Task<bool> AddMessageAsync(string project_no, KCOMDataModel.DataModel.TALK value); |
866 |
|
867 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMessage", ReplyAction="urn:ServiceDeepView/GetMessageResponse")] |
868 |
System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> GetMessage(string project_no, string doc_id); |
869 |
|
870 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMessage", ReplyAction="urn:ServiceDeepView/GetMessageResponse")] |
871 |
System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.TALK>> GetMessageAsync(string project_no, string doc_id); |
872 |
|
873 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocinfoResponse")] |
874 |
KCOMDataModel.DataModel.DOCINFO FinalPDF_GetDocinfo(string project_no, string docinfo_id); |
875 |
|
876 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocinfoResponse")] |
877 |
System.Threading.Tasks.Task<KCOMDataModel.DataModel.DOCINFO> FinalPDF_GetDocinfoAsync(string project_no, string docinfo_id); |
878 |
|
879 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocumentItem", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocumentItemResponse")] |
880 |
KCOMDataModel.DataModel.DOCUMENT_ITEM FinalPDF_GetDocumentItem(string project_no, string document_id); |
881 |
|
882 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocumentItem", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocumentItemResponse")] |
883 |
System.Threading.Tasks.Task<KCOMDataModel.DataModel.DOCUMENT_ITEM> FinalPDF_GetDocumentItemAsync(string project_no, string document_id); |
884 |
|
885 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetMarkupdata", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupdataResponse")] |
886 |
System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> FinalPDF_GetMarkupdata(string project_no, string docinfo_id); |
887 |
|
888 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetMarkupdata", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupdataResponse")] |
889 |
System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>> FinalPDF_GetMarkupdataAsync(string project_no, string docinfo_id); |
890 |
|
891 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetMarkupinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupinfoResponse")] |
892 |
KCOMDataModel.DataModel.MARKUP_INFO FinalPDF_GetMarkupinfo(string project_no, string docinfo_id); |
893 |
|
894 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetMarkupinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupinfoResponse")] |
895 |
System.Threading.Tasks.Task<KCOMDataModel.DataModel.MARKUP_INFO> FinalPDF_GetMarkupinfoAsync(string project_no, string docinfo_id); |
896 |
|
897 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFs", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFsResponse")] |
898 |
System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF> FinalPDF_GetFinalPDFs(string final_id); |
899 |
|
900 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFs", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFsResponse")] |
901 |
System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF>> FinalPDF_GetFinalPDFsAsync(string final_id); |
902 |
|
903 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocpage", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocpageResponse")] |
904 |
System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> FinalPDF_GetDocpage(string project_no, string docinfo_id); |
905 |
|
906 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocpage", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocpageResponse")] |
907 |
System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE>> FinalPDF_GetDocpageAsync(string project_no, string docinfo_id); |
908 |
|
909 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatusResponse")] |
910 |
bool FinalPDF_SetFinalPDFStatus(string final_id, KCOM.KcomService.FinalStatus status); |
911 |
|
912 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatusResponse")] |
913 |
System.Threading.Tasks.Task<bool> FinalPDF_SetFinalPDFStatusAsync(string final_id, KCOM.KcomService.FinalStatus status); |
914 |
|
915 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatusResponse")] |
916 |
bool FinalPDF_GetFinalPDFStatus(string DocInfoID, string MarkupInfoID, string CreateUserID); |
917 |
|
918 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatusResponse")] |
919 |
System.Threading.Tasks.Task<bool> FinalPDF_GetFinalPDFStatusAsync(string DocInfoID, string MarkupInfoID, string CreateUserID); |
920 |
|
921 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetCurrentPage", ReplyAction="urn:ServiceDeepView/FinalPDF_SetCurrentPageResponse")] |
922 |
bool FinalPDF_SetCurrentPage(string final_id, int currentpage); |
923 |
|
924 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetCurrentPage", ReplyAction="urn:ServiceDeepView/FinalPDF_SetCurrentPageResponse")] |
925 |
System.Threading.Tasks.Task<bool> FinalPDF_SetCurrentPageAsync(string final_id, int currentpage); |
926 |
|
927 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetError", ReplyAction="urn:ServiceDeepView/FinalPDF_SetErrorResponse")] |
928 |
bool FinalPDF_SetError(string final_id, string msg); |
929 |
|
930 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetError", ReplyAction="urn:ServiceDeepView/FinalPDF_SetErrorResponse")] |
931 |
System.Threading.Tasks.Task<bool> FinalPDF_SetErrorAsync(string final_id, string msg); |
932 |
|
933 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetFinalResultPath", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalResultPathResponse")] |
934 |
bool FinalPDF_SetFinalResultPath(string project_no, string document_id, string url); |
935 |
|
936 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetFinalResultPath", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalResultPathResponse")] |
937 |
System.Threading.Tasks.Task<bool> FinalPDF_SetFinalResultPathAsync(string project_no, string document_id, string url); |
938 |
|
939 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetCommentMember", ReplyAction="urn:ServiceDeepView/FinalPDF_GetCommentMemberResponse")] |
940 |
KCOMDataModel.DataModel.MEMBER FinalPDF_GetCommentMember(string project_no, string markupdata_id); |
941 |
|
942 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetCommentMember", ReplyAction="urn:ServiceDeepView/FinalPDF_GetCommentMemberResponse")] |
943 |
System.Threading.Tasks.Task<KCOMDataModel.DataModel.MEMBER> FinalPDF_GetCommentMemberAsync(string project_no, string markupdata_id); |
944 |
|
945 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetProperties", ReplyAction="urn:ServiceDeepView/FinalPDF_GetPropertiesResponse")] |
946 |
System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES> FinalPDF_GetProperties(string project_no); |
947 |
|
948 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetProperties", ReplyAction="urn:ServiceDeepView/FinalPDF_GetPropertiesResponse")] |
949 |
System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES>> FinalPDF_GetPropertiesAsync(string project_no); |
950 |
} |
951 |
|
952 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
953 |
public interface ServiceDeepViewChannel : KCOM.KcomService.ServiceDeepView, System.ServiceModel.IClientChannel { |
954 |
} |
955 |
|
956 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
957 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
958 |
public partial class ServiceDeepViewClient : System.ServiceModel.ClientBase<KCOM.KcomService.ServiceDeepView>, KCOM.KcomService.ServiceDeepView { |
959 |
|
960 |
public ServiceDeepViewClient() { |
961 |
} |
962 |
|
963 |
public ServiceDeepViewClient(string endpointConfigurationName) : |
964 |
base(endpointConfigurationName) { |
965 |
} |
966 |
|
967 |
public ServiceDeepViewClient(string endpointConfigurationName, string remoteAddress) : |
968 |
base(endpointConfigurationName, remoteAddress) { |
969 |
} |
970 |
|
971 |
public ServiceDeepViewClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : |
972 |
base(endpointConfigurationName, remoteAddress) { |
973 |
} |
974 |
|
975 |
public ServiceDeepViewClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : |
976 |
base(binding, remoteAddress) { |
977 |
} |
978 |
|
979 |
public string GetVersionData(bool is64BitProcess, string markusVer) { |
980 |
return base.Channel.GetVersionData(is64BitProcess, markusVer); |
981 |
} |
982 |
|
983 |
public System.Threading.Tasks.Task<string> GetVersionDataAsync(bool is64BitProcess, string markusVer) { |
984 |
return base.Channel.GetVersionDataAsync(is64BitProcess, markusVer); |
985 |
} |
986 |
|
987 |
public IKCOM.KCOM_SystemInfo GetSystemData() { |
988 |
return base.Channel.GetSystemData(); |
989 |
} |
990 |
|
991 |
public System.Threading.Tasks.Task<IKCOM.KCOM_SystemInfo> GetSystemDataAsync() { |
992 |
return base.Channel.GetSystemDataAsync(); |
993 |
} |
994 |
|
995 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> GetFavoriteVP(string PrjNo, string userID, string sharepointItemID) { |
996 |
return base.Channel.GetFavoriteVP(PrjNo, userID, sharepointItemID); |
997 |
} |
998 |
|
999 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC>> GetFavoriteVPAsync(string PrjNo, string userID, string sharepointItemID) { |
1000 |
return base.Channel.GetFavoriteVPAsync(PrjNo, userID, sharepointItemID); |
1001 |
} |
1002 |
|
1003 |
public bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description) { |
1004 |
return base.Channel.EditFavoriteVP(prjNo, userID, docID, state, description); |
1005 |
} |
1006 |
|
1007 |
public System.Threading.Tasks.Task<bool> EditFavoriteVPAsync(string prjNo, string userID, string docID, int state, string description) { |
1008 |
return base.Channel.EditFavoriteVPAsync(prjNo, userID, docID, state, description); |
1009 |
} |
1010 |
|
1011 |
public bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID) { |
1012 |
return base.Channel.DelFavoriteVP(prjNo, userID, SavePageNo, docID); |
1013 |
} |
1014 |
|
1015 |
public System.Threading.Tasks.Task<bool> DelFavoriteVPAsync(string prjNo, string userID, int SavePageNo, string docID) { |
1016 |
return base.Channel.DelFavoriteVPAsync(prjNo, userID, SavePageNo, docID); |
1017 |
} |
1018 |
|
1019 |
public System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress) { |
1020 |
return base.Channel.GetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress); |
1021 |
} |
1022 |
|
1023 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<System.Windows.Rect>> GetCompareRectAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress) { |
1024 |
return base.Channel.GetCompareRectAsync(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress); |
1025 |
} |
1026 |
|
1027 |
public KCOM.KcomService.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) { |
1028 |
return base.Channel.SetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID); |
1029 |
} |
1030 |
|
1031 |
public System.Threading.Tasks.Task<KCOM.KcomService.FinalPDFResult> SetFinalPDFAsync(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) { |
1032 |
return base.Channel.SetFinalPDFAsync(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID); |
1033 |
} |
1034 |
|
1035 |
public bool GetConversionState(IKCOM.KCOM_BasicParam param) { |
1036 |
return base.Channel.GetConversionState(param); |
1037 |
} |
1038 |
|
1039 |
public System.Threading.Tasks.Task<bool> GetConversionStateAsync(IKCOM.KCOM_BasicParam param) { |
1040 |
return base.Channel.GetConversionStateAsync(param); |
1041 |
} |
1042 |
|
1043 |
public System.Collections.Generic.List<IKCOM.VPRevision> GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId) { |
1044 |
return base.Channel.GetVPRevisionHistory(ProjectNo, vpNo, DocumentId); |
1045 |
} |
1046 |
|
1047 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<IKCOM.VPRevision>> GetVPRevisionHistoryAsync(string ProjectNo, string vpNo, string DocumentId) { |
1048 |
return base.Channel.GetVPRevisionHistoryAsync(ProjectNo, vpNo, DocumentId); |
1049 |
} |
1050 |
|
1051 |
public IKCOM.VPRevision GetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId) { |
1052 |
return base.Channel.GetVPRevisionFirstOrDefault(ProjectNo, DocumentId); |
1053 |
} |
1054 |
|
1055 |
public System.Threading.Tasks.Task<IKCOM.VPRevision> GetVPRevisionFirstOrDefaultAsync(string ProjectNo, string DocumentId) { |
1056 |
return base.Channel.GetVPRevisionFirstOrDefaultAsync(ProjectNo, DocumentId); |
1057 |
} |
1058 |
|
1059 |
public KCOMDataModel.DataModel.DOCINFO GetDocInfo(IKCOM.KCOM_BasicParam param) { |
1060 |
return base.Channel.GetDocInfo(param); |
1061 |
} |
1062 |
|
1063 |
public System.Threading.Tasks.Task<KCOMDataModel.DataModel.DOCINFO> GetDocInfoAsync(IKCOM.KCOM_BasicParam param) { |
1064 |
return base.Channel.GetDocInfoAsync(param); |
1065 |
} |
1066 |
|
1067 |
public bool GetCheckSystemAdmin(string UserID) { |
1068 |
return base.Channel.GetCheckSystemAdmin(UserID); |
1069 |
} |
1070 |
|
1071 |
public System.Threading.Tasks.Task<bool> GetCheckSystemAdminAsync(string UserID) { |
1072 |
return base.Channel.GetCheckSystemAdminAsync(UserID); |
1073 |
} |
1074 |
|
1075 |
public KCOMDataModel.DataModel.DOCUMENT_ITEM GetDocumentItemInfo(IKCOM.KCOM_BasicParam param) { |
1076 |
return base.Channel.GetDocumentItemInfo(param); |
1077 |
} |
1078 |
|
1079 |
public System.Threading.Tasks.Task<KCOMDataModel.DataModel.DOCUMENT_ITEM> GetDocumentItemInfoAsync(IKCOM.KCOM_BasicParam param) { |
1080 |
return base.Channel.GetDocumentItemInfoAsync(param); |
1081 |
} |
1082 |
|
1083 |
public string GetDocItemID(string ensemble_id) { |
1084 |
return base.Channel.GetDocItemID(ensemble_id); |
1085 |
} |
1086 |
|
1087 |
public System.Threading.Tasks.Task<string> GetDocItemIDAsync(string ensemble_id) { |
1088 |
return base.Channel.GetDocItemIDAsync(ensemble_id); |
1089 |
} |
1090 |
|
1091 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId) { |
1092 |
return base.Channel.GetMarkupInfoItems(ProjectNo, DocInfoId); |
1093 |
} |
1094 |
|
1095 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<IKCOM.MarkupInfoItem>> GetMarkupInfoItemsAsync(string ProjectNo, string DocInfoId) { |
1096 |
return base.Channel.GetMarkupInfoItemsAsync(ProjectNo, DocInfoId); |
1097 |
} |
1098 |
|
1099 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser) { |
1100 |
return base.Channel.GetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser); |
1101 |
} |
1102 |
|
1103 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<IKCOM.MarkupInfoItem>> GetSyncMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, string currentUser) { |
1104 |
return base.Channel.GetSyncMarkupInfoItemsAsync(ProjectNo, DocInfoId, currentUser); |
1105 |
} |
1106 |
|
1107 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> GetUserData(string ProjectNo, string UserID) { |
1108 |
return base.Channel.GetUserData(ProjectNo, UserID); |
1109 |
} |
1110 |
|
1111 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER>> GetUserDataAsync(string ProjectNo, string UserID) { |
1112 |
return base.Channel.GetUserDataAsync(ProjectNo, UserID); |
1113 |
} |
1114 |
|
1115 |
public System.Collections.Generic.List<string> GetDeptData(string UserDept) { |
1116 |
return base.Channel.GetDeptData(UserDept); |
1117 |
} |
1118 |
|
1119 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetDeptDataAsync(string UserDept) { |
1120 |
return base.Channel.GetDeptDataAsync(UserDept); |
1121 |
} |
1122 |
|
1123 |
public bool DeleteMarkup(string ProjectNo, string MarkupInfoID) { |
1124 |
return base.Channel.DeleteMarkup(ProjectNo, MarkupInfoID); |
1125 |
} |
1126 |
|
1127 |
public System.Threading.Tasks.Task<bool> DeleteMarkupAsync(string ProjectNo, string MarkupInfoID) { |
1128 |
return base.Channel.DeleteMarkupAsync(ProjectNo, MarkupInfoID); |
1129 |
} |
1130 |
|
1131 |
public bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag) { |
1132 |
return base.Channel.SetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag); |
1133 |
} |
1134 |
|
1135 |
public System.Threading.Tasks.Task<bool> SetFavoriteVPAsync(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag) { |
1136 |
return base.Channel.SetFavoriteVPAsync(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag); |
1137 |
} |
1138 |
|
1139 |
public bool SaveMarkupData(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data) { |
1140 |
return base.Channel.SaveMarkupData(UserState, project_no, doc_id, user_id, mlmarkup_data); |
1141 |
} |
1142 |
|
1143 |
public System.Threading.Tasks.Task<bool> SaveMarkupDataAsync(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data) { |
1144 |
return base.Channel.SaveMarkupDataAsync(UserState, project_no, doc_id, user_id, mlmarkup_data); |
1145 |
} |
1146 |
|
1147 |
public bool SavePageMarkupData(IKCOM.MarkupInfoItem UserState, int PageNo, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data) { |
1148 |
return base.Channel.SavePageMarkupData(UserState, PageNo, project_no, doc_id, user_id, mlmarkup_data); |
1149 |
} |
1150 |
|
1151 |
public System.Threading.Tasks.Task<bool> SavePageMarkupDataAsync(IKCOM.MarkupInfoItem UserState, int PageNo, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data) { |
1152 |
return base.Channel.SavePageMarkupDataAsync(UserState, PageNo, project_no, doc_id, user_id, mlmarkup_data); |
1153 |
} |
1154 |
|
1155 |
public bool UpdateMarkupData(string CommentID, long Group_ID, string ProjectNo) { |
1156 |
return base.Channel.UpdateMarkupData(CommentID, Group_ID, ProjectNo); |
1157 |
} |
1158 |
|
1159 |
public System.Threading.Tasks.Task<bool> UpdateMarkupDataAsync(string CommentID, long Group_ID, string ProjectNo) { |
1160 |
return base.Channel.UpdateMarkupDataAsync(CommentID, Group_ID, ProjectNo); |
1161 |
} |
1162 |
|
1163 |
public bool SaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private) { |
1164 |
return base.Channel.SaveSymbol(symbol_private); |
1165 |
} |
1166 |
|
1167 |
public System.Threading.Tasks.Task<bool> SaveSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private) { |
1168 |
return base.Channel.SaveSymbolAsync(symbol_private); |
1169 |
} |
1170 |
|
1171 |
public bool AddPublicSymbol(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol) { |
1172 |
return base.Channel.AddPublicSymbol(symbol); |
1173 |
} |
1174 |
|
1175 |
public System.Threading.Tasks.Task<bool> AddPublicSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol) { |
1176 |
return base.Channel.AddPublicSymbolAsync(symbol); |
1177 |
} |
1178 |
|
1179 |
public bool DeleteSymbol(string symbol_id, int type) { |
1180 |
return base.Channel.DeleteSymbol(symbol_id, type); |
1181 |
} |
1182 |
|
1183 |
public System.Threading.Tasks.Task<bool> DeleteSymbolAsync(string symbol_id, int type) { |
1184 |
return base.Channel.DeleteSymbolAsync(symbol_id, type); |
1185 |
} |
1186 |
|
1187 |
public bool RenameSymbol(string symbol_id, string name, int type) { |
1188 |
return base.Channel.RenameSymbol(symbol_id, name, type); |
1189 |
} |
1190 |
|
1191 |
public System.Threading.Tasks.Task<bool> RenameSymbolAsync(string symbol_id, string name, int type) { |
1192 |
return base.Channel.RenameSymbolAsync(symbol_id, name, type); |
1193 |
} |
1194 |
|
1195 |
public bool AddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) { |
1196 |
return base.Channel.AddCheckListHistory(project_no, Check_History); |
1197 |
} |
1198 |
|
1199 |
public System.Threading.Tasks.Task<bool> AddCheckListHistoryAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) { |
1200 |
return base.Channel.AddCheckListHistoryAsync(project_no, Check_History); |
1201 |
} |
1202 |
|
1203 |
public bool SaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) { |
1204 |
return base.Channel.SaveCheckListHistory(project_no, rev, Check_History); |
1205 |
} |
1206 |
|
1207 |
public System.Threading.Tasks.Task<bool> SaveCheckListHistoryAsync(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) { |
1208 |
return base.Channel.SaveCheckListHistoryAsync(project_no, rev, Check_History); |
1209 |
} |
1210 |
|
1211 |
public bool SaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value) { |
1212 |
return base.Channel.SaveCheckList(project_no, _id, Check_value); |
1213 |
} |
1214 |
|
1215 |
public System.Threading.Tasks.Task<bool> SaveCheckListAsync(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value) { |
1216 |
return base.Channel.SaveCheckListAsync(project_no, _id, Check_value); |
1217 |
} |
1218 |
|
1219 |
public bool AddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value) { |
1220 |
return base.Channel.AddCheckList(project_no, Check_value); |
1221 |
} |
1222 |
|
1223 |
public System.Threading.Tasks.Task<bool> AddCheckListAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value) { |
1224 |
return base.Channel.AddCheckListAsync(project_no, Check_value); |
1225 |
} |
1226 |
|
1227 |
public KCOMDataModel.DataModel.CHECK_LIST GetCheckList(string project_no, string _id) { |
1228 |
return base.Channel.GetCheckList(project_no, _id); |
1229 |
} |
1230 |
|
1231 |
public System.Threading.Tasks.Task<KCOMDataModel.DataModel.CHECK_LIST> GetCheckListAsync(string project_no, string _id) { |
1232 |
return base.Channel.GetCheckListAsync(project_no, _id); |
1233 |
} |
1234 |
|
1235 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> GetUserCheckList(string project_no, string user_id, string doc_no) { |
1236 |
return base.Channel.GetUserCheckList(project_no, user_id, doc_no); |
1237 |
} |
1238 |
|
1239 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST>> GetUserCheckListAsync(string project_no, string user_id, string doc_no) { |
1240 |
return base.Channel.GetUserCheckListAsync(project_no, user_id, doc_no); |
1241 |
} |
1242 |
|
1243 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> GetCheckListHistory(string project_no, string _id) { |
1244 |
return base.Channel.GetCheckListHistory(project_no, _id); |
1245 |
} |
1246 |
|
1247 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY>> GetCheckListHistoryAsync(string project_no, string _id) { |
1248 |
return base.Channel.GetCheckListHistoryAsync(project_no, _id); |
1249 |
} |
1250 |
|
1251 |
public KCOMDataModel.DataModel.CHECK_LIST_HISTORY GetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev) { |
1252 |
return base.Channel.GetCheckListHistoryFirstOrDefault(project_no, checklist_id, rev); |
1253 |
} |
1254 |
|
1255 |
public System.Threading.Tasks.Task<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> GetCheckListHistoryFirstOrDefaultAsync(string project_no, string checklist_id, string rev) { |
1256 |
return base.Channel.GetCheckListHistoryFirstOrDefaultAsync(project_no, checklist_id, rev); |
1257 |
} |
1258 |
|
1259 |
public bool SavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage) { |
1260 |
return base.Channel.SavePageAngle(project_no, _mldocpage); |
1261 |
} |
1262 |
|
1263 |
public System.Threading.Tasks.Task<bool> SavePageAngleAsync(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage) { |
1264 |
return base.Channel.SavePageAngleAsync(project_no, _mldocpage); |
1265 |
} |
1266 |
|
1267 |
public KCOMDataModel.DataModel.MARKUP_INFO GetMarkupInfo(string project_no, string _id) { |
1268 |
return base.Channel.GetMarkupInfo(project_no, _id); |
1269 |
} |
1270 |
|
1271 |
public System.Threading.Tasks.Task<KCOMDataModel.DataModel.MARKUP_INFO> GetMarkupInfoAsync(string project_no, string _id) { |
1272 |
return base.Channel.GetMarkupInfoAsync(project_no, _id); |
1273 |
} |
1274 |
|
1275 |
public System.Collections.Generic.List<string> GetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo) { |
1276 |
return base.Channel.GetMarkupDataListperPage(project_no, _markupinfoid, _pageNo); |
1277 |
} |
1278 |
|
1279 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetMarkupDataListperPageAsync(string project_no, string _markupinfoid, int _pageNo) { |
1280 |
return base.Channel.GetMarkupDataListperPageAsync(project_no, _markupinfoid, _pageNo); |
1281 |
} |
1282 |
|
1283 |
public bool AddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value) { |
1284 |
return base.Channel.AddMarkupInfo(project_no, value); |
1285 |
} |
1286 |
|
1287 |
public System.Threading.Tasks.Task<bool> AddMarkupInfoAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value) { |
1288 |
return base.Channel.AddMarkupInfoAsync(project_no, value); |
1289 |
} |
1290 |
|
1291 |
public bool AddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value) { |
1292 |
return base.Channel.AddMarkupInfoVersion(project_no, value); |
1293 |
} |
1294 |
|
1295 |
public System.Threading.Tasks.Task<bool> AddMarkupInfoVersionAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value) { |
1296 |
return base.Channel.AddMarkupInfoVersionAsync(project_no, value); |
1297 |
} |
1298 |
|
1299 |
public bool AddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value) { |
1300 |
return base.Channel.AddMarkupData(project_no, value); |
1301 |
} |
1302 |
|
1303 |
public System.Threading.Tasks.Task<bool> AddMarkupDataAsync(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value) { |
1304 |
return base.Channel.AddMarkupDataAsync(project_no, value); |
1305 |
} |
1306 |
|
1307 |
public bool AvoidMarkupInfo(string project_no, string _doc_id) { |
1308 |
return base.Channel.AvoidMarkupInfo(project_no, _doc_id); |
1309 |
} |
1310 |
|
1311 |
public System.Threading.Tasks.Task<bool> AvoidMarkupInfoAsync(string project_no, string _doc_id) { |
1312 |
return base.Channel.AvoidMarkupInfoAsync(project_no, _doc_id); |
1313 |
} |
1314 |
|
1315 |
public bool SaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value) { |
1316 |
return base.Channel.SaveMarkupInfo(project_no, _id, value); |
1317 |
} |
1318 |
|
1319 |
public System.Threading.Tasks.Task<bool> SaveMarkupInfoAsync(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value) { |
1320 |
return base.Channel.SaveMarkupInfoAsync(project_no, _id, value); |
1321 |
} |
1322 |
|
1323 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> GetMarkupDataList(string project_no, string _versionid) { |
1324 |
return base.Channel.GetMarkupDataList(project_no, _versionid); |
1325 |
} |
1326 |
|
1327 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>> GetMarkupDataListAsync(string project_no, string _versionid) { |
1328 |
return base.Channel.GetMarkupDataListAsync(project_no, _versionid); |
1329 |
} |
1330 |
|
1331 |
public bool Consolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) { |
1332 |
return base.Channel.Consolidate(project_no, _user_id, _doc_id, markupInfoItems); |
1333 |
} |
1334 |
|
1335 |
public System.Threading.Tasks.Task<bool> ConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) { |
1336 |
return base.Channel.ConsolidateAsync(project_no, _user_id, _doc_id, markupInfoItems); |
1337 |
} |
1338 |
|
1339 |
public KCOM.KcomService.FinalPDFResult ConsolidateMergedPDF(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID) { |
1340 |
return base.Channel.ConsolidateMergedPDF(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID); |
1341 |
} |
1342 |
|
1343 |
public System.Threading.Tasks.Task<KCOM.KcomService.FinalPDFResult> ConsolidateMergedPDFAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID) { |
1344 |
return base.Channel.ConsolidateMergedPDFAsync(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID); |
1345 |
} |
1346 |
|
1347 |
public bool TeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) { |
1348 |
return base.Channel.TeamConsolidate(project_no, _user_id, _doc_id, markupInfoItems); |
1349 |
} |
1350 |
|
1351 |
public System.Threading.Tasks.Task<bool> TeamConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) { |
1352 |
return base.Channel.TeamConsolidateAsync(project_no, _user_id, _doc_id, markupInfoItems); |
1353 |
} |
1354 |
|
1355 |
public KCOMDataModel.DataModel.MEMBER GetMember(string project_no, string user_id) { |
1356 |
return base.Channel.GetMember(project_no, user_id); |
1357 |
} |
1358 |
|
1359 |
public System.Threading.Tasks.Task<KCOMDataModel.DataModel.MEMBER> GetMemberAsync(string project_no, string user_id) { |
1360 |
return base.Channel.GetMemberAsync(project_no, user_id); |
1361 |
} |
1362 |
|
1363 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> GetSymbolList(string user_id) { |
1364 |
return base.Channel.GetSymbolList(user_id); |
1365 |
} |
1366 |
|
1367 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE>> GetSymbolListAsync(string user_id) { |
1368 |
return base.Channel.GetSymbolListAsync(user_id); |
1369 |
} |
1370 |
|
1371 |
public System.Collections.Generic.List<string> GetPublicSymbolDeptList() { |
1372 |
return base.Channel.GetPublicSymbolDeptList(); |
1373 |
} |
1374 |
|
1375 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetPublicSymbolDeptListAsync() { |
1376 |
return base.Channel.GetPublicSymbolDeptListAsync(); |
1377 |
} |
1378 |
|
1379 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> GetPublicSymbolList(string dept) { |
1380 |
return base.Channel.GetPublicSymbolList(dept); |
1381 |
} |
1382 |
|
1383 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC>> GetPublicSymbolListAsync(string dept) { |
1384 |
return base.Channel.GetPublicSymbolListAsync(dept); |
1385 |
} |
1386 |
|
1387 |
public string GetSymbolData(string id, int type) { |
1388 |
return base.Channel.GetSymbolData(id, type); |
1389 |
} |
1390 |
|
1391 |
public System.Threading.Tasks.Task<string> GetSymbolDataAsync(string id, int type) { |
1392 |
return base.Channel.GetSymbolDataAsync(id, type); |
1393 |
} |
1394 |
|
1395 |
public string GetSymbolImageURL(string id, int type) { |
1396 |
return base.Channel.GetSymbolImageURL(id, type); |
1397 |
} |
1398 |
|
1399 |
public System.Threading.Tasks.Task<string> GetSymbolImageURLAsync(string id, int type) { |
1400 |
return base.Channel.GetSymbolImageURLAsync(id, type); |
1401 |
} |
1402 |
|
1403 |
public string GetSignData(string project_no, string user_id) { |
1404 |
return base.Channel.GetSignData(project_no, user_id); |
1405 |
} |
1406 |
|
1407 |
public System.Threading.Tasks.Task<string> GetSignDataAsync(string project_no, string user_id) { |
1408 |
return base.Channel.GetSignDataAsync(project_no, user_id); |
1409 |
} |
1410 |
|
1411 |
public string GetProjectName(string project_no) { |
1412 |
return base.Channel.GetProjectName(project_no); |
1413 |
} |
1414 |
|
1415 |
public System.Threading.Tasks.Task<string> GetProjectNameAsync(string project_no) { |
1416 |
return base.Channel.GetProjectNameAsync(project_no); |
1417 |
} |
1418 |
|
1419 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> GetPreRevSelect(string project_no, string doc_no, string current_rev) { |
1420 |
return base.Channel.GetPreRevSelect(project_no, doc_no, current_rev); |
1421 |
} |
1422 |
|
1423 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM>> GetPreRevSelectAsync(string project_no, string doc_no, string current_rev) { |
1424 |
return base.Channel.GetPreRevSelectAsync(project_no, doc_no, current_rev); |
1425 |
} |
1426 |
|
1427 |
public KCOMDataModel.DataModel.DOCINFO GetDocInfoOneSelect(string project_no, string doc_id) { |
1428 |
return base.Channel.GetDocInfoOneSelect(project_no, doc_id); |
1429 |
} |
1430 |
|
1431 |
public System.Threading.Tasks.Task<KCOMDataModel.DataModel.DOCINFO> GetDocInfoOneSelectAsync(string project_no, string doc_id) { |
1432 |
return base.Channel.GetDocInfoOneSelectAsync(project_no, doc_id); |
1433 |
} |
1434 |
|
1435 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList) { |
1436 |
return base.Channel.GetPrintDocItemList(project_no, doc_id, _markupInfoList); |
1437 |
} |
1438 |
|
1439 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<IKCOM.MarkupInfoItem>> GetPrintDocItemListAsync(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList) { |
1440 |
return base.Channel.GetPrintDocItemListAsync(project_no, doc_id, _markupInfoList); |
1441 |
} |
1442 |
|
1443 |
public bool AddMessage(string project_no, KCOMDataModel.DataModel.TALK value) { |
1444 |
return base.Channel.AddMessage(project_no, value); |
1445 |
} |
1446 |
|
1447 |
public System.Threading.Tasks.Task<bool> AddMessageAsync(string project_no, KCOMDataModel.DataModel.TALK value) { |
1448 |
return base.Channel.AddMessageAsync(project_no, value); |
1449 |
} |
1450 |
|
1451 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> GetMessage(string project_no, string doc_id) { |
1452 |
return base.Channel.GetMessage(project_no, doc_id); |
1453 |
} |
1454 |
|
1455 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.TALK>> GetMessageAsync(string project_no, string doc_id) { |
1456 |
return base.Channel.GetMessageAsync(project_no, doc_id); |
1457 |
} |
1458 |
|
1459 |
public KCOMDataModel.DataModel.DOCINFO FinalPDF_GetDocinfo(string project_no, string docinfo_id) { |
1460 |
return base.Channel.FinalPDF_GetDocinfo(project_no, docinfo_id); |
1461 |
} |
1462 |
|
1463 |
public System.Threading.Tasks.Task<KCOMDataModel.DataModel.DOCINFO> FinalPDF_GetDocinfoAsync(string project_no, string docinfo_id) { |
1464 |
return base.Channel.FinalPDF_GetDocinfoAsync(project_no, docinfo_id); |
1465 |
} |
1466 |
|
1467 |
public KCOMDataModel.DataModel.DOCUMENT_ITEM FinalPDF_GetDocumentItem(string project_no, string document_id) { |
1468 |
return base.Channel.FinalPDF_GetDocumentItem(project_no, document_id); |
1469 |
} |
1470 |
|
1471 |
public System.Threading.Tasks.Task<KCOMDataModel.DataModel.DOCUMENT_ITEM> FinalPDF_GetDocumentItemAsync(string project_no, string document_id) { |
1472 |
return base.Channel.FinalPDF_GetDocumentItemAsync(project_no, document_id); |
1473 |
} |
1474 |
|
1475 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> FinalPDF_GetMarkupdata(string project_no, string docinfo_id) { |
1476 |
return base.Channel.FinalPDF_GetMarkupdata(project_no, docinfo_id); |
1477 |
} |
1478 |
|
1479 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>> FinalPDF_GetMarkupdataAsync(string project_no, string docinfo_id) { |
1480 |
return base.Channel.FinalPDF_GetMarkupdataAsync(project_no, docinfo_id); |
1481 |
} |
1482 |
|
1483 |
public KCOMDataModel.DataModel.MARKUP_INFO FinalPDF_GetMarkupinfo(string project_no, string docinfo_id) { |
1484 |
return base.Channel.FinalPDF_GetMarkupinfo(project_no, docinfo_id); |
1485 |
} |
1486 |
|
1487 |
public System.Threading.Tasks.Task<KCOMDataModel.DataModel.MARKUP_INFO> FinalPDF_GetMarkupinfoAsync(string project_no, string docinfo_id) { |
1488 |
return base.Channel.FinalPDF_GetMarkupinfoAsync(project_no, docinfo_id); |
1489 |
} |
1490 |
|
1491 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF> FinalPDF_GetFinalPDFs(string final_id) { |
1492 |
return base.Channel.FinalPDF_GetFinalPDFs(final_id); |
1493 |
} |
1494 |
|
1495 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF>> FinalPDF_GetFinalPDFsAsync(string final_id) { |
1496 |
return base.Channel.FinalPDF_GetFinalPDFsAsync(final_id); |
1497 |
} |
1498 |
|
1499 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> FinalPDF_GetDocpage(string project_no, string docinfo_id) { |
1500 |
return base.Channel.FinalPDF_GetDocpage(project_no, docinfo_id); |
1501 |
} |
1502 |
|
1503 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE>> FinalPDF_GetDocpageAsync(string project_no, string docinfo_id) { |
1504 |
return base.Channel.FinalPDF_GetDocpageAsync(project_no, docinfo_id); |
1505 |
} |
1506 |
|
1507 |
public bool FinalPDF_SetFinalPDFStatus(string final_id, KCOM.KcomService.FinalStatus status) { |
1508 |
return base.Channel.FinalPDF_SetFinalPDFStatus(final_id, status); |
1509 |
} |
1510 |
|
1511 |
public System.Threading.Tasks.Task<bool> FinalPDF_SetFinalPDFStatusAsync(string final_id, KCOM.KcomService.FinalStatus status) { |
1512 |
return base.Channel.FinalPDF_SetFinalPDFStatusAsync(final_id, status); |
1513 |
} |
1514 |
|
1515 |
public bool FinalPDF_GetFinalPDFStatus(string DocInfoID, string MarkupInfoID, string CreateUserID) { |
1516 |
return base.Channel.FinalPDF_GetFinalPDFStatus(DocInfoID, MarkupInfoID, CreateUserID); |
1517 |
} |
1518 |
|
1519 |
public System.Threading.Tasks.Task<bool> FinalPDF_GetFinalPDFStatusAsync(string DocInfoID, string MarkupInfoID, string CreateUserID) { |
1520 |
return base.Channel.FinalPDF_GetFinalPDFStatusAsync(DocInfoID, MarkupInfoID, CreateUserID); |
1521 |
} |
1522 |
|
1523 |
public bool FinalPDF_SetCurrentPage(string final_id, int currentpage) { |
1524 |
return base.Channel.FinalPDF_SetCurrentPage(final_id, currentpage); |
1525 |
} |
1526 |
|
1527 |
public System.Threading.Tasks.Task<bool> FinalPDF_SetCurrentPageAsync(string final_id, int currentpage) { |
1528 |
return base.Channel.FinalPDF_SetCurrentPageAsync(final_id, currentpage); |
1529 |
} |
1530 |
|
1531 |
public bool FinalPDF_SetError(string final_id, string msg) { |
1532 |
return base.Channel.FinalPDF_SetError(final_id, msg); |
1533 |
} |
1534 |
|
1535 |
public System.Threading.Tasks.Task<bool> FinalPDF_SetErrorAsync(string final_id, string msg) { |
1536 |
return base.Channel.FinalPDF_SetErrorAsync(final_id, msg); |
1537 |
} |
1538 |
|
1539 |
public bool FinalPDF_SetFinalResultPath(string project_no, string document_id, string url) { |
1540 |
return base.Channel.FinalPDF_SetFinalResultPath(project_no, document_id, url); |
1541 |
} |
1542 |
|
1543 |
public System.Threading.Tasks.Task<bool> FinalPDF_SetFinalResultPathAsync(string project_no, string document_id, string url) { |
1544 |
return base.Channel.FinalPDF_SetFinalResultPathAsync(project_no, document_id, url); |
1545 |
} |
1546 |
|
1547 |
public KCOMDataModel.DataModel.MEMBER FinalPDF_GetCommentMember(string project_no, string markupdata_id) { |
1548 |
return base.Channel.FinalPDF_GetCommentMember(project_no, markupdata_id); |
1549 |
} |
1550 |
|
1551 |
public System.Threading.Tasks.Task<KCOMDataModel.DataModel.MEMBER> FinalPDF_GetCommentMemberAsync(string project_no, string markupdata_id) { |
1552 |
return base.Channel.FinalPDF_GetCommentMemberAsync(project_no, markupdata_id); |
1553 |
} |
1554 |
|
1555 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES> FinalPDF_GetProperties(string project_no) { |
1556 |
return base.Channel.FinalPDF_GetProperties(project_no); |
1557 |
} |
1558 |
|
1559 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES>> FinalPDF_GetPropertiesAsync(string project_no) { |
1560 |
return base.Channel.FinalPDF_GetPropertiesAsync(project_no); |
1561 |
} |
1562 |
} |
1563 |
} |