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