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