markus / MarkupToPDF / Connected Services / markus_api / Reference.cs @ 93f5e32a
이력 | 보기 | 이력해설 | 다운로드 (52.6 KB)
1 |
//------------------------------------------------------------------------------ |
---|---|
2 |
// <auto-generated> |
3 |
// 이 코드는 도구를 사용하여 생성되었습니다. |
4 |
// 런타임 버전:4.0.30319.42000 |
5 |
// |
6 |
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면 |
7 |
// 이러한 변경 내용이 손실됩니다. |
8 |
// </auto-generated> |
9 |
//------------------------------------------------------------------------------ |
10 |
|
11 |
namespace MarkupToPDF.markus_api { |
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="KCOM_SystemInfo", Namespace="http://schemas.datacontract.org/2004/07/IKCOM")] |
19 |
[System.SerializableAttribute()] |
20 |
public partial class KCOM_SystemInfo : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
21 |
|
22 |
[System.NonSerializedAttribute()] |
23 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
24 |
|
25 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
26 |
private string HostNameField; |
27 |
|
28 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
29 |
private string HostPortField; |
30 |
|
31 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
32 |
private string NotifyField; |
33 |
|
34 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
35 |
private string STAMPField; |
36 |
|
37 |
[global::System.ComponentModel.BrowsableAttribute(false)] |
38 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
39 |
get { |
40 |
return this.extensionDataField; |
41 |
} |
42 |
set { |
43 |
this.extensionDataField = value; |
44 |
} |
45 |
} |
46 |
|
47 |
[System.Runtime.Serialization.DataMemberAttribute()] |
48 |
public string HostName { |
49 |
get { |
50 |
return this.HostNameField; |
51 |
} |
52 |
set { |
53 |
if ((object.ReferenceEquals(this.HostNameField, value) != true)) { |
54 |
this.HostNameField = value; |
55 |
this.RaisePropertyChanged("HostName"); |
56 |
} |
57 |
} |
58 |
} |
59 |
|
60 |
[System.Runtime.Serialization.DataMemberAttribute()] |
61 |
public string HostPort { |
62 |
get { |
63 |
return this.HostPortField; |
64 |
} |
65 |
set { |
66 |
if ((object.ReferenceEquals(this.HostPortField, value) != true)) { |
67 |
this.HostPortField = value; |
68 |
this.RaisePropertyChanged("HostPort"); |
69 |
} |
70 |
} |
71 |
} |
72 |
|
73 |
[System.Runtime.Serialization.DataMemberAttribute()] |
74 |
public string Notify { |
75 |
get { |
76 |
return this.NotifyField; |
77 |
} |
78 |
set { |
79 |
if ((object.ReferenceEquals(this.NotifyField, value) != true)) { |
80 |
this.NotifyField = value; |
81 |
this.RaisePropertyChanged("Notify"); |
82 |
} |
83 |
} |
84 |
} |
85 |
|
86 |
[System.Runtime.Serialization.DataMemberAttribute()] |
87 |
public string STAMP { |
88 |
get { |
89 |
return this.STAMPField; |
90 |
} |
91 |
set { |
92 |
if ((object.ReferenceEquals(this.STAMPField, value) != true)) { |
93 |
this.STAMPField = value; |
94 |
this.RaisePropertyChanged("STAMP"); |
95 |
} |
96 |
} |
97 |
} |
98 |
|
99 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
100 |
|
101 |
protected void RaisePropertyChanged(string propertyName) { |
102 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
103 |
if ((propertyChanged != null)) { |
104 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
105 |
} |
106 |
} |
107 |
} |
108 |
|
109 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
110 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
111 |
[System.Runtime.Serialization.DataContractAttribute(Name="FinalPDFResult", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")] |
112 |
[System.SerializableAttribute()] |
113 |
public partial struct FinalPDFResult : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
114 |
|
115 |
[System.NonSerializedAttribute()] |
116 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
117 |
|
118 |
private int CurrentPageField; |
119 |
|
120 |
private string ExceptionField; |
121 |
|
122 |
private string FinalIDField; |
123 |
|
124 |
private string ProjectNoField; |
125 |
|
126 |
private MarkupToPDF.markus_api.FinalStatus StatusField; |
127 |
|
128 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
129 |
get { |
130 |
return this.extensionDataField; |
131 |
} |
132 |
set { |
133 |
this.extensionDataField = value; |
134 |
} |
135 |
} |
136 |
|
137 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
138 |
public int CurrentPage { |
139 |
get { |
140 |
return this.CurrentPageField; |
141 |
} |
142 |
set { |
143 |
if ((this.CurrentPageField.Equals(value) != true)) { |
144 |
this.CurrentPageField = value; |
145 |
this.RaisePropertyChanged("CurrentPage"); |
146 |
} |
147 |
} |
148 |
} |
149 |
|
150 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
151 |
public string Exception { |
152 |
get { |
153 |
return this.ExceptionField; |
154 |
} |
155 |
set { |
156 |
if ((object.ReferenceEquals(this.ExceptionField, value) != true)) { |
157 |
this.ExceptionField = value; |
158 |
this.RaisePropertyChanged("Exception"); |
159 |
} |
160 |
} |
161 |
} |
162 |
|
163 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
164 |
public string FinalID { |
165 |
get { |
166 |
return this.FinalIDField; |
167 |
} |
168 |
set { |
169 |
if ((object.ReferenceEquals(this.FinalIDField, value) != true)) { |
170 |
this.FinalIDField = value; |
171 |
this.RaisePropertyChanged("FinalID"); |
172 |
} |
173 |
} |
174 |
} |
175 |
|
176 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
177 |
public string ProjectNo { |
178 |
get { |
179 |
return this.ProjectNoField; |
180 |
} |
181 |
set { |
182 |
if ((object.ReferenceEquals(this.ProjectNoField, value) != true)) { |
183 |
this.ProjectNoField = value; |
184 |
this.RaisePropertyChanged("ProjectNo"); |
185 |
} |
186 |
} |
187 |
} |
188 |
|
189 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
190 |
public MarkupToPDF.markus_api.FinalStatus Status { |
191 |
get { |
192 |
return this.StatusField; |
193 |
} |
194 |
set { |
195 |
if ((this.StatusField.Equals(value) != true)) { |
196 |
this.StatusField = value; |
197 |
this.RaisePropertyChanged("Status"); |
198 |
} |
199 |
} |
200 |
} |
201 |
|
202 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
203 |
|
204 |
void RaisePropertyChanged(string propertyName) { |
205 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
206 |
if ((propertyChanged != null)) { |
207 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
208 |
} |
209 |
} |
210 |
} |
211 |
|
212 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
213 |
[System.Runtime.Serialization.DataContractAttribute(Name="FinalStatus", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")] |
214 |
public enum FinalStatus : int { |
215 |
|
216 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
217 |
Insert = 0, |
218 |
|
219 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
220 |
Wait = 1, |
221 |
|
222 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
223 |
Create = 2, |
224 |
|
225 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
226 |
PdfStamp = 3, |
227 |
|
228 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
229 |
Success = 4, |
230 |
|
231 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
232 |
Error = 5, |
233 |
} |
234 |
|
235 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
236 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
237 |
[System.Runtime.Serialization.DataContractAttribute(Name="KCOM_BasicParam", Namespace="http://schemas.datacontract.org/2004/07/IKCOM")] |
238 |
[System.SerializableAttribute()] |
239 |
public partial class KCOM_BasicParam : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
240 |
|
241 |
[System.NonSerializedAttribute()] |
242 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
243 |
|
244 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
245 |
private string documentIDField; |
246 |
|
247 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
248 |
private string projectNoField; |
249 |
|
250 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
251 |
private string userIDField; |
252 |
|
253 |
[global::System.ComponentModel.BrowsableAttribute(false)] |
254 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
255 |
get { |
256 |
return this.extensionDataField; |
257 |
} |
258 |
set { |
259 |
this.extensionDataField = value; |
260 |
} |
261 |
} |
262 |
|
263 |
[System.Runtime.Serialization.DataMemberAttribute()] |
264 |
public string documentID { |
265 |
get { |
266 |
return this.documentIDField; |
267 |
} |
268 |
set { |
269 |
if ((object.ReferenceEquals(this.documentIDField, value) != true)) { |
270 |
this.documentIDField = value; |
271 |
this.RaisePropertyChanged("documentID"); |
272 |
} |
273 |
} |
274 |
} |
275 |
|
276 |
[System.Runtime.Serialization.DataMemberAttribute()] |
277 |
public string projectNo { |
278 |
get { |
279 |
return this.projectNoField; |
280 |
} |
281 |
set { |
282 |
if ((object.ReferenceEquals(this.projectNoField, value) != true)) { |
283 |
this.projectNoField = value; |
284 |
this.RaisePropertyChanged("projectNo"); |
285 |
} |
286 |
} |
287 |
} |
288 |
|
289 |
[System.Runtime.Serialization.DataMemberAttribute()] |
290 |
public string userID { |
291 |
get { |
292 |
return this.userIDField; |
293 |
} |
294 |
set { |
295 |
if ((object.ReferenceEquals(this.userIDField, value) != true)) { |
296 |
this.userIDField = value; |
297 |
this.RaisePropertyChanged("userID"); |
298 |
} |
299 |
} |
300 |
} |
301 |
|
302 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
303 |
|
304 |
protected void RaisePropertyChanged(string propertyName) { |
305 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
306 |
if ((propertyChanged != null)) { |
307 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
308 |
} |
309 |
} |
310 |
} |
311 |
|
312 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
313 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
314 |
[System.Runtime.Serialization.DataContractAttribute(Name="VPRevision", Namespace="http://schemas.datacontract.org/2004/07/IKCOM")] |
315 |
[System.SerializableAttribute()] |
316 |
public partial class VPRevision : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
317 |
|
318 |
[System.NonSerializedAttribute()] |
319 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
320 |
|
321 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
322 |
private string DOCUMENT_IDField; |
323 |
|
324 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
325 |
private string DocNoField; |
326 |
|
327 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
328 |
private string FROM_VENDORField; |
329 |
|
330 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
331 |
private string GroupNoField; |
332 |
|
333 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
334 |
private bool IsSyncPossibleField; |
335 |
|
336 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
337 |
private string RESULTField; |
338 |
|
339 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
340 |
private string RevNoField; |
341 |
|
342 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
343 |
private string TO_VENDORField; |
344 |
|
345 |
[global::System.ComponentModel.BrowsableAttribute(false)] |
346 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
347 |
get { |
348 |
return this.extensionDataField; |
349 |
} |
350 |
set { |
351 |
this.extensionDataField = value; |
352 |
} |
353 |
} |
354 |
|
355 |
[System.Runtime.Serialization.DataMemberAttribute()] |
356 |
public string DOCUMENT_ID { |
357 |
get { |
358 |
return this.DOCUMENT_IDField; |
359 |
} |
360 |
set { |
361 |
if ((object.ReferenceEquals(this.DOCUMENT_IDField, value) != true)) { |
362 |
this.DOCUMENT_IDField = value; |
363 |
this.RaisePropertyChanged("DOCUMENT_ID"); |
364 |
} |
365 |
} |
366 |
} |
367 |
|
368 |
[System.Runtime.Serialization.DataMemberAttribute()] |
369 |
public string DocNo { |
370 |
get { |
371 |
return this.DocNoField; |
372 |
} |
373 |
set { |
374 |
if ((object.ReferenceEquals(this.DocNoField, value) != true)) { |
375 |
this.DocNoField = value; |
376 |
this.RaisePropertyChanged("DocNo"); |
377 |
} |
378 |
} |
379 |
} |
380 |
|
381 |
[System.Runtime.Serialization.DataMemberAttribute()] |
382 |
public string FROM_VENDOR { |
383 |
get { |
384 |
return this.FROM_VENDORField; |
385 |
} |
386 |
set { |
387 |
if ((object.ReferenceEquals(this.FROM_VENDORField, value) != true)) { |
388 |
this.FROM_VENDORField = value; |
389 |
this.RaisePropertyChanged("FROM_VENDOR"); |
390 |
} |
391 |
} |
392 |
} |
393 |
|
394 |
[System.Runtime.Serialization.DataMemberAttribute()] |
395 |
public string GroupNo { |
396 |
get { |
397 |
return this.GroupNoField; |
398 |
} |
399 |
set { |
400 |
if ((object.ReferenceEquals(this.GroupNoField, value) != true)) { |
401 |
this.GroupNoField = value; |
402 |
this.RaisePropertyChanged("GroupNo"); |
403 |
} |
404 |
} |
405 |
} |
406 |
|
407 |
[System.Runtime.Serialization.DataMemberAttribute()] |
408 |
public bool IsSyncPossible { |
409 |
get { |
410 |
return this.IsSyncPossibleField; |
411 |
} |
412 |
set { |
413 |
if ((this.IsSyncPossibleField.Equals(value) != true)) { |
414 |
this.IsSyncPossibleField = value; |
415 |
this.RaisePropertyChanged("IsSyncPossible"); |
416 |
} |
417 |
} |
418 |
} |
419 |
|
420 |
[System.Runtime.Serialization.DataMemberAttribute()] |
421 |
public string RESULT { |
422 |
get { |
423 |
return this.RESULTField; |
424 |
} |
425 |
set { |
426 |
if ((object.ReferenceEquals(this.RESULTField, value) != true)) { |
427 |
this.RESULTField = value; |
428 |
this.RaisePropertyChanged("RESULT"); |
429 |
} |
430 |
} |
431 |
} |
432 |
|
433 |
[System.Runtime.Serialization.DataMemberAttribute()] |
434 |
public string RevNo { |
435 |
get { |
436 |
return this.RevNoField; |
437 |
} |
438 |
set { |
439 |
if ((object.ReferenceEquals(this.RevNoField, value) != true)) { |
440 |
this.RevNoField = value; |
441 |
this.RaisePropertyChanged("RevNo"); |
442 |
} |
443 |
} |
444 |
} |
445 |
|
446 |
[System.Runtime.Serialization.DataMemberAttribute()] |
447 |
public string TO_VENDOR { |
448 |
get { |
449 |
return this.TO_VENDORField; |
450 |
} |
451 |
set { |
452 |
if ((object.ReferenceEquals(this.TO_VENDORField, value) != true)) { |
453 |
this.TO_VENDORField = value; |
454 |
this.RaisePropertyChanged("TO_VENDOR"); |
455 |
} |
456 |
} |
457 |
} |
458 |
|
459 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
460 |
|
461 |
protected void RaisePropertyChanged(string propertyName) { |
462 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
463 |
if ((propertyChanged != null)) { |
464 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
465 |
} |
466 |
} |
467 |
} |
468 |
|
469 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
470 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
471 |
[System.Runtime.Serialization.DataContractAttribute(Name="MarkupInfoItem", Namespace="http://schemas.datacontract.org/2004/07/IKCOM")] |
472 |
[System.SerializableAttribute()] |
473 |
public partial class MarkupInfoItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
474 |
|
475 |
[System.NonSerializedAttribute()] |
476 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
477 |
|
478 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
479 |
private int AvoidConsolidateField; |
480 |
|
481 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
482 |
private int ConsolidateField; |
483 |
|
484 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
485 |
private System.DateTime CreateTimeField; |
486 |
|
487 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
488 |
private string DepatmentField; |
489 |
|
490 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
491 |
private string DescriptionField; |
492 |
|
493 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
494 |
private string DisplayColorField; |
495 |
|
496 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
497 |
private bool IsPreviewUserField; |
498 |
|
499 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
500 |
private string MarkupInfoIDField; |
501 |
|
502 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
503 |
private MarkupToPDF.markus_api.MarkupItem[] MarkupListField; |
504 |
|
505 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
506 |
private string MarkupVersionIDField; |
507 |
|
508 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
509 |
private int PageCountField; |
510 |
|
511 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
512 |
private int PartConsolidateField; |
513 |
|
514 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
515 |
private System.DateTime UpdateTimeField; |
516 |
|
517 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
518 |
private string UserIDField; |
519 |
|
520 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
521 |
private string UserNameField; |
522 |
|
523 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
524 |
private bool userDeleteField; |
525 |
|
526 |
[global::System.ComponentModel.BrowsableAttribute(false)] |
527 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
528 |
get { |
529 |
return this.extensionDataField; |
530 |
} |
531 |
set { |
532 |
this.extensionDataField = value; |
533 |
} |
534 |
} |
535 |
|
536 |
[System.Runtime.Serialization.DataMemberAttribute()] |
537 |
public int AvoidConsolidate { |
538 |
get { |
539 |
return this.AvoidConsolidateField; |
540 |
} |
541 |
set { |
542 |
if ((this.AvoidConsolidateField.Equals(value) != true)) { |
543 |
this.AvoidConsolidateField = value; |
544 |
this.RaisePropertyChanged("AvoidConsolidate"); |
545 |
} |
546 |
} |
547 |
} |
548 |
|
549 |
[System.Runtime.Serialization.DataMemberAttribute()] |
550 |
public int Consolidate { |
551 |
get { |
552 |
return this.ConsolidateField; |
553 |
} |
554 |
set { |
555 |
if ((this.ConsolidateField.Equals(value) != true)) { |
556 |
this.ConsolidateField = value; |
557 |
this.RaisePropertyChanged("Consolidate"); |
558 |
} |
559 |
} |
560 |
} |
561 |
|
562 |
[System.Runtime.Serialization.DataMemberAttribute()] |
563 |
public System.DateTime CreateTime { |
564 |
get { |
565 |
return this.CreateTimeField; |
566 |
} |
567 |
set { |
568 |
if ((this.CreateTimeField.Equals(value) != true)) { |
569 |
this.CreateTimeField = value; |
570 |
this.RaisePropertyChanged("CreateTime"); |
571 |
} |
572 |
} |
573 |
} |
574 |
|
575 |
[System.Runtime.Serialization.DataMemberAttribute()] |
576 |
public string Depatment { |
577 |
get { |
578 |
return this.DepatmentField; |
579 |
} |
580 |
set { |
581 |
if ((object.ReferenceEquals(this.DepatmentField, value) != true)) { |
582 |
this.DepatmentField = value; |
583 |
this.RaisePropertyChanged("Depatment"); |
584 |
} |
585 |
} |
586 |
} |
587 |
|
588 |
[System.Runtime.Serialization.DataMemberAttribute()] |
589 |
public string Description { |
590 |
get { |
591 |
return this.DescriptionField; |
592 |
} |
593 |
set { |
594 |
if ((object.ReferenceEquals(this.DescriptionField, value) != true)) { |
595 |
this.DescriptionField = value; |
596 |
this.RaisePropertyChanged("Description"); |
597 |
} |
598 |
} |
599 |
} |
600 |
|
601 |
[System.Runtime.Serialization.DataMemberAttribute()] |
602 |
public string DisplayColor { |
603 |
get { |
604 |
return this.DisplayColorField; |
605 |
} |
606 |
set { |
607 |
if ((object.ReferenceEquals(this.DisplayColorField, value) != true)) { |
608 |
this.DisplayColorField = value; |
609 |
this.RaisePropertyChanged("DisplayColor"); |
610 |
} |
611 |
} |
612 |
} |
613 |
|
614 |
[System.Runtime.Serialization.DataMemberAttribute()] |
615 |
public bool IsPreviewUser { |
616 |
get { |
617 |
return this.IsPreviewUserField; |
618 |
} |
619 |
set { |
620 |
if ((this.IsPreviewUserField.Equals(value) != true)) { |
621 |
this.IsPreviewUserField = value; |
622 |
this.RaisePropertyChanged("IsPreviewUser"); |
623 |
} |
624 |
} |
625 |
} |
626 |
|
627 |
[System.Runtime.Serialization.DataMemberAttribute()] |
628 |
public string MarkupInfoID { |
629 |
get { |
630 |
return this.MarkupInfoIDField; |
631 |
} |
632 |
set { |
633 |
if ((object.ReferenceEquals(this.MarkupInfoIDField, value) != true)) { |
634 |
this.MarkupInfoIDField = value; |
635 |
this.RaisePropertyChanged("MarkupInfoID"); |
636 |
} |
637 |
} |
638 |
} |
639 |
|
640 |
[System.Runtime.Serialization.DataMemberAttribute()] |
641 |
public MarkupToPDF.markus_api.MarkupItem[] MarkupList { |
642 |
get { |
643 |
return this.MarkupListField; |
644 |
} |
645 |
set { |
646 |
if ((object.ReferenceEquals(this.MarkupListField, value) != true)) { |
647 |
this.MarkupListField = value; |
648 |
this.RaisePropertyChanged("MarkupList"); |
649 |
} |
650 |
} |
651 |
} |
652 |
|
653 |
[System.Runtime.Serialization.DataMemberAttribute()] |
654 |
public string MarkupVersionID { |
655 |
get { |
656 |
return this.MarkupVersionIDField; |
657 |
} |
658 |
set { |
659 |
if ((object.ReferenceEquals(this.MarkupVersionIDField, value) != true)) { |
660 |
this.MarkupVersionIDField = value; |
661 |
this.RaisePropertyChanged("MarkupVersionID"); |
662 |
} |
663 |
} |
664 |
} |
665 |
|
666 |
[System.Runtime.Serialization.DataMemberAttribute()] |
667 |
public int PageCount { |
668 |
get { |
669 |
return this.PageCountField; |
670 |
} |
671 |
set { |
672 |
if ((this.PageCountField.Equals(value) != true)) { |
673 |
this.PageCountField = value; |
674 |
this.RaisePropertyChanged("PageCount"); |
675 |
} |
676 |
} |
677 |
} |
678 |
|
679 |
[System.Runtime.Serialization.DataMemberAttribute()] |
680 |
public int PartConsolidate { |
681 |
get { |
682 |
return this.PartConsolidateField; |
683 |
} |
684 |
set { |
685 |
if ((this.PartConsolidateField.Equals(value) != true)) { |
686 |
this.PartConsolidateField = value; |
687 |
this.RaisePropertyChanged("PartConsolidate"); |
688 |
} |
689 |
} |
690 |
} |
691 |
|
692 |
[System.Runtime.Serialization.DataMemberAttribute()] |
693 |
public System.DateTime UpdateTime { |
694 |
get { |
695 |
return this.UpdateTimeField; |
696 |
} |
697 |
set { |
698 |
if ((this.UpdateTimeField.Equals(value) != true)) { |
699 |
this.UpdateTimeField = value; |
700 |
this.RaisePropertyChanged("UpdateTime"); |
701 |
} |
702 |
} |
703 |
} |
704 |
|
705 |
[System.Runtime.Serialization.DataMemberAttribute()] |
706 |
public string UserID { |
707 |
get { |
708 |
return this.UserIDField; |
709 |
} |
710 |
set { |
711 |
if ((object.ReferenceEquals(this.UserIDField, value) != true)) { |
712 |
this.UserIDField = value; |
713 |
this.RaisePropertyChanged("UserID"); |
714 |
} |
715 |
} |
716 |
} |
717 |
|
718 |
[System.Runtime.Serialization.DataMemberAttribute()] |
719 |
public string UserName { |
720 |
get { |
721 |
return this.UserNameField; |
722 |
} |
723 |
set { |
724 |
if ((object.ReferenceEquals(this.UserNameField, value) != true)) { |
725 |
this.UserNameField = value; |
726 |
this.RaisePropertyChanged("UserName"); |
727 |
} |
728 |
} |
729 |
} |
730 |
|
731 |
[System.Runtime.Serialization.DataMemberAttribute()] |
732 |
public bool userDelete { |
733 |
get { |
734 |
return this.userDeleteField; |
735 |
} |
736 |
set { |
737 |
if ((this.userDeleteField.Equals(value) != true)) { |
738 |
this.userDeleteField = value; |
739 |
this.RaisePropertyChanged("userDelete"); |
740 |
} |
741 |
} |
742 |
} |
743 |
|
744 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
745 |
|
746 |
protected void RaisePropertyChanged(string propertyName) { |
747 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
748 |
if ((propertyChanged != null)) { |
749 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
750 |
} |
751 |
} |
752 |
} |
753 |
|
754 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
755 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
756 |
[System.Runtime.Serialization.DataContractAttribute(Name="MarkupItem", Namespace="http://schemas.datacontract.org/2004/07/IKCOM")] |
757 |
[System.SerializableAttribute()] |
758 |
public partial class MarkupItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
759 |
|
760 |
[System.NonSerializedAttribute()] |
761 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
762 |
|
763 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
764 |
private string DataField; |
765 |
|
766 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
767 |
private int Data_TypeField; |
768 |
|
769 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
770 |
private string IDField; |
771 |
|
772 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
773 |
private int PageNumberField; |
774 |
|
775 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
776 |
private string ParsingMemoField; |
777 |
|
778 |
[global::System.ComponentModel.BrowsableAttribute(false)] |
779 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
780 |
get { |
781 |
return this.extensionDataField; |
782 |
} |
783 |
set { |
784 |
this.extensionDataField = value; |
785 |
} |
786 |
} |
787 |
|
788 |
[System.Runtime.Serialization.DataMemberAttribute()] |
789 |
public string Data { |
790 |
get { |
791 |
return this.DataField; |
792 |
} |
793 |
set { |
794 |
if ((object.ReferenceEquals(this.DataField, value) != true)) { |
795 |
this.DataField = value; |
796 |
this.RaisePropertyChanged("Data"); |
797 |
} |
798 |
} |
799 |
} |
800 |
|
801 |
[System.Runtime.Serialization.DataMemberAttribute()] |
802 |
public int Data_Type { |
803 |
get { |
804 |
return this.Data_TypeField; |
805 |
} |
806 |
set { |
807 |
if ((this.Data_TypeField.Equals(value) != true)) { |
808 |
this.Data_TypeField = value; |
809 |
this.RaisePropertyChanged("Data_Type"); |
810 |
} |
811 |
} |
812 |
} |
813 |
|
814 |
[System.Runtime.Serialization.DataMemberAttribute()] |
815 |
public string ID { |
816 |
get { |
817 |
return this.IDField; |
818 |
} |
819 |
set { |
820 |
if ((object.ReferenceEquals(this.IDField, value) != true)) { |
821 |
this.IDField = value; |
822 |
this.RaisePropertyChanged("ID"); |
823 |
} |
824 |
} |
825 |
} |
826 |
|
827 |
[System.Runtime.Serialization.DataMemberAttribute()] |
828 |
public int PageNumber { |
829 |
get { |
830 |
return this.PageNumberField; |
831 |
} |
832 |
set { |
833 |
if ((this.PageNumberField.Equals(value) != true)) { |
834 |
this.PageNumberField = value; |
835 |
this.RaisePropertyChanged("PageNumber"); |
836 |
} |
837 |
} |
838 |
} |
839 |
|
840 |
[System.Runtime.Serialization.DataMemberAttribute()] |
841 |
public string ParsingMemo { |
842 |
get { |
843 |
return this.ParsingMemoField; |
844 |
} |
845 |
set { |
846 |
if ((object.ReferenceEquals(this.ParsingMemoField, value) != true)) { |
847 |
this.ParsingMemoField = value; |
848 |
this.RaisePropertyChanged("ParsingMemo"); |
849 |
} |
850 |
} |
851 |
} |
852 |
|
853 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
854 |
|
855 |
protected void RaisePropertyChanged(string propertyName) { |
856 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
857 |
if ((propertyChanged != null)) { |
858 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
859 |
} |
860 |
} |
861 |
} |
862 |
|
863 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
864 |
[System.Runtime.Serialization.DataContractAttribute(Name="FAVORITE_FLAG", Namespace="http://schemas.datacontract.org/2004/07/IKCOM")] |
865 |
public enum FAVORITE_FLAG : int { |
866 |
|
867 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
868 |
ALL = 0, |
869 |
|
870 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
871 |
TeamShare = 1, |
872 |
|
873 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
874 |
Personal = 2, |
875 |
} |
876 |
|
877 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
878 |
[System.ServiceModel.ServiceContractAttribute(Namespace="", ConfigurationName="markus_api.ServiceDeepView")] |
879 |
public interface ServiceDeepView { |
880 |
|
881 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSystemData", ReplyAction="urn:ServiceDeepView/GetSystemDataResponse")] |
882 |
MarkupToPDF.markus_api.KCOM_SystemInfo GetSystemData(); |
883 |
|
884 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetFavoriteVP", ReplyAction="urn:ServiceDeepView/GetFavoriteVPResponse")] |
885 |
KCOMDataModel.DataModel.FAVORITE_DOC[] GetFavoriteVP(string PrjNo, string userID, string sharepointItemID); |
886 |
|
887 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/EditFavoriteVP", ReplyAction="urn:ServiceDeepView/EditFavoriteVPResponse")] |
888 |
bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description); |
889 |
|
890 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")] |
891 |
bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID); |
892 |
|
893 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")] |
894 |
System.Windows.Rect[] GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress); |
895 |
|
896 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")] |
897 |
MarkupToPDF.markus_api.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID); |
898 |
|
899 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetConversionState", ReplyAction="urn:ServiceDeepView/GetConversionStateResponse")] |
900 |
bool GetConversionState(MarkupToPDF.markus_api.KCOM_BasicParam param); |
901 |
|
902 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionHistory", ReplyAction="urn:ServiceDeepView/GetVPRevisionHistoryResponse")] |
903 |
MarkupToPDF.markus_api.VPRevision[] GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId); |
904 |
|
905 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfo", ReplyAction="urn:ServiceDeepView/GetDocInfoResponse")] |
906 |
KCOMDataModel.DataModel.DOCINFO GetDocInfo(MarkupToPDF.markus_api.KCOM_BasicParam param); |
907 |
|
908 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckSystemAdmin", ReplyAction="urn:ServiceDeepView/GetCheckSystemAdminResponse")] |
909 |
bool GetCheckSystemAdmin(string UserID); |
910 |
|
911 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocumentItemInfo", ReplyAction="urn:ServiceDeepView/GetDocumentItemInfoResponse")] |
912 |
KCOMDataModel.DataModel.DOCUMENT_ITEM GetDocumentItemInfo(MarkupToPDF.markus_api.KCOM_BasicParam param); |
913 |
|
914 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")] |
915 |
MarkupToPDF.markus_api.MarkupInfoItem[] GetMarkupInfoItems(string ProjectNo, string DocInfoId); |
916 |
|
917 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSyncMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetSyncMarkupInfoItemsResponse")] |
918 |
MarkupToPDF.markus_api.MarkupInfoItem[] GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser); |
919 |
|
920 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserData", ReplyAction="urn:ServiceDeepView/GetUserDataResponse")] |
921 |
KCOMDataModel.DataModel.MEMBER[] GetUserData(string ProjectNo, string UserID); |
922 |
|
923 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDeptData", ReplyAction="urn:ServiceDeepView/GetDeptDataResponse")] |
924 |
string[] GetDeptData(string UserDept); |
925 |
|
926 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteMarkup", ReplyAction="urn:ServiceDeepView/DeleteMarkupResponse")] |
927 |
bool DeleteMarkup(string ProjectNo, string MarkupInfoID); |
928 |
|
929 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFavoriteVP", ReplyAction="urn:ServiceDeepView/SetFavoriteVPResponse")] |
930 |
bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, MarkupToPDF.markus_api.FAVORITE_FLAG flag); |
931 |
|
932 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupData", ReplyAction="urn:ServiceDeepView/SaveMarkupDataResponse")] |
933 |
bool SaveMarkupData(MarkupToPDF.markus_api.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, KCOMDataModel.DataModel.MARKUP_DATA[] mlmarkup_data); |
934 |
|
935 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveSymbol", ReplyAction="urn:ServiceDeepView/SaveSymbolResponse")] |
936 |
bool SaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private); |
937 |
|
938 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteSymbol", ReplyAction="urn:ServiceDeepView/DeleteSymbolResponse")] |
939 |
bool DeleteSymbol(string symbol_id); |
940 |
|
941 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/RenameSymbol", ReplyAction="urn:ServiceDeepView/RenameSymbolResponse")] |
942 |
bool RenameSymbol(string symbol_id, string name); |
943 |
|
944 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckListHistory", ReplyAction="urn:ServiceDeepView/AddCheckListHistoryResponse")] |
945 |
bool AddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History); |
946 |
|
947 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckListHistory", ReplyAction="urn:ServiceDeepView/SaveCheckListHistoryResponse")] |
948 |
bool SaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History); |
949 |
|
950 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckList", ReplyAction="urn:ServiceDeepView/SaveCheckListResponse")] |
951 |
bool SaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value); |
952 |
|
953 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckList", ReplyAction="urn:ServiceDeepView/AddCheckListResponse")] |
954 |
bool AddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value); |
955 |
|
956 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckList", ReplyAction="urn:ServiceDeepView/GetCheckListResponse")] |
957 |
KCOMDataModel.DataModel.CHECK_LIST GetCheckList(string project_no, string _id); |
958 |
|
959 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistory", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryResponse")] |
960 |
KCOMDataModel.DataModel.CHECK_LIST_HISTORY[] GetCheckListHistory(string project_no, string _id); |
961 |
|
962 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SavePageAngle", ReplyAction="urn:ServiceDeepView/SavePageAngleResponse")] |
963 |
bool SavePageAngle(string project_no, KCOMDataModel.DataModel.DOCPAGE[] _mldocpage); |
964 |
|
965 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfo", ReplyAction="urn:ServiceDeepView/GetMarkupInfoResponse")] |
966 |
KCOMDataModel.DataModel.MARKUP_INFO GetMarkupInfo(string project_no, string _id); |
967 |
|
968 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataListperPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataListperPageResponse")] |
969 |
string[] GetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo); |
970 |
|
971 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfo", ReplyAction="urn:ServiceDeepView/AddMarkupInfoResponse")] |
972 |
bool AddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value); |
973 |
|
974 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfoVersion", ReplyAction="urn:ServiceDeepView/AddMarkupInfoVersionResponse")] |
975 |
bool AddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value); |
976 |
|
977 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupData", ReplyAction="urn:ServiceDeepView/AddMarkupDataResponse")] |
978 |
bool AddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value); |
979 |
|
980 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AvoidMarkupInfo", ReplyAction="urn:ServiceDeepView/AvoidMarkupInfoResponse")] |
981 |
bool AvoidMarkupInfo(string project_no, string _doc_id); |
982 |
|
983 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupInfo", ReplyAction="urn:ServiceDeepView/SaveMarkupInfoResponse")] |
984 |
bool SaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value); |
985 |
|
986 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataList", ReplyAction="urn:ServiceDeepView/GetMarkupDataListResponse")] |
987 |
KCOMDataModel.DataModel.MARKUP_DATA[] GetMarkupDataList(string project_no, string _versionid); |
988 |
|
989 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/Consolidate", ReplyAction="urn:ServiceDeepView/ConsolidateResponse")] |
990 |
bool Consolidate(string project_no, string _user_id, string _doc_id, MarkupToPDF.markus_api.MarkupInfoItem[] markupInfoItems); |
991 |
|
992 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMember", ReplyAction="urn:ServiceDeepView/GetMemberResponse")] |
993 |
KCOMDataModel.DataModel.MEMBER GetMember(string project_no, string user_id); |
994 |
|
995 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolList", ReplyAction="urn:ServiceDeepView/GetSymbolListResponse")] |
996 |
KCOMDataModel.DataModel.SYMBOL_PRIVATE[] GetSymbolList(string user_id); |
997 |
|
998 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolDeptList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolDeptListResponse")] |
999 |
string[] GetPublicSymbolDeptList(); |
1000 |
|
1001 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolListResponse")] |
1002 |
KCOMDataModel.DataModel.SYMBOL_PUBLIC[] GetPublicSymbolList(string dept); |
1003 |
|
1004 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolData", ReplyAction="urn:ServiceDeepView/GetSymbolDataResponse")] |
1005 |
string GetSymbolData(string id, int type); |
1006 |
|
1007 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSignData", ReplyAction="urn:ServiceDeepView/GetSignDataResponse")] |
1008 |
string GetSignData(string project_no, string user_id); |
1009 |
} |
1010 |
|
1011 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1012 |
public interface ServiceDeepViewChannel : MarkupToPDF.markus_api.ServiceDeepView, System.ServiceModel.IClientChannel { |
1013 |
} |
1014 |
|
1015 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1016 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1017 |
public partial class ServiceDeepViewClient : System.ServiceModel.ClientBase<MarkupToPDF.markus_api.ServiceDeepView>, MarkupToPDF.markus_api.ServiceDeepView { |
1018 |
|
1019 |
public ServiceDeepViewClient() { |
1020 |
} |
1021 |
|
1022 |
public ServiceDeepViewClient(string endpointConfigurationName) : |
1023 |
base(endpointConfigurationName) { |
1024 |
} |
1025 |
|
1026 |
public ServiceDeepViewClient(string endpointConfigurationName, string remoteAddress) : |
1027 |
base(endpointConfigurationName, remoteAddress) { |
1028 |
} |
1029 |
|
1030 |
public ServiceDeepViewClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : |
1031 |
base(endpointConfigurationName, remoteAddress) { |
1032 |
} |
1033 |
|
1034 |
public ServiceDeepViewClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : |
1035 |
base(binding, remoteAddress) { |
1036 |
} |
1037 |
|
1038 |
public MarkupToPDF.markus_api.KCOM_SystemInfo GetSystemData() { |
1039 |
return base.Channel.GetSystemData(); |
1040 |
} |
1041 |
|
1042 |
public KCOMDataModel.DataModel.FAVORITE_DOC[] GetFavoriteVP(string PrjNo, string userID, string sharepointItemID) { |
1043 |
return base.Channel.GetFavoriteVP(PrjNo, userID, sharepointItemID); |
1044 |
} |
1045 |
|
1046 |
public bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description) { |
1047 |
return base.Channel.EditFavoriteVP(prjNo, userID, docID, state, description); |
1048 |
} |
1049 |
|
1050 |
public bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID) { |
1051 |
return base.Channel.DelFavoriteVP(prjNo, userID, SavePageNo, docID); |
1052 |
} |
1053 |
|
1054 |
public System.Windows.Rect[] GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress) { |
1055 |
return base.Channel.GetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress); |
1056 |
} |
1057 |
|
1058 |
public MarkupToPDF.markus_api.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) { |
1059 |
return base.Channel.SetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID); |
1060 |
} |
1061 |
|
1062 |
public bool GetConversionState(MarkupToPDF.markus_api.KCOM_BasicParam param) { |
1063 |
return base.Channel.GetConversionState(param); |
1064 |
} |
1065 |
|
1066 |
public MarkupToPDF.markus_api.VPRevision[] GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId) { |
1067 |
return base.Channel.GetVPRevisionHistory(ProjectNo, vpNo, DocumentId); |
1068 |
} |
1069 |
|
1070 |
public KCOMDataModel.DataModel.DOCINFO GetDocInfo(MarkupToPDF.markus_api.KCOM_BasicParam param) { |
1071 |
return base.Channel.GetDocInfo(param); |
1072 |
} |
1073 |
|
1074 |
public bool GetCheckSystemAdmin(string UserID) { |
1075 |
return base.Channel.GetCheckSystemAdmin(UserID); |
1076 |
} |
1077 |
|
1078 |
public KCOMDataModel.DataModel.DOCUMENT_ITEM GetDocumentItemInfo(MarkupToPDF.markus_api.KCOM_BasicParam param) { |
1079 |
return base.Channel.GetDocumentItemInfo(param); |
1080 |
} |
1081 |
|
1082 |
public MarkupToPDF.markus_api.MarkupInfoItem[] GetMarkupInfoItems(string ProjectNo, string DocInfoId) { |
1083 |
return base.Channel.GetMarkupInfoItems(ProjectNo, DocInfoId); |
1084 |
} |
1085 |
|
1086 |
public MarkupToPDF.markus_api.MarkupInfoItem[] GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser) { |
1087 |
return base.Channel.GetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser); |
1088 |
} |
1089 |
|
1090 |
public KCOMDataModel.DataModel.MEMBER[] GetUserData(string ProjectNo, string UserID) { |
1091 |
return base.Channel.GetUserData(ProjectNo, UserID); |
1092 |
} |
1093 |
|
1094 |
public string[] GetDeptData(string UserDept) { |
1095 |
return base.Channel.GetDeptData(UserDept); |
1096 |
} |
1097 |
|
1098 |
public bool DeleteMarkup(string ProjectNo, string MarkupInfoID) { |
1099 |
return base.Channel.DeleteMarkup(ProjectNo, MarkupInfoID); |
1100 |
} |
1101 |
|
1102 |
public bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, MarkupToPDF.markus_api.FAVORITE_FLAG flag) { |
1103 |
return base.Channel.SetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag); |
1104 |
} |
1105 |
|
1106 |
public bool SaveMarkupData(MarkupToPDF.markus_api.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, KCOMDataModel.DataModel.MARKUP_DATA[] mlmarkup_data) { |
1107 |
return base.Channel.SaveMarkupData(UserState, project_no, doc_id, user_id, mlmarkup_data); |
1108 |
} |
1109 |
|
1110 |
public bool SaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private) { |
1111 |
return base.Channel.SaveSymbol(symbol_private); |
1112 |
} |
1113 |
|
1114 |
public bool DeleteSymbol(string symbol_id) { |
1115 |
return base.Channel.DeleteSymbol(symbol_id); |
1116 |
} |
1117 |
|
1118 |
public bool RenameSymbol(string symbol_id, string name) { |
1119 |
return base.Channel.RenameSymbol(symbol_id, name); |
1120 |
} |
1121 |
|
1122 |
public bool AddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) { |
1123 |
return base.Channel.AddCheckListHistory(project_no, Check_History); |
1124 |
} |
1125 |
|
1126 |
public bool SaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) { |
1127 |
return base.Channel.SaveCheckListHistory(project_no, rev, Check_History); |
1128 |
} |
1129 |
|
1130 |
public bool SaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value) { |
1131 |
return base.Channel.SaveCheckList(project_no, _id, Check_value); |
1132 |
} |
1133 |
|
1134 |
public bool AddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value) { |
1135 |
return base.Channel.AddCheckList(project_no, Check_value); |
1136 |
} |
1137 |
|
1138 |
public KCOMDataModel.DataModel.CHECK_LIST GetCheckList(string project_no, string _id) { |
1139 |
return base.Channel.GetCheckList(project_no, _id); |
1140 |
} |
1141 |
|
1142 |
public KCOMDataModel.DataModel.CHECK_LIST_HISTORY[] GetCheckListHistory(string project_no, string _id) { |
1143 |
return base.Channel.GetCheckListHistory(project_no, _id); |
1144 |
} |
1145 |
|
1146 |
public bool SavePageAngle(string project_no, KCOMDataModel.DataModel.DOCPAGE[] _mldocpage) { |
1147 |
return base.Channel.SavePageAngle(project_no, _mldocpage); |
1148 |
} |
1149 |
|
1150 |
public KCOMDataModel.DataModel.MARKUP_INFO GetMarkupInfo(string project_no, string _id) { |
1151 |
return base.Channel.GetMarkupInfo(project_no, _id); |
1152 |
} |
1153 |
|
1154 |
public string[] GetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo) { |
1155 |
return base.Channel.GetMarkupDataListperPage(project_no, _markupinfoid, _pageNo); |
1156 |
} |
1157 |
|
1158 |
public bool AddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value) { |
1159 |
return base.Channel.AddMarkupInfo(project_no, value); |
1160 |
} |
1161 |
|
1162 |
public bool AddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value) { |
1163 |
return base.Channel.AddMarkupInfoVersion(project_no, value); |
1164 |
} |
1165 |
|
1166 |
public bool AddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value) { |
1167 |
return base.Channel.AddMarkupData(project_no, value); |
1168 |
} |
1169 |
|
1170 |
public bool AvoidMarkupInfo(string project_no, string _doc_id) { |
1171 |
return base.Channel.AvoidMarkupInfo(project_no, _doc_id); |
1172 |
} |
1173 |
|
1174 |
public bool SaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value) { |
1175 |
return base.Channel.SaveMarkupInfo(project_no, _id, value); |
1176 |
} |
1177 |
|
1178 |
public KCOMDataModel.DataModel.MARKUP_DATA[] GetMarkupDataList(string project_no, string _versionid) { |
1179 |
return base.Channel.GetMarkupDataList(project_no, _versionid); |
1180 |
} |
1181 |
|
1182 |
public bool Consolidate(string project_no, string _user_id, string _doc_id, MarkupToPDF.markus_api.MarkupInfoItem[] markupInfoItems) { |
1183 |
return base.Channel.Consolidate(project_no, _user_id, _doc_id, markupInfoItems); |
1184 |
} |
1185 |
|
1186 |
public KCOMDataModel.DataModel.MEMBER GetMember(string project_no, string user_id) { |
1187 |
return base.Channel.GetMember(project_no, user_id); |
1188 |
} |
1189 |
|
1190 |
public KCOMDataModel.DataModel.SYMBOL_PRIVATE[] GetSymbolList(string user_id) { |
1191 |
return base.Channel.GetSymbolList(user_id); |
1192 |
} |
1193 |
|
1194 |
public string[] GetPublicSymbolDeptList() { |
1195 |
return base.Channel.GetPublicSymbolDeptList(); |
1196 |
} |
1197 |
|
1198 |
public KCOMDataModel.DataModel.SYMBOL_PUBLIC[] GetPublicSymbolList(string dept) { |
1199 |
return base.Channel.GetPublicSymbolList(dept); |
1200 |
} |
1201 |
|
1202 |
public string GetSymbolData(string id, int type) { |
1203 |
return base.Channel.GetSymbolData(id, type); |
1204 |
} |
1205 |
|
1206 |
public string GetSignData(string project_no, string user_id) { |
1207 |
return base.Channel.GetSignData(project_no, user_id); |
1208 |
} |
1209 |
} |
1210 |
} |