markus / KCOM / Connected Services / ServiceDeepView / Reference.cs @ ff01c725
이력 | 보기 | 이력해설 | 다운로드 (379 KB)
1 |
//------------------------------------------------------------------------------ |
---|---|
2 |
// <auto-generated> |
3 |
// 이 코드는 도구를 사용하여 생성되었습니다. |
4 |
// 런타임 버전:4.0.30319.42000 |
5 |
// |
6 |
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면 |
7 |
// 이러한 변경 내용이 손실됩니다. |
8 |
// </auto-generated> |
9 |
//------------------------------------------------------------------------------ |
10 |
|
11 |
namespace KCOM.ServiceDeepView { |
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.ServiceDeepView.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.ServiceDeepView.StructuralObject { |
83 |
|
84 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
85 |
private KCOM.ServiceDeepView.EntityKey EntityKeyField; |
86 |
|
87 |
[System.Runtime.Serialization.DataMemberAttribute()] |
88 |
public KCOM.ServiceDeepView.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.ServiceDeepView.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.ServiceDeepView.EntityKeyMember> EntityKeyValues { |
144 |
get { |
145 |
return this.EntityKeyValuesField; |
146 |
} |
147 |
set { |
148 |
if ((object.ReferenceEquals(this.EntityKeyValuesField, value) != true)) { |
149 |
this.EntityKeyValuesField = value; |
150 |
this.RaisePropertyChanged("EntityKeyValues"); |
151 |
} |
152 |
} |
153 |
} |
154 |
|
155 |
[System.Runtime.Serialization.DataMemberAttribute()] |
156 |
public string EntitySetName { |
157 |
get { |
158 |
return this.EntitySetNameField; |
159 |
} |
160 |
set { |
161 |
if ((object.ReferenceEquals(this.EntitySetNameField, value) != true)) { |
162 |
this.EntitySetNameField = value; |
163 |
this.RaisePropertyChanged("EntitySetName"); |
164 |
} |
165 |
} |
166 |
} |
167 |
|
168 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
169 |
|
170 |
protected void RaisePropertyChanged(string propertyName) { |
171 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
172 |
if ((propertyChanged != null)) { |
173 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
174 |
} |
175 |
} |
176 |
} |
177 |
|
178 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
179 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
180 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityKeyMember", Namespace="http://schemas.datacontract.org/2004/07/System.Data")] |
181 |
[System.SerializableAttribute()] |
182 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<string>))] |
183 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC>))] |
184 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))] |
185 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))] |
186 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE>))] |
187 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCPAGE))] |
188 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_INFO>))] |
189 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO))] |
190 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_INFO_VERSION>))] |
191 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION))] |
192 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>))] |
193 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA))] |
194 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))] |
195 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MEMBER))] |
196 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.SIGN_INFO>))] |
197 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SIGN_INFO))] |
198 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER>))] |
199 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PRIVATE))] |
200 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PUBLIC))] |
201 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST_HISTORY))] |
202 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST))] |
203 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST>))] |
204 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY>))] |
205 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE>))] |
206 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC>))] |
207 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM>))] |
208 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.TALK))] |
209 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.TALK>))] |
210 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FINAL_PDF))] |
211 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF>))] |
212 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.PROPERTIES))] |
213 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES>))] |
214 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_SystemInfo))] |
215 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_BasicParam))] |
216 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.VPRevision>))] |
217 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.VPRevision))] |
218 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.MarkupInfoItem>))] |
219 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.MarkupInfoItem))] |
220 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.MarkupItem>))] |
221 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.MarkupItem))] |
222 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.FAVORITE_FLAG))] |
223 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityObject))] |
224 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.StructuralObject))] |
225 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))] |
226 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReference))] |
227 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.RelatedEnd))] |
228 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))] |
229 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))] |
230 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))] |
231 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<System.Windows.Rect>))] |
232 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Windows.Rect))] |
233 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityKey))] |
234 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOM.ServiceDeepView.EntityKeyMember>))] |
235 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalPDFResult))] |
236 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalStatus))] |
237 |
public partial class EntityKeyMember : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
238 |
|
239 |
[System.NonSerializedAttribute()] |
240 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
241 |
|
242 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
243 |
private string KeyField; |
244 |
|
245 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
246 |
private object ValueField; |
247 |
|
248 |
[global::System.ComponentModel.BrowsableAttribute(false)] |
249 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
250 |
get { |
251 |
return this.extensionDataField; |
252 |
} |
253 |
set { |
254 |
this.extensionDataField = value; |
255 |
} |
256 |
} |
257 |
|
258 |
[System.Runtime.Serialization.DataMemberAttribute()] |
259 |
public string Key { |
260 |
get { |
261 |
return this.KeyField; |
262 |
} |
263 |
set { |
264 |
if ((object.ReferenceEquals(this.KeyField, value) != true)) { |
265 |
this.KeyField = value; |
266 |
this.RaisePropertyChanged("Key"); |
267 |
} |
268 |
} |
269 |
} |
270 |
|
271 |
[System.Runtime.Serialization.DataMemberAttribute()] |
272 |
public object Value { |
273 |
get { |
274 |
return this.ValueField; |
275 |
} |
276 |
set { |
277 |
if ((object.ReferenceEquals(this.ValueField, value) != true)) { |
278 |
this.ValueField = value; |
279 |
this.RaisePropertyChanged("Value"); |
280 |
} |
281 |
} |
282 |
} |
283 |
|
284 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
285 |
|
286 |
protected void RaisePropertyChanged(string propertyName) { |
287 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
288 |
if ((propertyChanged != null)) { |
289 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
290 |
} |
291 |
} |
292 |
} |
293 |
|
294 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
295 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
296 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfDOCINFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
297 |
[System.SerializableAttribute()] |
298 |
public partial class EntityReferenceOfDOCINFOitJtO6kG : KCOM.ServiceDeepView.EntityReference { |
299 |
} |
300 |
|
301 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
302 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
303 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReference", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
304 |
[System.SerializableAttribute()] |
305 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))] |
306 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))] |
307 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))] |
308 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))] |
309 |
public partial class EntityReference : KCOM.ServiceDeepView.RelatedEnd { |
310 |
|
311 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
312 |
private KCOM.ServiceDeepView.EntityKey EntityKeyField; |
313 |
|
314 |
[System.Runtime.Serialization.DataMemberAttribute()] |
315 |
public KCOM.ServiceDeepView.EntityKey EntityKey { |
316 |
get { |
317 |
return this.EntityKeyField; |
318 |
} |
319 |
set { |
320 |
if ((object.ReferenceEquals(this.EntityKeyField, value) != true)) { |
321 |
this.EntityKeyField = value; |
322 |
this.RaisePropertyChanged("EntityKey"); |
323 |
} |
324 |
} |
325 |
} |
326 |
} |
327 |
|
328 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
329 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
330 |
[System.Runtime.Serialization.DataContractAttribute(Name="RelatedEnd", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
331 |
[System.SerializableAttribute()] |
332 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReference))] |
333 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))] |
334 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))] |
335 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))] |
336 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))] |
337 |
public partial class RelatedEnd : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
338 |
|
339 |
[System.NonSerializedAttribute()] |
340 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
341 |
|
342 |
[global::System.ComponentModel.BrowsableAttribute(false)] |
343 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
344 |
get { |
345 |
return this.extensionDataField; |
346 |
} |
347 |
set { |
348 |
this.extensionDataField = value; |
349 |
} |
350 |
} |
351 |
|
352 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
353 |
|
354 |
protected void RaisePropertyChanged(string propertyName) { |
355 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
356 |
if ((propertyChanged != null)) { |
357 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
358 |
} |
359 |
} |
360 |
} |
361 |
|
362 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
363 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
364 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
365 |
[System.SerializableAttribute()] |
366 |
public partial class EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG : KCOM.ServiceDeepView.EntityReference { |
367 |
} |
368 |
|
369 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
370 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
371 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
372 |
[System.SerializableAttribute()] |
373 |
public partial class EntityReferenceOfMARKUP_INFOitJtO6kG : KCOM.ServiceDeepView.EntityReference { |
374 |
} |
375 |
|
376 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
377 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
378 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMEMBERitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
379 |
[System.SerializableAttribute()] |
380 |
public partial class EntityReferenceOfMEMBERitJtO6kG : KCOM.ServiceDeepView.EntityReference { |
381 |
} |
382 |
|
383 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
384 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
385 |
[System.Runtime.Serialization.DataContractAttribute(Name="FinalPDFResult", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")] |
386 |
[System.SerializableAttribute()] |
387 |
public partial struct FinalPDFResult : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
388 |
|
389 |
[System.NonSerializedAttribute()] |
390 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
391 |
|
392 |
private int CurrentPageField; |
393 |
|
394 |
private string ExceptionField; |
395 |
|
396 |
private string FinalIDField; |
397 |
|
398 |
private string ProjectNoField; |
399 |
|
400 |
private KCOM.ServiceDeepView.FinalStatus StatusField; |
401 |
|
402 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
403 |
get { |
404 |
return this.extensionDataField; |
405 |
} |
406 |
set { |
407 |
this.extensionDataField = value; |
408 |
} |
409 |
} |
410 |
|
411 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
412 |
public int CurrentPage { |
413 |
get { |
414 |
return this.CurrentPageField; |
415 |
} |
416 |
set { |
417 |
if ((this.CurrentPageField.Equals(value) != true)) { |
418 |
this.CurrentPageField = value; |
419 |
this.RaisePropertyChanged("CurrentPage"); |
420 |
} |
421 |
} |
422 |
} |
423 |
|
424 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
425 |
public string Exception { |
426 |
get { |
427 |
return this.ExceptionField; |
428 |
} |
429 |
set { |
430 |
if ((object.ReferenceEquals(this.ExceptionField, value) != true)) { |
431 |
this.ExceptionField = value; |
432 |
this.RaisePropertyChanged("Exception"); |
433 |
} |
434 |
} |
435 |
} |
436 |
|
437 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
438 |
public string FinalID { |
439 |
get { |
440 |
return this.FinalIDField; |
441 |
} |
442 |
set { |
443 |
if ((object.ReferenceEquals(this.FinalIDField, value) != true)) { |
444 |
this.FinalIDField = value; |
445 |
this.RaisePropertyChanged("FinalID"); |
446 |
} |
447 |
} |
448 |
} |
449 |
|
450 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
451 |
public string ProjectNo { |
452 |
get { |
453 |
return this.ProjectNoField; |
454 |
} |
455 |
set { |
456 |
if ((object.ReferenceEquals(this.ProjectNoField, value) != true)) { |
457 |
this.ProjectNoField = value; |
458 |
this.RaisePropertyChanged("ProjectNo"); |
459 |
} |
460 |
} |
461 |
} |
462 |
|
463 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
464 |
public KCOM.ServiceDeepView.FinalStatus Status { |
465 |
get { |
466 |
return this.StatusField; |
467 |
} |
468 |
set { |
469 |
if ((this.StatusField.Equals(value) != true)) { |
470 |
this.StatusField = value; |
471 |
this.RaisePropertyChanged("Status"); |
472 |
} |
473 |
} |
474 |
} |
475 |
|
476 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
477 |
|
478 |
void RaisePropertyChanged(string propertyName) { |
479 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
480 |
if ((propertyChanged != null)) { |
481 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
482 |
} |
483 |
} |
484 |
} |
485 |
|
486 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
487 |
[System.Runtime.Serialization.DataContractAttribute(Name="FinalStatus", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")] |
488 |
public enum FinalStatus : int { |
489 |
|
490 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
491 |
Insert = 0, |
492 |
|
493 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
494 |
Wait = 1, |
495 |
|
496 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
497 |
Create = 2, |
498 |
|
499 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
500 |
PdfStamp = 3, |
501 |
|
502 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
503 |
Success = 4, |
504 |
|
505 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
506 |
Error = 5, |
507 |
} |
508 |
|
509 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
510 |
[System.ServiceModel.ServiceContractAttribute(Namespace="", ConfigurationName="ServiceDeepView.ServiceDeepView")] |
511 |
public interface ServiceDeepView { |
512 |
|
513 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVersionData", ReplyAction="urn:ServiceDeepView/GetVersionDataResponse")] |
514 |
string GetVersionData(bool is64BitProcess, string markusVer); |
515 |
|
516 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetVersionData", ReplyAction="urn:ServiceDeepView/GetVersionDataResponse")] |
517 |
System.IAsyncResult BeginGetVersionData(bool is64BitProcess, string markusVer, System.AsyncCallback callback, object asyncState); |
518 |
|
519 |
string EndGetVersionData(System.IAsyncResult result); |
520 |
|
521 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSystemData", ReplyAction="urn:ServiceDeepView/GetSystemDataResponse")] |
522 |
IKCOM.KCOM_SystemInfo GetSystemData(); |
523 |
|
524 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSystemData", ReplyAction="urn:ServiceDeepView/GetSystemDataResponse")] |
525 |
System.IAsyncResult BeginGetSystemData(System.AsyncCallback callback, object asyncState); |
526 |
|
527 |
IKCOM.KCOM_SystemInfo EndGetSystemData(System.IAsyncResult result); |
528 |
|
529 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetFavoriteVP", ReplyAction="urn:ServiceDeepView/GetFavoriteVPResponse")] |
530 |
System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> GetFavoriteVP(string PrjNo, string userID, string sharepointItemID); |
531 |
|
532 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetFavoriteVP", ReplyAction="urn:ServiceDeepView/GetFavoriteVPResponse")] |
533 |
System.IAsyncResult BeginGetFavoriteVP(string PrjNo, string userID, string sharepointItemID, System.AsyncCallback callback, object asyncState); |
534 |
|
535 |
System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> EndGetFavoriteVP(System.IAsyncResult result); |
536 |
|
537 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/EditFavoriteVP", ReplyAction="urn:ServiceDeepView/EditFavoriteVPResponse")] |
538 |
bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description); |
539 |
|
540 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/EditFavoriteVP", ReplyAction="urn:ServiceDeepView/EditFavoriteVPResponse")] |
541 |
System.IAsyncResult BeginEditFavoriteVP(string prjNo, string userID, string docID, int state, string description, System.AsyncCallback callback, object asyncState); |
542 |
|
543 |
bool EndEditFavoriteVP(System.IAsyncResult result); |
544 |
|
545 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")] |
546 |
bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID); |
547 |
|
548 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")] |
549 |
System.IAsyncResult BeginDelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID, System.AsyncCallback callback, object asyncState); |
550 |
|
551 |
bool EndDelFavoriteVP(System.IAsyncResult result); |
552 |
|
553 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")] |
554 |
System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress); |
555 |
|
556 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")] |
557 |
System.IAsyncResult BeginGetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress, System.AsyncCallback callback, object asyncState); |
558 |
|
559 |
System.Collections.Generic.List<System.Windows.Rect> EndGetCompareRect(System.IAsyncResult result); |
560 |
|
561 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")] |
562 |
KCOM.ServiceDeepView.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID); |
563 |
|
564 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")] |
565 |
System.IAsyncResult BeginSetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState); |
566 |
|
567 |
KCOM.ServiceDeepView.FinalPDFResult EndSetFinalPDF(System.IAsyncResult result); |
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(AsyncPattern=true, Action="urn:ServiceDeepView/GetConversionState", ReplyAction="urn:ServiceDeepView/GetConversionStateResponse")] |
573 |
System.IAsyncResult BeginGetConversionState(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState); |
574 |
|
575 |
bool EndGetConversionState(System.IAsyncResult result); |
576 |
|
577 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionHistory", ReplyAction="urn:ServiceDeepView/GetVPRevisionHistoryResponse")] |
578 |
System.Collections.Generic.List<IKCOM.VPRevision> GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId); |
579 |
|
580 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetVPRevisionHistory", ReplyAction="urn:ServiceDeepView/GetVPRevisionHistoryResponse")] |
581 |
System.IAsyncResult BeginGetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId, System.AsyncCallback callback, object asyncState); |
582 |
|
583 |
System.Collections.Generic.List<IKCOM.VPRevision> EndGetVPRevisionHistory(System.IAsyncResult result); |
584 |
|
585 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetVPRevisionFirstOrDefaultResponse")] |
586 |
IKCOM.VPRevision GetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId); |
587 |
|
588 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetVPRevisionFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetVPRevisionFirstOrDefaultResponse")] |
589 |
System.IAsyncResult BeginGetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId, System.AsyncCallback callback, object asyncState); |
590 |
|
591 |
IKCOM.VPRevision EndGetVPRevisionFirstOrDefault(System.IAsyncResult result); |
592 |
|
593 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfo", ReplyAction="urn:ServiceDeepView/GetDocInfoResponse")] |
594 |
KCOMDataModel.DataModel.DOCINFO GetDocInfo(IKCOM.KCOM_BasicParam param); |
595 |
|
596 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocInfo", ReplyAction="urn:ServiceDeepView/GetDocInfoResponse")] |
597 |
System.IAsyncResult BeginGetDocInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState); |
598 |
|
599 |
KCOMDataModel.DataModel.DOCINFO EndGetDocInfo(System.IAsyncResult result); |
600 |
|
601 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckSystemAdmin", ReplyAction="urn:ServiceDeepView/GetCheckSystemAdminResponse")] |
602 |
bool GetCheckSystemAdmin(string UserID); |
603 |
|
604 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckSystemAdmin", ReplyAction="urn:ServiceDeepView/GetCheckSystemAdminResponse")] |
605 |
System.IAsyncResult BeginGetCheckSystemAdmin(string UserID, System.AsyncCallback callback, object asyncState); |
606 |
|
607 |
bool EndGetCheckSystemAdmin(System.IAsyncResult result); |
608 |
|
609 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocumentItemInfo", ReplyAction="urn:ServiceDeepView/GetDocumentItemInfoResponse")] |
610 |
KCOMDataModel.DataModel.DOCUMENT_ITEM GetDocumentItemInfo(IKCOM.KCOM_BasicParam param); |
611 |
|
612 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocumentItemInfo", ReplyAction="urn:ServiceDeepView/GetDocumentItemInfoResponse")] |
613 |
System.IAsyncResult BeginGetDocumentItemInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState); |
614 |
|
615 |
KCOMDataModel.DataModel.DOCUMENT_ITEM EndGetDocumentItemInfo(System.IAsyncResult result); |
616 |
|
617 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocItemID", ReplyAction="urn:ServiceDeepView/GetDocItemIDResponse")] |
618 |
string GetDocItemID(string ensemble_id); |
619 |
|
620 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocItemID", ReplyAction="urn:ServiceDeepView/GetDocItemIDResponse")] |
621 |
System.IAsyncResult BeginGetDocItemID(string ensemble_id, System.AsyncCallback callback, object asyncState); |
622 |
|
623 |
string EndGetDocItemID(System.IAsyncResult result); |
624 |
|
625 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")] |
626 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId); |
627 |
|
628 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")] |
629 |
System.IAsyncResult BeginGetMarkupInfoItems(string ProjectNo, string DocInfoId, System.AsyncCallback callback, object asyncState); |
630 |
|
631 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetMarkupInfoItems(System.IAsyncResult result); |
632 |
|
633 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSyncMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetSyncMarkupInfoItemsResponse")] |
634 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser); |
635 |
|
636 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSyncMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetSyncMarkupInfoItemsResponse")] |
637 |
System.IAsyncResult BeginGetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser, System.AsyncCallback callback, object asyncState); |
638 |
|
639 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetSyncMarkupInfoItems(System.IAsyncResult result); |
640 |
|
641 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserData", ReplyAction="urn:ServiceDeepView/GetUserDataResponse")] |
642 |
System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> GetUserData(string ProjectNo, string UserID); |
643 |
|
644 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetUserData", ReplyAction="urn:ServiceDeepView/GetUserDataResponse")] |
645 |
System.IAsyncResult BeginGetUserData(string ProjectNo, string UserID, System.AsyncCallback callback, object asyncState); |
646 |
|
647 |
System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> EndGetUserData(System.IAsyncResult result); |
648 |
|
649 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDeptData", ReplyAction="urn:ServiceDeepView/GetDeptDataResponse")] |
650 |
System.Collections.Generic.List<string> GetDeptData(string UserDept); |
651 |
|
652 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDeptData", ReplyAction="urn:ServiceDeepView/GetDeptDataResponse")] |
653 |
System.IAsyncResult BeginGetDeptData(string UserDept, System.AsyncCallback callback, object asyncState); |
654 |
|
655 |
System.Collections.Generic.List<string> EndGetDeptData(System.IAsyncResult result); |
656 |
|
657 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteMarkup", ReplyAction="urn:ServiceDeepView/DeleteMarkupResponse")] |
658 |
bool DeleteMarkup(string ProjectNo, string MarkupInfoID); |
659 |
|
660 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/DeleteMarkup", ReplyAction="urn:ServiceDeepView/DeleteMarkupResponse")] |
661 |
System.IAsyncResult BeginDeleteMarkup(string ProjectNo, string MarkupInfoID, System.AsyncCallback callback, object asyncState); |
662 |
|
663 |
bool EndDeleteMarkup(System.IAsyncResult result); |
664 |
|
665 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFavoriteVP", ReplyAction="urn:ServiceDeepView/SetFavoriteVPResponse")] |
666 |
bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag); |
667 |
|
668 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SetFavoriteVP", ReplyAction="urn:ServiceDeepView/SetFavoriteVPResponse")] |
669 |
System.IAsyncResult BeginSetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag, System.AsyncCallback callback, object asyncState); |
670 |
|
671 |
bool EndSetFavoriteVP(System.IAsyncResult result); |
672 |
|
673 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupData", ReplyAction="urn:ServiceDeepView/SaveMarkupDataResponse")] |
674 |
bool SaveMarkupData(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data); |
675 |
|
676 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveMarkupData", ReplyAction="urn:ServiceDeepView/SaveMarkupDataResponse")] |
677 |
System.IAsyncResult BeginSaveMarkupData(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data, System.AsyncCallback callback, object asyncState); |
678 |
|
679 |
bool EndSaveMarkupData(System.IAsyncResult result); |
680 |
|
681 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/UpdateMarkupData", ReplyAction="urn:ServiceDeepView/UpdateMarkupDataResponse")] |
682 |
bool UpdateMarkupData(string CommentID, long Group_ID, string ProjectNo); |
683 |
|
684 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/UpdateMarkupData", ReplyAction="urn:ServiceDeepView/UpdateMarkupDataResponse")] |
685 |
System.IAsyncResult BeginUpdateMarkupData(string CommentID, long Group_ID, string ProjectNo, System.AsyncCallback callback, object asyncState); |
686 |
|
687 |
bool EndUpdateMarkupData(System.IAsyncResult result); |
688 |
|
689 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveSymbol", ReplyAction="urn:ServiceDeepView/SaveSymbolResponse")] |
690 |
bool SaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private); |
691 |
|
692 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveSymbol", ReplyAction="urn:ServiceDeepView/SaveSymbolResponse")] |
693 |
System.IAsyncResult BeginSaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private, System.AsyncCallback callback, object asyncState); |
694 |
|
695 |
bool EndSaveSymbol(System.IAsyncResult result); |
696 |
|
697 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddPublicSymbol", ReplyAction="urn:ServiceDeepView/AddPublicSymbolResponse")] |
698 |
bool AddPublicSymbol(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol); |
699 |
|
700 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddPublicSymbol", ReplyAction="urn:ServiceDeepView/AddPublicSymbolResponse")] |
701 |
System.IAsyncResult BeginAddPublicSymbol(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol, System.AsyncCallback callback, object asyncState); |
702 |
|
703 |
bool EndAddPublicSymbol(System.IAsyncResult result); |
704 |
|
705 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteSymbol", ReplyAction="urn:ServiceDeepView/DeleteSymbolResponse")] |
706 |
bool DeleteSymbol(string symbol_id, int type); |
707 |
|
708 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/DeleteSymbol", ReplyAction="urn:ServiceDeepView/DeleteSymbolResponse")] |
709 |
System.IAsyncResult BeginDeleteSymbol(string symbol_id, int type, System.AsyncCallback callback, object asyncState); |
710 |
|
711 |
bool EndDeleteSymbol(System.IAsyncResult result); |
712 |
|
713 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/RenameSymbol", ReplyAction="urn:ServiceDeepView/RenameSymbolResponse")] |
714 |
bool RenameSymbol(string symbol_id, string name, int type); |
715 |
|
716 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/RenameSymbol", ReplyAction="urn:ServiceDeepView/RenameSymbolResponse")] |
717 |
System.IAsyncResult BeginRenameSymbol(string symbol_id, string name, int type, System.AsyncCallback callback, object asyncState); |
718 |
|
719 |
bool EndRenameSymbol(System.IAsyncResult result); |
720 |
|
721 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckListHistory", ReplyAction="urn:ServiceDeepView/AddCheckListHistoryResponse")] |
722 |
bool AddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History); |
723 |
|
724 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddCheckListHistory", ReplyAction="urn:ServiceDeepView/AddCheckListHistoryResponse")] |
725 |
System.IAsyncResult BeginAddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, System.AsyncCallback callback, object asyncState); |
726 |
|
727 |
bool EndAddCheckListHistory(System.IAsyncResult result); |
728 |
|
729 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckListHistory", ReplyAction="urn:ServiceDeepView/SaveCheckListHistoryResponse")] |
730 |
bool SaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History); |
731 |
|
732 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveCheckListHistory", ReplyAction="urn:ServiceDeepView/SaveCheckListHistoryResponse")] |
733 |
System.IAsyncResult BeginSaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, System.AsyncCallback callback, object asyncState); |
734 |
|
735 |
bool EndSaveCheckListHistory(System.IAsyncResult result); |
736 |
|
737 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckList", ReplyAction="urn:ServiceDeepView/SaveCheckListResponse")] |
738 |
bool SaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value); |
739 |
|
740 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveCheckList", ReplyAction="urn:ServiceDeepView/SaveCheckListResponse")] |
741 |
System.IAsyncResult BeginSaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value, System.AsyncCallback callback, object asyncState); |
742 |
|
743 |
bool EndSaveCheckList(System.IAsyncResult result); |
744 |
|
745 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckList", ReplyAction="urn:ServiceDeepView/AddCheckListResponse")] |
746 |
bool AddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value); |
747 |
|
748 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddCheckList", ReplyAction="urn:ServiceDeepView/AddCheckListResponse")] |
749 |
System.IAsyncResult BeginAddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value, System.AsyncCallback callback, object asyncState); |
750 |
|
751 |
bool EndAddCheckList(System.IAsyncResult result); |
752 |
|
753 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckList", ReplyAction="urn:ServiceDeepView/GetCheckListResponse")] |
754 |
KCOMDataModel.DataModel.CHECK_LIST GetCheckList(string project_no, string _id); |
755 |
|
756 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckList", ReplyAction="urn:ServiceDeepView/GetCheckListResponse")] |
757 |
System.IAsyncResult BeginGetCheckList(string project_no, string _id, System.AsyncCallback callback, object asyncState); |
758 |
|
759 |
KCOMDataModel.DataModel.CHECK_LIST EndGetCheckList(System.IAsyncResult result); |
760 |
|
761 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserCheckList", ReplyAction="urn:ServiceDeepView/GetUserCheckListResponse")] |
762 |
System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> GetUserCheckList(string project_no, string user_id, string doc_no); |
763 |
|
764 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetUserCheckList", ReplyAction="urn:ServiceDeepView/GetUserCheckListResponse")] |
765 |
System.IAsyncResult BeginGetUserCheckList(string project_no, string user_id, string doc_no, System.AsyncCallback callback, object asyncState); |
766 |
|
767 |
System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> EndGetUserCheckList(System.IAsyncResult result); |
768 |
|
769 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistory", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryResponse")] |
770 |
System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> GetCheckListHistory(string project_no, string _id); |
771 |
|
772 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckListHistory", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryResponse")] |
773 |
System.IAsyncResult BeginGetCheckListHistory(string project_no, string _id, System.AsyncCallback callback, object asyncState); |
774 |
|
775 |
System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> EndGetCheckListHistory(System.IAsyncResult result); |
776 |
|
777 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefaultResponse")] |
778 |
KCOMDataModel.DataModel.CHECK_LIST_HISTORY GetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev); |
779 |
|
780 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefaultResponse")] |
781 |
System.IAsyncResult BeginGetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev, System.AsyncCallback callback, object asyncState); |
782 |
|
783 |
KCOMDataModel.DataModel.CHECK_LIST_HISTORY EndGetCheckListHistoryFirstOrDefault(System.IAsyncResult result); |
784 |
|
785 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SavePageAngle", ReplyAction="urn:ServiceDeepView/SavePageAngleResponse")] |
786 |
bool SavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage); |
787 |
|
788 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SavePageAngle", ReplyAction="urn:ServiceDeepView/SavePageAngleResponse")] |
789 |
System.IAsyncResult BeginSavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage, System.AsyncCallback callback, object asyncState); |
790 |
|
791 |
bool EndSavePageAngle(System.IAsyncResult result); |
792 |
|
793 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfo", ReplyAction="urn:ServiceDeepView/GetMarkupInfoResponse")] |
794 |
KCOMDataModel.DataModel.MARKUP_INFO GetMarkupInfo(string project_no, string _id); |
795 |
|
796 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupInfo", ReplyAction="urn:ServiceDeepView/GetMarkupInfoResponse")] |
797 |
System.IAsyncResult BeginGetMarkupInfo(string project_no, string _id, System.AsyncCallback callback, object asyncState); |
798 |
|
799 |
KCOMDataModel.DataModel.MARKUP_INFO EndGetMarkupInfo(System.IAsyncResult result); |
800 |
|
801 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataListperPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataListperPageResponse")] |
802 |
System.Collections.Generic.List<string> GetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo); |
803 |
|
804 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupDataListperPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataListperPageResponse")] |
805 |
System.IAsyncResult BeginGetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo, System.AsyncCallback callback, object asyncState); |
806 |
|
807 |
System.Collections.Generic.List<string> EndGetMarkupDataListperPage(System.IAsyncResult result); |
808 |
|
809 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfo", ReplyAction="urn:ServiceDeepView/AddMarkupInfoResponse")] |
810 |
bool AddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value); |
811 |
|
812 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMarkupInfo", ReplyAction="urn:ServiceDeepView/AddMarkupInfoResponse")] |
813 |
System.IAsyncResult BeginAddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value, System.AsyncCallback callback, object asyncState); |
814 |
|
815 |
bool EndAddMarkupInfo(System.IAsyncResult result); |
816 |
|
817 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfoVersion", ReplyAction="urn:ServiceDeepView/AddMarkupInfoVersionResponse")] |
818 |
bool AddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value); |
819 |
|
820 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMarkupInfoVersion", ReplyAction="urn:ServiceDeepView/AddMarkupInfoVersionResponse")] |
821 |
System.IAsyncResult BeginAddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value, System.AsyncCallback callback, object asyncState); |
822 |
|
823 |
bool EndAddMarkupInfoVersion(System.IAsyncResult result); |
824 |
|
825 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupData", ReplyAction="urn:ServiceDeepView/AddMarkupDataResponse")] |
826 |
bool AddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value); |
827 |
|
828 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMarkupData", ReplyAction="urn:ServiceDeepView/AddMarkupDataResponse")] |
829 |
System.IAsyncResult BeginAddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value, System.AsyncCallback callback, object asyncState); |
830 |
|
831 |
bool EndAddMarkupData(System.IAsyncResult result); |
832 |
|
833 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AvoidMarkupInfo", ReplyAction="urn:ServiceDeepView/AvoidMarkupInfoResponse")] |
834 |
bool AvoidMarkupInfo(string project_no, string _doc_id); |
835 |
|
836 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AvoidMarkupInfo", ReplyAction="urn:ServiceDeepView/AvoidMarkupInfoResponse")] |
837 |
System.IAsyncResult BeginAvoidMarkupInfo(string project_no, string _doc_id, System.AsyncCallback callback, object asyncState); |
838 |
|
839 |
bool EndAvoidMarkupInfo(System.IAsyncResult result); |
840 |
|
841 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupInfo", ReplyAction="urn:ServiceDeepView/SaveMarkupInfoResponse")] |
842 |
bool SaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value); |
843 |
|
844 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveMarkupInfo", ReplyAction="urn:ServiceDeepView/SaveMarkupInfoResponse")] |
845 |
System.IAsyncResult BeginSaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value, System.AsyncCallback callback, object asyncState); |
846 |
|
847 |
bool EndSaveMarkupInfo(System.IAsyncResult result); |
848 |
|
849 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataList", ReplyAction="urn:ServiceDeepView/GetMarkupDataListResponse")] |
850 |
System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> GetMarkupDataList(string project_no, string _versionid); |
851 |
|
852 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupDataList", ReplyAction="urn:ServiceDeepView/GetMarkupDataListResponse")] |
853 |
System.IAsyncResult BeginGetMarkupDataList(string project_no, string _versionid, System.AsyncCallback callback, object asyncState); |
854 |
|
855 |
System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> EndGetMarkupDataList(System.IAsyncResult result); |
856 |
|
857 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/Consolidate", ReplyAction="urn:ServiceDeepView/ConsolidateResponse")] |
858 |
bool Consolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems); |
859 |
|
860 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/Consolidate", ReplyAction="urn:ServiceDeepView/ConsolidateResponse")] |
861 |
System.IAsyncResult BeginConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, System.AsyncCallback callback, object asyncState); |
862 |
|
863 |
bool EndConsolidate(System.IAsyncResult result); |
864 |
|
865 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/ConsolidateMergedPDF", ReplyAction="urn:ServiceDeepView/ConsolidateMergedPDFResponse")] |
866 |
KCOM.ServiceDeepView.FinalPDFResult ConsolidateMergedPDF(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID); |
867 |
|
868 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/ConsolidateMergedPDF", ReplyAction="urn:ServiceDeepView/ConsolidateMergedPDFResponse")] |
869 |
System.IAsyncResult BeginConsolidateMergedPDF(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState); |
870 |
|
871 |
KCOM.ServiceDeepView.FinalPDFResult EndConsolidateMergedPDF(System.IAsyncResult result); |
872 |
|
873 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/TeamConsolidate", ReplyAction="urn:ServiceDeepView/TeamConsolidateResponse")] |
874 |
bool TeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems); |
875 |
|
876 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/TeamConsolidate", ReplyAction="urn:ServiceDeepView/TeamConsolidateResponse")] |
877 |
System.IAsyncResult BeginTeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, System.AsyncCallback callback, object asyncState); |
878 |
|
879 |
bool EndTeamConsolidate(System.IAsyncResult result); |
880 |
|
881 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMember", ReplyAction="urn:ServiceDeepView/GetMemberResponse")] |
882 |
KCOMDataModel.DataModel.MEMBER GetMember(string project_no, string user_id); |
883 |
|
884 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMember", ReplyAction="urn:ServiceDeepView/GetMemberResponse")] |
885 |
System.IAsyncResult BeginGetMember(string project_no, string user_id, System.AsyncCallback callback, object asyncState); |
886 |
|
887 |
KCOMDataModel.DataModel.MEMBER EndGetMember(System.IAsyncResult result); |
888 |
|
889 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolList", ReplyAction="urn:ServiceDeepView/GetSymbolListResponse")] |
890 |
System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> GetSymbolList(string user_id); |
891 |
|
892 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSymbolList", ReplyAction="urn:ServiceDeepView/GetSymbolListResponse")] |
893 |
System.IAsyncResult BeginGetSymbolList(string user_id, System.AsyncCallback callback, object asyncState); |
894 |
|
895 |
System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> EndGetSymbolList(System.IAsyncResult result); |
896 |
|
897 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolDeptList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolDeptListResponse")] |
898 |
System.Collections.Generic.List<string> GetPublicSymbolDeptList(); |
899 |
|
900 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetPublicSymbolDeptList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolDeptListResponse")] |
901 |
System.IAsyncResult BeginGetPublicSymbolDeptList(System.AsyncCallback callback, object asyncState); |
902 |
|
903 |
System.Collections.Generic.List<string> EndGetPublicSymbolDeptList(System.IAsyncResult result); |
904 |
|
905 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolListResponse")] |
906 |
System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> GetPublicSymbolList(string dept); |
907 |
|
908 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetPublicSymbolList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolListResponse")] |
909 |
System.IAsyncResult BeginGetPublicSymbolList(string dept, System.AsyncCallback callback, object asyncState); |
910 |
|
911 |
System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> EndGetPublicSymbolList(System.IAsyncResult result); |
912 |
|
913 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolData", ReplyAction="urn:ServiceDeepView/GetSymbolDataResponse")] |
914 |
string GetSymbolData(string id, int type); |
915 |
|
916 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSymbolData", ReplyAction="urn:ServiceDeepView/GetSymbolDataResponse")] |
917 |
System.IAsyncResult BeginGetSymbolData(string id, int type, System.AsyncCallback callback, object asyncState); |
918 |
|
919 |
string EndGetSymbolData(System.IAsyncResult result); |
920 |
|
921 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolImageURL", ReplyAction="urn:ServiceDeepView/GetSymbolImageURLResponse")] |
922 |
string GetSymbolImageURL(string id, int type); |
923 |
|
924 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSymbolImageURL", ReplyAction="urn:ServiceDeepView/GetSymbolImageURLResponse")] |
925 |
System.IAsyncResult BeginGetSymbolImageURL(string id, int type, System.AsyncCallback callback, object asyncState); |
926 |
|
927 |
string EndGetSymbolImageURL(System.IAsyncResult result); |
928 |
|
929 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSignData", ReplyAction="urn:ServiceDeepView/GetSignDataResponse")] |
930 |
string GetSignData(string project_no, string user_id); |
931 |
|
932 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSignData", ReplyAction="urn:ServiceDeepView/GetSignDataResponse")] |
933 |
System.IAsyncResult BeginGetSignData(string project_no, string user_id, System.AsyncCallback callback, object asyncState); |
934 |
|
935 |
string EndGetSignData(System.IAsyncResult result); |
936 |
|
937 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetProjectName", ReplyAction="urn:ServiceDeepView/GetProjectNameResponse")] |
938 |
string GetProjectName(string project_no); |
939 |
|
940 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetProjectName", ReplyAction="urn:ServiceDeepView/GetProjectNameResponse")] |
941 |
System.IAsyncResult BeginGetProjectName(string project_no, System.AsyncCallback callback, object asyncState); |
942 |
|
943 |
string EndGetProjectName(System.IAsyncResult result); |
944 |
|
945 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPreRevSelect", ReplyAction="urn:ServiceDeepView/GetPreRevSelectResponse")] |
946 |
System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> GetPreRevSelect(string project_no, string doc_no, string current_rev); |
947 |
|
948 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetPreRevSelect", ReplyAction="urn:ServiceDeepView/GetPreRevSelectResponse")] |
949 |
System.IAsyncResult BeginGetPreRevSelect(string project_no, string doc_no, string current_rev, System.AsyncCallback callback, object asyncState); |
950 |
|
951 |
System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> EndGetPreRevSelect(System.IAsyncResult result); |
952 |
|
953 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfoOneSelect", ReplyAction="urn:ServiceDeepView/GetDocInfoOneSelectResponse")] |
954 |
KCOMDataModel.DataModel.DOCINFO GetDocInfoOneSelect(string project_no, string doc_id); |
955 |
|
956 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocInfoOneSelect", ReplyAction="urn:ServiceDeepView/GetDocInfoOneSelectResponse")] |
957 |
System.IAsyncResult BeginGetDocInfoOneSelect(string project_no, string doc_id, System.AsyncCallback callback, object asyncState); |
958 |
|
959 |
KCOMDataModel.DataModel.DOCINFO EndGetDocInfoOneSelect(System.IAsyncResult result); |
960 |
|
961 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPrintDocItemList", ReplyAction="urn:ServiceDeepView/GetPrintDocItemListResponse")] |
962 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList); |
963 |
|
964 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetPrintDocItemList", ReplyAction="urn:ServiceDeepView/GetPrintDocItemListResponse")] |
965 |
System.IAsyncResult BeginGetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList, System.AsyncCallback callback, object asyncState); |
966 |
|
967 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetPrintDocItemList(System.IAsyncResult result); |
968 |
|
969 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMessage", ReplyAction="urn:ServiceDeepView/AddMessageResponse")] |
970 |
bool AddMessage(string project_no, KCOMDataModel.DataModel.TALK value); |
971 |
|
972 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMessage", ReplyAction="urn:ServiceDeepView/AddMessageResponse")] |
973 |
System.IAsyncResult BeginAddMessage(string project_no, KCOMDataModel.DataModel.TALK value, System.AsyncCallback callback, object asyncState); |
974 |
|
975 |
bool EndAddMessage(System.IAsyncResult result); |
976 |
|
977 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMessage", ReplyAction="urn:ServiceDeepView/GetMessageResponse")] |
978 |
System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> GetMessage(string project_no, string doc_id); |
979 |
|
980 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMessage", ReplyAction="urn:ServiceDeepView/GetMessageResponse")] |
981 |
System.IAsyncResult BeginGetMessage(string project_no, string doc_id, System.AsyncCallback callback, object asyncState); |
982 |
|
983 |
System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> EndGetMessage(System.IAsyncResult result); |
984 |
|
985 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocinfoResponse")] |
986 |
KCOMDataModel.DataModel.DOCINFO FinalPDF_GetDocinfo(string project_no, string docinfo_id); |
987 |
|
988 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetDocinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocinfoResponse")] |
989 |
System.IAsyncResult BeginFinalPDF_GetDocinfo(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState); |
990 |
|
991 |
KCOMDataModel.DataModel.DOCINFO EndFinalPDF_GetDocinfo(System.IAsyncResult result); |
992 |
|
993 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocumentItem", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocumentItemResponse")] |
994 |
KCOMDataModel.DataModel.DOCUMENT_ITEM FinalPDF_GetDocumentItem(string project_no, string document_id); |
995 |
|
996 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetDocumentItem", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocumentItemResponse")] |
997 |
System.IAsyncResult BeginFinalPDF_GetDocumentItem(string project_no, string document_id, System.AsyncCallback callback, object asyncState); |
998 |
|
999 |
KCOMDataModel.DataModel.DOCUMENT_ITEM EndFinalPDF_GetDocumentItem(System.IAsyncResult result); |
1000 |
|
1001 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetMarkupdata", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupdataResponse")] |
1002 |
System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> FinalPDF_GetMarkupdata(string project_no, string docinfo_id); |
1003 |
|
1004 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetMarkupdata", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupdataResponse")] |
1005 |
System.IAsyncResult BeginFinalPDF_GetMarkupdata(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState); |
1006 |
|
1007 |
System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> EndFinalPDF_GetMarkupdata(System.IAsyncResult result); |
1008 |
|
1009 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetMarkupinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupinfoResponse")] |
1010 |
KCOMDataModel.DataModel.MARKUP_INFO FinalPDF_GetMarkupinfo(string project_no, string docinfo_id); |
1011 |
|
1012 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetMarkupinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupinfoResponse")] |
1013 |
System.IAsyncResult BeginFinalPDF_GetMarkupinfo(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState); |
1014 |
|
1015 |
KCOMDataModel.DataModel.MARKUP_INFO EndFinalPDF_GetMarkupinfo(System.IAsyncResult result); |
1016 |
|
1017 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFs", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFsResponse")] |
1018 |
System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF> FinalPDF_GetFinalPDFs(string final_id); |
1019 |
|
1020 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFs", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFsResponse")] |
1021 |
System.IAsyncResult BeginFinalPDF_GetFinalPDFs(string final_id, System.AsyncCallback callback, object asyncState); |
1022 |
|
1023 |
System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF> EndFinalPDF_GetFinalPDFs(System.IAsyncResult result); |
1024 |
|
1025 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocpage", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocpageResponse")] |
1026 |
System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> FinalPDF_GetDocpage(string project_no, string docinfo_id); |
1027 |
|
1028 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetDocpage", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocpageResponse")] |
1029 |
System.IAsyncResult BeginFinalPDF_GetDocpage(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState); |
1030 |
|
1031 |
System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> EndFinalPDF_GetDocpage(System.IAsyncResult result); |
1032 |
|
1033 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatusResponse")] |
1034 |
bool FinalPDF_SetFinalPDFStatus(string final_id, KCOM.ServiceDeepView.FinalStatus status); |
1035 |
|
1036 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatusResponse")] |
1037 |
System.IAsyncResult BeginFinalPDF_SetFinalPDFStatus(string final_id, KCOM.ServiceDeepView.FinalStatus status, System.AsyncCallback callback, object asyncState); |
1038 |
|
1039 |
bool EndFinalPDF_SetFinalPDFStatus(System.IAsyncResult result); |
1040 |
|
1041 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatusResponse")] |
1042 |
bool FinalPDF_GetFinalPDFStatus(string DocInfoID, string MarkupInfoID, string CreateUserID); |
1043 |
|
1044 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatusResponse")] |
1045 |
System.IAsyncResult BeginFinalPDF_GetFinalPDFStatus(string DocInfoID, string MarkupInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState); |
1046 |
|
1047 |
bool EndFinalPDF_GetFinalPDFStatus(System.IAsyncResult result); |
1048 |
|
1049 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetCurrentPage", ReplyAction="urn:ServiceDeepView/FinalPDF_SetCurrentPageResponse")] |
1050 |
bool FinalPDF_SetCurrentPage(string final_id, int currentpage); |
1051 |
|
1052 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_SetCurrentPage", ReplyAction="urn:ServiceDeepView/FinalPDF_SetCurrentPageResponse")] |
1053 |
System.IAsyncResult BeginFinalPDF_SetCurrentPage(string final_id, int currentpage, System.AsyncCallback callback, object asyncState); |
1054 |
|
1055 |
bool EndFinalPDF_SetCurrentPage(System.IAsyncResult result); |
1056 |
|
1057 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetError", ReplyAction="urn:ServiceDeepView/FinalPDF_SetErrorResponse")] |
1058 |
bool FinalPDF_SetError(string final_id, string msg); |
1059 |
|
1060 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_SetError", ReplyAction="urn:ServiceDeepView/FinalPDF_SetErrorResponse")] |
1061 |
System.IAsyncResult BeginFinalPDF_SetError(string final_id, string msg, System.AsyncCallback callback, object asyncState); |
1062 |
|
1063 |
bool EndFinalPDF_SetError(System.IAsyncResult result); |
1064 |
|
1065 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetFinalResultPath", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalResultPathResponse")] |
1066 |
bool FinalPDF_SetFinalResultPath(string project_no, string document_id, string url); |
1067 |
|
1068 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_SetFinalResultPath", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalResultPathResponse")] |
1069 |
System.IAsyncResult BeginFinalPDF_SetFinalResultPath(string project_no, string document_id, string url, System.AsyncCallback callback, object asyncState); |
1070 |
|
1071 |
bool EndFinalPDF_SetFinalResultPath(System.IAsyncResult result); |
1072 |
|
1073 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetCommentMember", ReplyAction="urn:ServiceDeepView/FinalPDF_GetCommentMemberResponse")] |
1074 |
KCOMDataModel.DataModel.MEMBER FinalPDF_GetCommentMember(string project_no, string markupdata_id); |
1075 |
|
1076 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetCommentMember", ReplyAction="urn:ServiceDeepView/FinalPDF_GetCommentMemberResponse")] |
1077 |
System.IAsyncResult BeginFinalPDF_GetCommentMember(string project_no, string markupdata_id, System.AsyncCallback callback, object asyncState); |
1078 |
|
1079 |
KCOMDataModel.DataModel.MEMBER EndFinalPDF_GetCommentMember(System.IAsyncResult result); |
1080 |
|
1081 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetProperties", ReplyAction="urn:ServiceDeepView/FinalPDF_GetPropertiesResponse")] |
1082 |
System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES> FinalPDF_GetProperties(string project_no); |
1083 |
|
1084 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetProperties", ReplyAction="urn:ServiceDeepView/FinalPDF_GetPropertiesResponse")] |
1085 |
System.IAsyncResult BeginFinalPDF_GetProperties(string project_no, System.AsyncCallback callback, object asyncState); |
1086 |
|
1087 |
System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES> EndFinalPDF_GetProperties(System.IAsyncResult result); |
1088 |
} |
1089 |
|
1090 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1091 |
public interface ServiceDeepViewChannel : KCOM.ServiceDeepView.ServiceDeepView, System.ServiceModel.IClientChannel { |
1092 |
} |
1093 |
|
1094 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1095 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1096 |
public partial class GetVersionDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1097 |
|
1098 |
private object[] results; |
1099 |
|
1100 |
public GetVersionDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1101 |
base(exception, cancelled, userState) { |
1102 |
this.results = results; |
1103 |
} |
1104 |
|
1105 |
public string Result { |
1106 |
get { |
1107 |
base.RaiseExceptionIfNecessary(); |
1108 |
return ((string)(this.results[0])); |
1109 |
} |
1110 |
} |
1111 |
} |
1112 |
|
1113 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1114 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1115 |
public partial class GetSystemDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1116 |
|
1117 |
private object[] results; |
1118 |
|
1119 |
public GetSystemDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1120 |
base(exception, cancelled, userState) { |
1121 |
this.results = results; |
1122 |
} |
1123 |
|
1124 |
public IKCOM.KCOM_SystemInfo Result { |
1125 |
get { |
1126 |
base.RaiseExceptionIfNecessary(); |
1127 |
return ((IKCOM.KCOM_SystemInfo)(this.results[0])); |
1128 |
} |
1129 |
} |
1130 |
} |
1131 |
|
1132 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1133 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1134 |
public partial class GetFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1135 |
|
1136 |
private object[] results; |
1137 |
|
1138 |
public GetFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1139 |
base(exception, cancelled, userState) { |
1140 |
this.results = results; |
1141 |
} |
1142 |
|
1143 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> Result { |
1144 |
get { |
1145 |
base.RaiseExceptionIfNecessary(); |
1146 |
return ((System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC>)(this.results[0])); |
1147 |
} |
1148 |
} |
1149 |
} |
1150 |
|
1151 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1152 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1153 |
public partial class EditFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1154 |
|
1155 |
private object[] results; |
1156 |
|
1157 |
public EditFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1158 |
base(exception, cancelled, userState) { |
1159 |
this.results = results; |
1160 |
} |
1161 |
|
1162 |
public bool Result { |
1163 |
get { |
1164 |
base.RaiseExceptionIfNecessary(); |
1165 |
return ((bool)(this.results[0])); |
1166 |
} |
1167 |
} |
1168 |
} |
1169 |
|
1170 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1171 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1172 |
public partial class DelFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1173 |
|
1174 |
private object[] results; |
1175 |
|
1176 |
public DelFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1177 |
base(exception, cancelled, userState) { |
1178 |
this.results = results; |
1179 |
} |
1180 |
|
1181 |
public bool Result { |
1182 |
get { |
1183 |
base.RaiseExceptionIfNecessary(); |
1184 |
return ((bool)(this.results[0])); |
1185 |
} |
1186 |
} |
1187 |
} |
1188 |
|
1189 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1190 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1191 |
public partial class GetCompareRectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1192 |
|
1193 |
private object[] results; |
1194 |
|
1195 |
public GetCompareRectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1196 |
base(exception, cancelled, userState) { |
1197 |
this.results = results; |
1198 |
} |
1199 |
|
1200 |
public System.Collections.Generic.List<System.Windows.Rect> Result { |
1201 |
get { |
1202 |
base.RaiseExceptionIfNecessary(); |
1203 |
return ((System.Collections.Generic.List<System.Windows.Rect>)(this.results[0])); |
1204 |
} |
1205 |
} |
1206 |
} |
1207 |
|
1208 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1209 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1210 |
public partial class SetFinalPDFCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1211 |
|
1212 |
private object[] results; |
1213 |
|
1214 |
public SetFinalPDFCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1215 |
base(exception, cancelled, userState) { |
1216 |
this.results = results; |
1217 |
} |
1218 |
|
1219 |
public KCOM.ServiceDeepView.FinalPDFResult Result { |
1220 |
get { |
1221 |
base.RaiseExceptionIfNecessary(); |
1222 |
return ((KCOM.ServiceDeepView.FinalPDFResult)(this.results[0])); |
1223 |
} |
1224 |
} |
1225 |
} |
1226 |
|
1227 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1228 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1229 |
public partial class GetConversionStateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1230 |
|
1231 |
private object[] results; |
1232 |
|
1233 |
public GetConversionStateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1234 |
base(exception, cancelled, userState) { |
1235 |
this.results = results; |
1236 |
} |
1237 |
|
1238 |
public bool Result { |
1239 |
get { |
1240 |
base.RaiseExceptionIfNecessary(); |
1241 |
return ((bool)(this.results[0])); |
1242 |
} |
1243 |
} |
1244 |
} |
1245 |
|
1246 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1247 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1248 |
public partial class GetVPRevisionHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1249 |
|
1250 |
private object[] results; |
1251 |
|
1252 |
public GetVPRevisionHistoryCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1253 |
base(exception, cancelled, userState) { |
1254 |
this.results = results; |
1255 |
} |
1256 |
|
1257 |
public System.Collections.Generic.List<IKCOM.VPRevision> Result { |
1258 |
get { |
1259 |
base.RaiseExceptionIfNecessary(); |
1260 |
return ((System.Collections.Generic.List<IKCOM.VPRevision>)(this.results[0])); |
1261 |
} |
1262 |
} |
1263 |
} |
1264 |
|
1265 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1266 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1267 |
public partial class GetVPRevisionFirstOrDefaultCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1268 |
|
1269 |
private object[] results; |
1270 |
|
1271 |
public GetVPRevisionFirstOrDefaultCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1272 |
base(exception, cancelled, userState) { |
1273 |
this.results = results; |
1274 |
} |
1275 |
|
1276 |
public IKCOM.VPRevision Result { |
1277 |
get { |
1278 |
base.RaiseExceptionIfNecessary(); |
1279 |
return ((IKCOM.VPRevision)(this.results[0])); |
1280 |
} |
1281 |
} |
1282 |
} |
1283 |
|
1284 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1285 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1286 |
public partial class GetDocInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1287 |
|
1288 |
private object[] results; |
1289 |
|
1290 |
public GetDocInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1291 |
base(exception, cancelled, userState) { |
1292 |
this.results = results; |
1293 |
} |
1294 |
|
1295 |
public KCOMDataModel.DataModel.DOCINFO Result { |
1296 |
get { |
1297 |
base.RaiseExceptionIfNecessary(); |
1298 |
return ((KCOMDataModel.DataModel.DOCINFO)(this.results[0])); |
1299 |
} |
1300 |
} |
1301 |
} |
1302 |
|
1303 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1304 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1305 |
public partial class GetCheckSystemAdminCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1306 |
|
1307 |
private object[] results; |
1308 |
|
1309 |
public GetCheckSystemAdminCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1310 |
base(exception, cancelled, userState) { |
1311 |
this.results = results; |
1312 |
} |
1313 |
|
1314 |
public bool Result { |
1315 |
get { |
1316 |
base.RaiseExceptionIfNecessary(); |
1317 |
return ((bool)(this.results[0])); |
1318 |
} |
1319 |
} |
1320 |
} |
1321 |
|
1322 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1323 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1324 |
public partial class GetDocumentItemInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1325 |
|
1326 |
private object[] results; |
1327 |
|
1328 |
public GetDocumentItemInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1329 |
base(exception, cancelled, userState) { |
1330 |
this.results = results; |
1331 |
} |
1332 |
|
1333 |
public KCOMDataModel.DataModel.DOCUMENT_ITEM Result { |
1334 |
get { |
1335 |
base.RaiseExceptionIfNecessary(); |
1336 |
return ((KCOMDataModel.DataModel.DOCUMENT_ITEM)(this.results[0])); |
1337 |
} |
1338 |
} |
1339 |
} |
1340 |
|
1341 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1342 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1343 |
public partial class GetDocItemIDCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1344 |
|
1345 |
private object[] results; |
1346 |
|
1347 |
public GetDocItemIDCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1348 |
base(exception, cancelled, userState) { |
1349 |
this.results = results; |
1350 |
} |
1351 |
|
1352 |
public string Result { |
1353 |
get { |
1354 |
base.RaiseExceptionIfNecessary(); |
1355 |
return ((string)(this.results[0])); |
1356 |
} |
1357 |
} |
1358 |
} |
1359 |
|
1360 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1361 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1362 |
public partial class GetMarkupInfoItemsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1363 |
|
1364 |
private object[] results; |
1365 |
|
1366 |
public GetMarkupInfoItemsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1367 |
base(exception, cancelled, userState) { |
1368 |
this.results = results; |
1369 |
} |
1370 |
|
1371 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> Result { |
1372 |
get { |
1373 |
base.RaiseExceptionIfNecessary(); |
1374 |
return ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(this.results[0])); |
1375 |
} |
1376 |
} |
1377 |
} |
1378 |
|
1379 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1380 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1381 |
public partial class GetSyncMarkupInfoItemsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1382 |
|
1383 |
private object[] results; |
1384 |
|
1385 |
public GetSyncMarkupInfoItemsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1386 |
base(exception, cancelled, userState) { |
1387 |
this.results = results; |
1388 |
} |
1389 |
|
1390 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> Result { |
1391 |
get { |
1392 |
base.RaiseExceptionIfNecessary(); |
1393 |
return ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(this.results[0])); |
1394 |
} |
1395 |
} |
1396 |
} |
1397 |
|
1398 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1399 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1400 |
public partial class GetUserDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1401 |
|
1402 |
private object[] results; |
1403 |
|
1404 |
public GetUserDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1405 |
base(exception, cancelled, userState) { |
1406 |
this.results = results; |
1407 |
} |
1408 |
|
1409 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> Result { |
1410 |
get { |
1411 |
base.RaiseExceptionIfNecessary(); |
1412 |
return ((System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER>)(this.results[0])); |
1413 |
} |
1414 |
} |
1415 |
} |
1416 |
|
1417 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1418 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1419 |
public partial class GetDeptDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1420 |
|
1421 |
private object[] results; |
1422 |
|
1423 |
public GetDeptDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1424 |
base(exception, cancelled, userState) { |
1425 |
this.results = results; |
1426 |
} |
1427 |
|
1428 |
public System.Collections.Generic.List<string> Result { |
1429 |
get { |
1430 |
base.RaiseExceptionIfNecessary(); |
1431 |
return ((System.Collections.Generic.List<string>)(this.results[0])); |
1432 |
} |
1433 |
} |
1434 |
} |
1435 |
|
1436 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1437 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1438 |
public partial class DeleteMarkupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1439 |
|
1440 |
private object[] results; |
1441 |
|
1442 |
public DeleteMarkupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1443 |
base(exception, cancelled, userState) { |
1444 |
this.results = results; |
1445 |
} |
1446 |
|
1447 |
public bool Result { |
1448 |
get { |
1449 |
base.RaiseExceptionIfNecessary(); |
1450 |
return ((bool)(this.results[0])); |
1451 |
} |
1452 |
} |
1453 |
} |
1454 |
|
1455 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1456 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1457 |
public partial class SetFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1458 |
|
1459 |
private object[] results; |
1460 |
|
1461 |
public SetFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1462 |
base(exception, cancelled, userState) { |
1463 |
this.results = results; |
1464 |
} |
1465 |
|
1466 |
public bool Result { |
1467 |
get { |
1468 |
base.RaiseExceptionIfNecessary(); |
1469 |
return ((bool)(this.results[0])); |
1470 |
} |
1471 |
} |
1472 |
} |
1473 |
|
1474 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1475 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1476 |
public partial class SaveMarkupDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1477 |
|
1478 |
private object[] results; |
1479 |
|
1480 |
public SaveMarkupDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1481 |
base(exception, cancelled, userState) { |
1482 |
this.results = results; |
1483 |
} |
1484 |
|
1485 |
public bool Result { |
1486 |
get { |
1487 |
base.RaiseExceptionIfNecessary(); |
1488 |
return ((bool)(this.results[0])); |
1489 |
} |
1490 |
} |
1491 |
} |
1492 |
|
1493 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1494 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1495 |
public partial class UpdateMarkupDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1496 |
|
1497 |
private object[] results; |
1498 |
|
1499 |
public UpdateMarkupDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1500 |
base(exception, cancelled, userState) { |
1501 |
this.results = results; |
1502 |
} |
1503 |
|
1504 |
public bool Result { |
1505 |
get { |
1506 |
base.RaiseExceptionIfNecessary(); |
1507 |
return ((bool)(this.results[0])); |
1508 |
} |
1509 |
} |
1510 |
} |
1511 |
|
1512 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1513 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1514 |
public partial class SaveSymbolCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1515 |
|
1516 |
private object[] results; |
1517 |
|
1518 |
public SaveSymbolCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1519 |
base(exception, cancelled, userState) { |
1520 |
this.results = results; |
1521 |
} |
1522 |
|
1523 |
public bool Result { |
1524 |
get { |
1525 |
base.RaiseExceptionIfNecessary(); |
1526 |
return ((bool)(this.results[0])); |
1527 |
} |
1528 |
} |
1529 |
} |
1530 |
|
1531 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1532 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1533 |
public partial class AddPublicSymbolCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1534 |
|
1535 |
private object[] results; |
1536 |
|
1537 |
public AddPublicSymbolCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1538 |
base(exception, cancelled, userState) { |
1539 |
this.results = results; |
1540 |
} |
1541 |
|
1542 |
public bool Result { |
1543 |
get { |
1544 |
base.RaiseExceptionIfNecessary(); |
1545 |
return ((bool)(this.results[0])); |
1546 |
} |
1547 |
} |
1548 |
} |
1549 |
|
1550 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1551 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1552 |
public partial class DeleteSymbolCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1553 |
|
1554 |
private object[] results; |
1555 |
|
1556 |
public DeleteSymbolCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1557 |
base(exception, cancelled, userState) { |
1558 |
this.results = results; |
1559 |
} |
1560 |
|
1561 |
public bool Result { |
1562 |
get { |
1563 |
base.RaiseExceptionIfNecessary(); |
1564 |
return ((bool)(this.results[0])); |
1565 |
} |
1566 |
} |
1567 |
} |
1568 |
|
1569 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1570 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1571 |
public partial class RenameSymbolCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1572 |
|
1573 |
private object[] results; |
1574 |
|
1575 |
public RenameSymbolCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1576 |
base(exception, cancelled, userState) { |
1577 |
this.results = results; |
1578 |
} |
1579 |
|
1580 |
public bool Result { |
1581 |
get { |
1582 |
base.RaiseExceptionIfNecessary(); |
1583 |
return ((bool)(this.results[0])); |
1584 |
} |
1585 |
} |
1586 |
} |
1587 |
|
1588 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1589 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1590 |
public partial class AddCheckListHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1591 |
|
1592 |
private object[] results; |
1593 |
|
1594 |
public AddCheckListHistoryCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1595 |
base(exception, cancelled, userState) { |
1596 |
this.results = results; |
1597 |
} |
1598 |
|
1599 |
public bool Result { |
1600 |
get { |
1601 |
base.RaiseExceptionIfNecessary(); |
1602 |
return ((bool)(this.results[0])); |
1603 |
} |
1604 |
} |
1605 |
} |
1606 |
|
1607 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1608 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1609 |
public partial class SaveCheckListHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1610 |
|
1611 |
private object[] results; |
1612 |
|
1613 |
public SaveCheckListHistoryCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1614 |
base(exception, cancelled, userState) { |
1615 |
this.results = results; |
1616 |
} |
1617 |
|
1618 |
public bool Result { |
1619 |
get { |
1620 |
base.RaiseExceptionIfNecessary(); |
1621 |
return ((bool)(this.results[0])); |
1622 |
} |
1623 |
} |
1624 |
} |
1625 |
|
1626 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1627 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1628 |
public partial class SaveCheckListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1629 |
|
1630 |
private object[] results; |
1631 |
|
1632 |
public SaveCheckListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1633 |
base(exception, cancelled, userState) { |
1634 |
this.results = results; |
1635 |
} |
1636 |
|
1637 |
public bool Result { |
1638 |
get { |
1639 |
base.RaiseExceptionIfNecessary(); |
1640 |
return ((bool)(this.results[0])); |
1641 |
} |
1642 |
} |
1643 |
} |
1644 |
|
1645 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1646 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1647 |
public partial class AddCheckListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1648 |
|
1649 |
private object[] results; |
1650 |
|
1651 |
public AddCheckListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1652 |
base(exception, cancelled, userState) { |
1653 |
this.results = results; |
1654 |
} |
1655 |
|
1656 |
public bool Result { |
1657 |
get { |
1658 |
base.RaiseExceptionIfNecessary(); |
1659 |
return ((bool)(this.results[0])); |
1660 |
} |
1661 |
} |
1662 |
} |
1663 |
|
1664 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1665 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1666 |
public partial class GetCheckListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1667 |
|
1668 |
private object[] results; |
1669 |
|
1670 |
public GetCheckListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1671 |
base(exception, cancelled, userState) { |
1672 |
this.results = results; |
1673 |
} |
1674 |
|
1675 |
public KCOMDataModel.DataModel.CHECK_LIST Result { |
1676 |
get { |
1677 |
base.RaiseExceptionIfNecessary(); |
1678 |
return ((KCOMDataModel.DataModel.CHECK_LIST)(this.results[0])); |
1679 |
} |
1680 |
} |
1681 |
} |
1682 |
|
1683 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1684 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1685 |
public partial class GetUserCheckListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1686 |
|
1687 |
private object[] results; |
1688 |
|
1689 |
public GetUserCheckListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1690 |
base(exception, cancelled, userState) { |
1691 |
this.results = results; |
1692 |
} |
1693 |
|
1694 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> Result { |
1695 |
get { |
1696 |
base.RaiseExceptionIfNecessary(); |
1697 |
return ((System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST>)(this.results[0])); |
1698 |
} |
1699 |
} |
1700 |
} |
1701 |
|
1702 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1703 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1704 |
public partial class GetCheckListHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1705 |
|
1706 |
private object[] results; |
1707 |
|
1708 |
public GetCheckListHistoryCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1709 |
base(exception, cancelled, userState) { |
1710 |
this.results = results; |
1711 |
} |
1712 |
|
1713 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> Result { |
1714 |
get { |
1715 |
base.RaiseExceptionIfNecessary(); |
1716 |
return ((System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY>)(this.results[0])); |
1717 |
} |
1718 |
} |
1719 |
} |
1720 |
|
1721 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1722 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1723 |
public partial class GetCheckListHistoryFirstOrDefaultCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1724 |
|
1725 |
private object[] results; |
1726 |
|
1727 |
public GetCheckListHistoryFirstOrDefaultCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1728 |
base(exception, cancelled, userState) { |
1729 |
this.results = results; |
1730 |
} |
1731 |
|
1732 |
public KCOMDataModel.DataModel.CHECK_LIST_HISTORY Result { |
1733 |
get { |
1734 |
base.RaiseExceptionIfNecessary(); |
1735 |
return ((KCOMDataModel.DataModel.CHECK_LIST_HISTORY)(this.results[0])); |
1736 |
} |
1737 |
} |
1738 |
} |
1739 |
|
1740 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1741 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1742 |
public partial class SavePageAngleCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1743 |
|
1744 |
private object[] results; |
1745 |
|
1746 |
public SavePageAngleCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1747 |
base(exception, cancelled, userState) { |
1748 |
this.results = results; |
1749 |
} |
1750 |
|
1751 |
public bool Result { |
1752 |
get { |
1753 |
base.RaiseExceptionIfNecessary(); |
1754 |
return ((bool)(this.results[0])); |
1755 |
} |
1756 |
} |
1757 |
} |
1758 |
|
1759 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1760 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1761 |
public partial class GetMarkupInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1762 |
|
1763 |
private object[] results; |
1764 |
|
1765 |
public GetMarkupInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1766 |
base(exception, cancelled, userState) { |
1767 |
this.results = results; |
1768 |
} |
1769 |
|
1770 |
public KCOMDataModel.DataModel.MARKUP_INFO Result { |
1771 |
get { |
1772 |
base.RaiseExceptionIfNecessary(); |
1773 |
return ((KCOMDataModel.DataModel.MARKUP_INFO)(this.results[0])); |
1774 |
} |
1775 |
} |
1776 |
} |
1777 |
|
1778 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1779 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1780 |
public partial class GetMarkupDataListperPageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1781 |
|
1782 |
private object[] results; |
1783 |
|
1784 |
public GetMarkupDataListperPageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1785 |
base(exception, cancelled, userState) { |
1786 |
this.results = results; |
1787 |
} |
1788 |
|
1789 |
public System.Collections.Generic.List<string> Result { |
1790 |
get { |
1791 |
base.RaiseExceptionIfNecessary(); |
1792 |
return ((System.Collections.Generic.List<string>)(this.results[0])); |
1793 |
} |
1794 |
} |
1795 |
} |
1796 |
|
1797 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1798 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1799 |
public partial class AddMarkupInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1800 |
|
1801 |
private object[] results; |
1802 |
|
1803 |
public AddMarkupInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1804 |
base(exception, cancelled, userState) { |
1805 |
this.results = results; |
1806 |
} |
1807 |
|
1808 |
public bool Result { |
1809 |
get { |
1810 |
base.RaiseExceptionIfNecessary(); |
1811 |
return ((bool)(this.results[0])); |
1812 |
} |
1813 |
} |
1814 |
} |
1815 |
|
1816 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1817 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1818 |
public partial class AddMarkupInfoVersionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1819 |
|
1820 |
private object[] results; |
1821 |
|
1822 |
public AddMarkupInfoVersionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1823 |
base(exception, cancelled, userState) { |
1824 |
this.results = results; |
1825 |
} |
1826 |
|
1827 |
public bool Result { |
1828 |
get { |
1829 |
base.RaiseExceptionIfNecessary(); |
1830 |
return ((bool)(this.results[0])); |
1831 |
} |
1832 |
} |
1833 |
} |
1834 |
|
1835 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1836 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1837 |
public partial class AddMarkupDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1838 |
|
1839 |
private object[] results; |
1840 |
|
1841 |
public AddMarkupDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1842 |
base(exception, cancelled, userState) { |
1843 |
this.results = results; |
1844 |
} |
1845 |
|
1846 |
public bool Result { |
1847 |
get { |
1848 |
base.RaiseExceptionIfNecessary(); |
1849 |
return ((bool)(this.results[0])); |
1850 |
} |
1851 |
} |
1852 |
} |
1853 |
|
1854 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1855 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1856 |
public partial class AvoidMarkupInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1857 |
|
1858 |
private object[] results; |
1859 |
|
1860 |
public AvoidMarkupInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1861 |
base(exception, cancelled, userState) { |
1862 |
this.results = results; |
1863 |
} |
1864 |
|
1865 |
public bool Result { |
1866 |
get { |
1867 |
base.RaiseExceptionIfNecessary(); |
1868 |
return ((bool)(this.results[0])); |
1869 |
} |
1870 |
} |
1871 |
} |
1872 |
|
1873 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1874 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1875 |
public partial class SaveMarkupInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1876 |
|
1877 |
private object[] results; |
1878 |
|
1879 |
public SaveMarkupInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1880 |
base(exception, cancelled, userState) { |
1881 |
this.results = results; |
1882 |
} |
1883 |
|
1884 |
public bool Result { |
1885 |
get { |
1886 |
base.RaiseExceptionIfNecessary(); |
1887 |
return ((bool)(this.results[0])); |
1888 |
} |
1889 |
} |
1890 |
} |
1891 |
|
1892 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1893 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1894 |
public partial class GetMarkupDataListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1895 |
|
1896 |
private object[] results; |
1897 |
|
1898 |
public GetMarkupDataListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1899 |
base(exception, cancelled, userState) { |
1900 |
this.results = results; |
1901 |
} |
1902 |
|
1903 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> Result { |
1904 |
get { |
1905 |
base.RaiseExceptionIfNecessary(); |
1906 |
return ((System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>)(this.results[0])); |
1907 |
} |
1908 |
} |
1909 |
} |
1910 |
|
1911 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1912 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1913 |
public partial class ConsolidateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1914 |
|
1915 |
private object[] results; |
1916 |
|
1917 |
public ConsolidateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1918 |
base(exception, cancelled, userState) { |
1919 |
this.results = results; |
1920 |
} |
1921 |
|
1922 |
public bool Result { |
1923 |
get { |
1924 |
base.RaiseExceptionIfNecessary(); |
1925 |
return ((bool)(this.results[0])); |
1926 |
} |
1927 |
} |
1928 |
} |
1929 |
|
1930 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1931 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1932 |
public partial class ConsolidateMergedPDFCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1933 |
|
1934 |
private object[] results; |
1935 |
|
1936 |
public ConsolidateMergedPDFCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1937 |
base(exception, cancelled, userState) { |
1938 |
this.results = results; |
1939 |
} |
1940 |
|
1941 |
public KCOM.ServiceDeepView.FinalPDFResult Result { |
1942 |
get { |
1943 |
base.RaiseExceptionIfNecessary(); |
1944 |
return ((KCOM.ServiceDeepView.FinalPDFResult)(this.results[0])); |
1945 |
} |
1946 |
} |
1947 |
} |
1948 |
|
1949 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1950 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1951 |
public partial class TeamConsolidateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1952 |
|
1953 |
private object[] results; |
1954 |
|
1955 |
public TeamConsolidateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1956 |
base(exception, cancelled, userState) { |
1957 |
this.results = results; |
1958 |
} |
1959 |
|
1960 |
public bool Result { |
1961 |
get { |
1962 |
base.RaiseExceptionIfNecessary(); |
1963 |
return ((bool)(this.results[0])); |
1964 |
} |
1965 |
} |
1966 |
} |
1967 |
|
1968 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1969 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1970 |
public partial class GetMemberCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1971 |
|
1972 |
private object[] results; |
1973 |
|
1974 |
public GetMemberCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1975 |
base(exception, cancelled, userState) { |
1976 |
this.results = results; |
1977 |
} |
1978 |
|
1979 |
public KCOMDataModel.DataModel.MEMBER Result { |
1980 |
get { |
1981 |
base.RaiseExceptionIfNecessary(); |
1982 |
return ((KCOMDataModel.DataModel.MEMBER)(this.results[0])); |
1983 |
} |
1984 |
} |
1985 |
} |
1986 |
|
1987 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1988 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1989 |
public partial class GetSymbolListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1990 |
|
1991 |
private object[] results; |
1992 |
|
1993 |
public GetSymbolListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1994 |
base(exception, cancelled, userState) { |
1995 |
this.results = results; |
1996 |
} |
1997 |
|
1998 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> Result { |
1999 |
get { |
2000 |
base.RaiseExceptionIfNecessary(); |
2001 |
return ((System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE>)(this.results[0])); |
2002 |
} |
2003 |
} |
2004 |
} |
2005 |
|
2006 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2007 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2008 |
public partial class GetPublicSymbolDeptListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2009 |
|
2010 |
private object[] results; |
2011 |
|
2012 |
public GetPublicSymbolDeptListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2013 |
base(exception, cancelled, userState) { |
2014 |
this.results = results; |
2015 |
} |
2016 |
|
2017 |
public System.Collections.Generic.List<string> Result { |
2018 |
get { |
2019 |
base.RaiseExceptionIfNecessary(); |
2020 |
return ((System.Collections.Generic.List<string>)(this.results[0])); |
2021 |
} |
2022 |
} |
2023 |
} |
2024 |
|
2025 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2026 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2027 |
public partial class GetPublicSymbolListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2028 |
|
2029 |
private object[] results; |
2030 |
|
2031 |
public GetPublicSymbolListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2032 |
base(exception, cancelled, userState) { |
2033 |
this.results = results; |
2034 |
} |
2035 |
|
2036 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> Result { |
2037 |
get { |
2038 |
base.RaiseExceptionIfNecessary(); |
2039 |
return ((System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC>)(this.results[0])); |
2040 |
} |
2041 |
} |
2042 |
} |
2043 |
|
2044 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2045 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2046 |
public partial class GetSymbolDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2047 |
|
2048 |
private object[] results; |
2049 |
|
2050 |
public GetSymbolDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2051 |
base(exception, cancelled, userState) { |
2052 |
this.results = results; |
2053 |
} |
2054 |
|
2055 |
public string Result { |
2056 |
get { |
2057 |
base.RaiseExceptionIfNecessary(); |
2058 |
return ((string)(this.results[0])); |
2059 |
} |
2060 |
} |
2061 |
} |
2062 |
|
2063 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2064 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2065 |
public partial class GetSymbolImageURLCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2066 |
|
2067 |
private object[] results; |
2068 |
|
2069 |
public GetSymbolImageURLCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2070 |
base(exception, cancelled, userState) { |
2071 |
this.results = results; |
2072 |
} |
2073 |
|
2074 |
public string Result { |
2075 |
get { |
2076 |
base.RaiseExceptionIfNecessary(); |
2077 |
return ((string)(this.results[0])); |
2078 |
} |
2079 |
} |
2080 |
} |
2081 |
|
2082 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2083 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2084 |
public partial class GetSignDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2085 |
|
2086 |
private object[] results; |
2087 |
|
2088 |
public GetSignDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2089 |
base(exception, cancelled, userState) { |
2090 |
this.results = results; |
2091 |
} |
2092 |
|
2093 |
public string Result { |
2094 |
get { |
2095 |
base.RaiseExceptionIfNecessary(); |
2096 |
return ((string)(this.results[0])); |
2097 |
} |
2098 |
} |
2099 |
} |
2100 |
|
2101 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2102 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2103 |
public partial class GetProjectNameCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2104 |
|
2105 |
private object[] results; |
2106 |
|
2107 |
public GetProjectNameCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2108 |
base(exception, cancelled, userState) { |
2109 |
this.results = results; |
2110 |
} |
2111 |
|
2112 |
public string Result { |
2113 |
get { |
2114 |
base.RaiseExceptionIfNecessary(); |
2115 |
return ((string)(this.results[0])); |
2116 |
} |
2117 |
} |
2118 |
} |
2119 |
|
2120 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2121 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2122 |
public partial class GetPreRevSelectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2123 |
|
2124 |
private object[] results; |
2125 |
|
2126 |
public GetPreRevSelectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2127 |
base(exception, cancelled, userState) { |
2128 |
this.results = results; |
2129 |
} |
2130 |
|
2131 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> Result { |
2132 |
get { |
2133 |
base.RaiseExceptionIfNecessary(); |
2134 |
return ((System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM>)(this.results[0])); |
2135 |
} |
2136 |
} |
2137 |
} |
2138 |
|
2139 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2140 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2141 |
public partial class GetDocInfoOneSelectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2142 |
|
2143 |
private object[] results; |
2144 |
|
2145 |
public GetDocInfoOneSelectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2146 |
base(exception, cancelled, userState) { |
2147 |
this.results = results; |
2148 |
} |
2149 |
|
2150 |
public KCOMDataModel.DataModel.DOCINFO Result { |
2151 |
get { |
2152 |
base.RaiseExceptionIfNecessary(); |
2153 |
return ((KCOMDataModel.DataModel.DOCINFO)(this.results[0])); |
2154 |
} |
2155 |
} |
2156 |
} |
2157 |
|
2158 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2159 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2160 |
public partial class GetPrintDocItemListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2161 |
|
2162 |
private object[] results; |
2163 |
|
2164 |
public GetPrintDocItemListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2165 |
base(exception, cancelled, userState) { |
2166 |
this.results = results; |
2167 |
} |
2168 |
|
2169 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> Result { |
2170 |
get { |
2171 |
base.RaiseExceptionIfNecessary(); |
2172 |
return ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(this.results[0])); |
2173 |
} |
2174 |
} |
2175 |
} |
2176 |
|
2177 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2178 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2179 |
public partial class AddMessageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2180 |
|
2181 |
private object[] results; |
2182 |
|
2183 |
public AddMessageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2184 |
base(exception, cancelled, userState) { |
2185 |
this.results = results; |
2186 |
} |
2187 |
|
2188 |
public bool Result { |
2189 |
get { |
2190 |
base.RaiseExceptionIfNecessary(); |
2191 |
return ((bool)(this.results[0])); |
2192 |
} |
2193 |
} |
2194 |
} |
2195 |
|
2196 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2197 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2198 |
public partial class GetMessageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2199 |
|
2200 |
private object[] results; |
2201 |
|
2202 |
public GetMessageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2203 |
base(exception, cancelled, userState) { |
2204 |
this.results = results; |
2205 |
} |
2206 |
|
2207 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> Result { |
2208 |
get { |
2209 |
base.RaiseExceptionIfNecessary(); |
2210 |
return ((System.Collections.Generic.List<KCOMDataModel.DataModel.TALK>)(this.results[0])); |
2211 |
} |
2212 |
} |
2213 |
} |
2214 |
|
2215 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2216 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2217 |
public partial class FinalPDF_GetDocinfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2218 |
|
2219 |
private object[] results; |
2220 |
|
2221 |
public FinalPDF_GetDocinfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2222 |
base(exception, cancelled, userState) { |
2223 |
this.results = results; |
2224 |
} |
2225 |
|
2226 |
public KCOMDataModel.DataModel.DOCINFO Result { |
2227 |
get { |
2228 |
base.RaiseExceptionIfNecessary(); |
2229 |
return ((KCOMDataModel.DataModel.DOCINFO)(this.results[0])); |
2230 |
} |
2231 |
} |
2232 |
} |
2233 |
|
2234 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2235 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2236 |
public partial class FinalPDF_GetDocumentItemCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2237 |
|
2238 |
private object[] results; |
2239 |
|
2240 |
public FinalPDF_GetDocumentItemCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2241 |
base(exception, cancelled, userState) { |
2242 |
this.results = results; |
2243 |
} |
2244 |
|
2245 |
public KCOMDataModel.DataModel.DOCUMENT_ITEM Result { |
2246 |
get { |
2247 |
base.RaiseExceptionIfNecessary(); |
2248 |
return ((KCOMDataModel.DataModel.DOCUMENT_ITEM)(this.results[0])); |
2249 |
} |
2250 |
} |
2251 |
} |
2252 |
|
2253 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2254 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2255 |
public partial class FinalPDF_GetMarkupdataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2256 |
|
2257 |
private object[] results; |
2258 |
|
2259 |
public FinalPDF_GetMarkupdataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2260 |
base(exception, cancelled, userState) { |
2261 |
this.results = results; |
2262 |
} |
2263 |
|
2264 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> Result { |
2265 |
get { |
2266 |
base.RaiseExceptionIfNecessary(); |
2267 |
return ((System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>)(this.results[0])); |
2268 |
} |
2269 |
} |
2270 |
} |
2271 |
|
2272 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2273 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2274 |
public partial class FinalPDF_GetMarkupinfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2275 |
|
2276 |
private object[] results; |
2277 |
|
2278 |
public FinalPDF_GetMarkupinfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2279 |
base(exception, cancelled, userState) { |
2280 |
this.results = results; |
2281 |
} |
2282 |
|
2283 |
public KCOMDataModel.DataModel.MARKUP_INFO Result { |
2284 |
get { |
2285 |
base.RaiseExceptionIfNecessary(); |
2286 |
return ((KCOMDataModel.DataModel.MARKUP_INFO)(this.results[0])); |
2287 |
} |
2288 |
} |
2289 |
} |
2290 |
|
2291 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2292 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2293 |
public partial class FinalPDF_GetFinalPDFsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2294 |
|
2295 |
private object[] results; |
2296 |
|
2297 |
public FinalPDF_GetFinalPDFsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2298 |
base(exception, cancelled, userState) { |
2299 |
this.results = results; |
2300 |
} |
2301 |
|
2302 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF> Result { |
2303 |
get { |
2304 |
base.RaiseExceptionIfNecessary(); |
2305 |
return ((System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF>)(this.results[0])); |
2306 |
} |
2307 |
} |
2308 |
} |
2309 |
|
2310 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2311 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2312 |
public partial class FinalPDF_GetDocpageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2313 |
|
2314 |
private object[] results; |
2315 |
|
2316 |
public FinalPDF_GetDocpageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2317 |
base(exception, cancelled, userState) { |
2318 |
this.results = results; |
2319 |
} |
2320 |
|
2321 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> Result { |
2322 |
get { |
2323 |
base.RaiseExceptionIfNecessary(); |
2324 |
return ((System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE>)(this.results[0])); |
2325 |
} |
2326 |
} |
2327 |
} |
2328 |
|
2329 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2330 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2331 |
public partial class FinalPDF_SetFinalPDFStatusCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2332 |
|
2333 |
private object[] results; |
2334 |
|
2335 |
public FinalPDF_SetFinalPDFStatusCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2336 |
base(exception, cancelled, userState) { |
2337 |
this.results = results; |
2338 |
} |
2339 |
|
2340 |
public bool Result { |
2341 |
get { |
2342 |
base.RaiseExceptionIfNecessary(); |
2343 |
return ((bool)(this.results[0])); |
2344 |
} |
2345 |
} |
2346 |
} |
2347 |
|
2348 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2349 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2350 |
public partial class FinalPDF_GetFinalPDFStatusCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2351 |
|
2352 |
private object[] results; |
2353 |
|
2354 |
public FinalPDF_GetFinalPDFStatusCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2355 |
base(exception, cancelled, userState) { |
2356 |
this.results = results; |
2357 |
} |
2358 |
|
2359 |
public bool Result { |
2360 |
get { |
2361 |
base.RaiseExceptionIfNecessary(); |
2362 |
return ((bool)(this.results[0])); |
2363 |
} |
2364 |
} |
2365 |
} |
2366 |
|
2367 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2368 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2369 |
public partial class FinalPDF_SetCurrentPageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2370 |
|
2371 |
private object[] results; |
2372 |
|
2373 |
public FinalPDF_SetCurrentPageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2374 |
base(exception, cancelled, userState) { |
2375 |
this.results = results; |
2376 |
} |
2377 |
|
2378 |
public bool Result { |
2379 |
get { |
2380 |
base.RaiseExceptionIfNecessary(); |
2381 |
return ((bool)(this.results[0])); |
2382 |
} |
2383 |
} |
2384 |
} |
2385 |
|
2386 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2387 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2388 |
public partial class FinalPDF_SetErrorCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2389 |
|
2390 |
private object[] results; |
2391 |
|
2392 |
public FinalPDF_SetErrorCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2393 |
base(exception, cancelled, userState) { |
2394 |
this.results = results; |
2395 |
} |
2396 |
|
2397 |
public bool Result { |
2398 |
get { |
2399 |
base.RaiseExceptionIfNecessary(); |
2400 |
return ((bool)(this.results[0])); |
2401 |
} |
2402 |
} |
2403 |
} |
2404 |
|
2405 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2406 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2407 |
public partial class FinalPDF_SetFinalResultPathCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2408 |
|
2409 |
private object[] results; |
2410 |
|
2411 |
public FinalPDF_SetFinalResultPathCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2412 |
base(exception, cancelled, userState) { |
2413 |
this.results = results; |
2414 |
} |
2415 |
|
2416 |
public bool Result { |
2417 |
get { |
2418 |
base.RaiseExceptionIfNecessary(); |
2419 |
return ((bool)(this.results[0])); |
2420 |
} |
2421 |
} |
2422 |
} |
2423 |
|
2424 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2425 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2426 |
public partial class FinalPDF_GetCommentMemberCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2427 |
|
2428 |
private object[] results; |
2429 |
|
2430 |
public FinalPDF_GetCommentMemberCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2431 |
base(exception, cancelled, userState) { |
2432 |
this.results = results; |
2433 |
} |
2434 |
|
2435 |
public KCOMDataModel.DataModel.MEMBER Result { |
2436 |
get { |
2437 |
base.RaiseExceptionIfNecessary(); |
2438 |
return ((KCOMDataModel.DataModel.MEMBER)(this.results[0])); |
2439 |
} |
2440 |
} |
2441 |
} |
2442 |
|
2443 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2444 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2445 |
public partial class FinalPDF_GetPropertiesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2446 |
|
2447 |
private object[] results; |
2448 |
|
2449 |
public FinalPDF_GetPropertiesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2450 |
base(exception, cancelled, userState) { |
2451 |
this.results = results; |
2452 |
} |
2453 |
|
2454 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES> Result { |
2455 |
get { |
2456 |
base.RaiseExceptionIfNecessary(); |
2457 |
return ((System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES>)(this.results[0])); |
2458 |
} |
2459 |
} |
2460 |
} |
2461 |
|
2462 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
2463 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
2464 |
public partial class ServiceDeepViewClient : System.ServiceModel.ClientBase<KCOM.ServiceDeepView.ServiceDeepView>, KCOM.ServiceDeepView.ServiceDeepView { |
2465 |
|
2466 |
private BeginOperationDelegate onBeginGetVersionDataDelegate; |
2467 |
|
2468 |
private EndOperationDelegate onEndGetVersionDataDelegate; |
2469 |
|
2470 |
private System.Threading.SendOrPostCallback onGetVersionDataCompletedDelegate; |
2471 |
|
2472 |
private BeginOperationDelegate onBeginGetSystemDataDelegate; |
2473 |
|
2474 |
private EndOperationDelegate onEndGetSystemDataDelegate; |
2475 |
|
2476 |
private System.Threading.SendOrPostCallback onGetSystemDataCompletedDelegate; |
2477 |
|
2478 |
private BeginOperationDelegate onBeginGetFavoriteVPDelegate; |
2479 |
|
2480 |
private EndOperationDelegate onEndGetFavoriteVPDelegate; |
2481 |
|
2482 |
private System.Threading.SendOrPostCallback onGetFavoriteVPCompletedDelegate; |
2483 |
|
2484 |
private BeginOperationDelegate onBeginEditFavoriteVPDelegate; |
2485 |
|
2486 |
private EndOperationDelegate onEndEditFavoriteVPDelegate; |
2487 |
|
2488 |
private System.Threading.SendOrPostCallback onEditFavoriteVPCompletedDelegate; |
2489 |
|
2490 |
private BeginOperationDelegate onBeginDelFavoriteVPDelegate; |
2491 |
|
2492 |
private EndOperationDelegate onEndDelFavoriteVPDelegate; |
2493 |
|
2494 |
private System.Threading.SendOrPostCallback onDelFavoriteVPCompletedDelegate; |
2495 |
|
2496 |
private BeginOperationDelegate onBeginGetCompareRectDelegate; |
2497 |
|
2498 |
private EndOperationDelegate onEndGetCompareRectDelegate; |
2499 |
|
2500 |
private System.Threading.SendOrPostCallback onGetCompareRectCompletedDelegate; |
2501 |
|
2502 |
private BeginOperationDelegate onBeginSetFinalPDFDelegate; |
2503 |
|
2504 |
private EndOperationDelegate onEndSetFinalPDFDelegate; |
2505 |
|
2506 |
private System.Threading.SendOrPostCallback onSetFinalPDFCompletedDelegate; |
2507 |
|
2508 |
private BeginOperationDelegate onBeginGetConversionStateDelegate; |
2509 |
|
2510 |
private EndOperationDelegate onEndGetConversionStateDelegate; |
2511 |
|
2512 |
private System.Threading.SendOrPostCallback onGetConversionStateCompletedDelegate; |
2513 |
|
2514 |
private BeginOperationDelegate onBeginGetVPRevisionHistoryDelegate; |
2515 |
|
2516 |
private EndOperationDelegate onEndGetVPRevisionHistoryDelegate; |
2517 |
|
2518 |
private System.Threading.SendOrPostCallback onGetVPRevisionHistoryCompletedDelegate; |
2519 |
|
2520 |
private BeginOperationDelegate onBeginGetVPRevisionFirstOrDefaultDelegate; |
2521 |
|
2522 |
private EndOperationDelegate onEndGetVPRevisionFirstOrDefaultDelegate; |
2523 |
|
2524 |
private System.Threading.SendOrPostCallback onGetVPRevisionFirstOrDefaultCompletedDelegate; |
2525 |
|
2526 |
private BeginOperationDelegate onBeginGetDocInfoDelegate; |
2527 |
|
2528 |
private EndOperationDelegate onEndGetDocInfoDelegate; |
2529 |
|
2530 |
private System.Threading.SendOrPostCallback onGetDocInfoCompletedDelegate; |
2531 |
|
2532 |
private BeginOperationDelegate onBeginGetCheckSystemAdminDelegate; |
2533 |
|
2534 |
private EndOperationDelegate onEndGetCheckSystemAdminDelegate; |
2535 |
|
2536 |
private System.Threading.SendOrPostCallback onGetCheckSystemAdminCompletedDelegate; |
2537 |
|
2538 |
private BeginOperationDelegate onBeginGetDocumentItemInfoDelegate; |
2539 |
|
2540 |
private EndOperationDelegate onEndGetDocumentItemInfoDelegate; |
2541 |
|
2542 |
private System.Threading.SendOrPostCallback onGetDocumentItemInfoCompletedDelegate; |
2543 |
|
2544 |
private BeginOperationDelegate onBeginGetDocItemIDDelegate; |
2545 |
|
2546 |
private EndOperationDelegate onEndGetDocItemIDDelegate; |
2547 |
|
2548 |
private System.Threading.SendOrPostCallback onGetDocItemIDCompletedDelegate; |
2549 |
|
2550 |
private BeginOperationDelegate onBeginGetMarkupInfoItemsDelegate; |
2551 |
|
2552 |
private EndOperationDelegate onEndGetMarkupInfoItemsDelegate; |
2553 |
|
2554 |
private System.Threading.SendOrPostCallback onGetMarkupInfoItemsCompletedDelegate; |
2555 |
|
2556 |
private BeginOperationDelegate onBeginGetSyncMarkupInfoItemsDelegate; |
2557 |
|
2558 |
private EndOperationDelegate onEndGetSyncMarkupInfoItemsDelegate; |
2559 |
|
2560 |
private System.Threading.SendOrPostCallback onGetSyncMarkupInfoItemsCompletedDelegate; |
2561 |
|
2562 |
private BeginOperationDelegate onBeginGetUserDataDelegate; |
2563 |
|
2564 |
private EndOperationDelegate onEndGetUserDataDelegate; |
2565 |
|
2566 |
private System.Threading.SendOrPostCallback onGetUserDataCompletedDelegate; |
2567 |
|
2568 |
private BeginOperationDelegate onBeginGetDeptDataDelegate; |
2569 |
|
2570 |
private EndOperationDelegate onEndGetDeptDataDelegate; |
2571 |
|
2572 |
private System.Threading.SendOrPostCallback onGetDeptDataCompletedDelegate; |
2573 |
|
2574 |
private BeginOperationDelegate onBeginDeleteMarkupDelegate; |
2575 |
|
2576 |
private EndOperationDelegate onEndDeleteMarkupDelegate; |
2577 |
|
2578 |
private System.Threading.SendOrPostCallback onDeleteMarkupCompletedDelegate; |
2579 |
|
2580 |
private BeginOperationDelegate onBeginSetFavoriteVPDelegate; |
2581 |
|
2582 |
private EndOperationDelegate onEndSetFavoriteVPDelegate; |
2583 |
|
2584 |
private System.Threading.SendOrPostCallback onSetFavoriteVPCompletedDelegate; |
2585 |
|
2586 |
private BeginOperationDelegate onBeginSaveMarkupDataDelegate; |
2587 |
|
2588 |
private EndOperationDelegate onEndSaveMarkupDataDelegate; |
2589 |
|
2590 |
private System.Threading.SendOrPostCallback onSaveMarkupDataCompletedDelegate; |
2591 |
|
2592 |
private BeginOperationDelegate onBeginUpdateMarkupDataDelegate; |
2593 |
|
2594 |
private EndOperationDelegate onEndUpdateMarkupDataDelegate; |
2595 |
|
2596 |
private System.Threading.SendOrPostCallback onUpdateMarkupDataCompletedDelegate; |
2597 |
|
2598 |
private BeginOperationDelegate onBeginSaveSymbolDelegate; |
2599 |
|
2600 |
private EndOperationDelegate onEndSaveSymbolDelegate; |
2601 |
|
2602 |
private System.Threading.SendOrPostCallback onSaveSymbolCompletedDelegate; |
2603 |
|
2604 |
private BeginOperationDelegate onBeginAddPublicSymbolDelegate; |
2605 |
|
2606 |
private EndOperationDelegate onEndAddPublicSymbolDelegate; |
2607 |
|
2608 |
private System.Threading.SendOrPostCallback onAddPublicSymbolCompletedDelegate; |
2609 |
|
2610 |
private BeginOperationDelegate onBeginDeleteSymbolDelegate; |
2611 |
|
2612 |
private EndOperationDelegate onEndDeleteSymbolDelegate; |
2613 |
|
2614 |
private System.Threading.SendOrPostCallback onDeleteSymbolCompletedDelegate; |
2615 |
|
2616 |
private BeginOperationDelegate onBeginRenameSymbolDelegate; |
2617 |
|
2618 |
private EndOperationDelegate onEndRenameSymbolDelegate; |
2619 |
|
2620 |
private System.Threading.SendOrPostCallback onRenameSymbolCompletedDelegate; |
2621 |
|
2622 |
private BeginOperationDelegate onBeginAddCheckListHistoryDelegate; |
2623 |
|
2624 |
private EndOperationDelegate onEndAddCheckListHistoryDelegate; |
2625 |
|
2626 |
private System.Threading.SendOrPostCallback onAddCheckListHistoryCompletedDelegate; |
2627 |
|
2628 |
private BeginOperationDelegate onBeginSaveCheckListHistoryDelegate; |
2629 |
|
2630 |
private EndOperationDelegate onEndSaveCheckListHistoryDelegate; |
2631 |
|
2632 |
private System.Threading.SendOrPostCallback onSaveCheckListHistoryCompletedDelegate; |
2633 |
|
2634 |
private BeginOperationDelegate onBeginSaveCheckListDelegate; |
2635 |
|
2636 |
private EndOperationDelegate onEndSaveCheckListDelegate; |
2637 |
|
2638 |
private System.Threading.SendOrPostCallback onSaveCheckListCompletedDelegate; |
2639 |
|
2640 |
private BeginOperationDelegate onBeginAddCheckListDelegate; |
2641 |
|
2642 |
private EndOperationDelegate onEndAddCheckListDelegate; |
2643 |
|
2644 |
private System.Threading.SendOrPostCallback onAddCheckListCompletedDelegate; |
2645 |
|
2646 |
private BeginOperationDelegate onBeginGetCheckListDelegate; |
2647 |
|
2648 |
private EndOperationDelegate onEndGetCheckListDelegate; |
2649 |
|
2650 |
private System.Threading.SendOrPostCallback onGetCheckListCompletedDelegate; |
2651 |
|
2652 |
private BeginOperationDelegate onBeginGetUserCheckListDelegate; |
2653 |
|
2654 |
private EndOperationDelegate onEndGetUserCheckListDelegate; |
2655 |
|
2656 |
private System.Threading.SendOrPostCallback onGetUserCheckListCompletedDelegate; |
2657 |
|
2658 |
private BeginOperationDelegate onBeginGetCheckListHistoryDelegate; |
2659 |
|
2660 |
private EndOperationDelegate onEndGetCheckListHistoryDelegate; |
2661 |
|
2662 |
private System.Threading.SendOrPostCallback onGetCheckListHistoryCompletedDelegate; |
2663 |
|
2664 |
private BeginOperationDelegate onBeginGetCheckListHistoryFirstOrDefaultDelegate; |
2665 |
|
2666 |
private EndOperationDelegate onEndGetCheckListHistoryFirstOrDefaultDelegate; |
2667 |
|
2668 |
private System.Threading.SendOrPostCallback onGetCheckListHistoryFirstOrDefaultCompletedDelegate; |
2669 |
|
2670 |
private BeginOperationDelegate onBeginSavePageAngleDelegate; |
2671 |
|
2672 |
private EndOperationDelegate onEndSavePageAngleDelegate; |
2673 |
|
2674 |
private System.Threading.SendOrPostCallback onSavePageAngleCompletedDelegate; |
2675 |
|
2676 |
private BeginOperationDelegate onBeginGetMarkupInfoDelegate; |
2677 |
|
2678 |
private EndOperationDelegate onEndGetMarkupInfoDelegate; |
2679 |
|
2680 |
private System.Threading.SendOrPostCallback onGetMarkupInfoCompletedDelegate; |
2681 |
|
2682 |
private BeginOperationDelegate onBeginGetMarkupDataListperPageDelegate; |
2683 |
|
2684 |
private EndOperationDelegate onEndGetMarkupDataListperPageDelegate; |
2685 |
|
2686 |
private System.Threading.SendOrPostCallback onGetMarkupDataListperPageCompletedDelegate; |
2687 |
|
2688 |
private BeginOperationDelegate onBeginAddMarkupInfoDelegate; |
2689 |
|
2690 |
private EndOperationDelegate onEndAddMarkupInfoDelegate; |
2691 |
|
2692 |
private System.Threading.SendOrPostCallback onAddMarkupInfoCompletedDelegate; |
2693 |
|
2694 |
private BeginOperationDelegate onBeginAddMarkupInfoVersionDelegate; |
2695 |
|
2696 |
private EndOperationDelegate onEndAddMarkupInfoVersionDelegate; |
2697 |
|
2698 |
private System.Threading.SendOrPostCallback onAddMarkupInfoVersionCompletedDelegate; |
2699 |
|
2700 |
private BeginOperationDelegate onBeginAddMarkupDataDelegate; |
2701 |
|
2702 |
private EndOperationDelegate onEndAddMarkupDataDelegate; |
2703 |
|
2704 |
private System.Threading.SendOrPostCallback onAddMarkupDataCompletedDelegate; |
2705 |
|
2706 |
private BeginOperationDelegate onBeginAvoidMarkupInfoDelegate; |
2707 |
|
2708 |
private EndOperationDelegate onEndAvoidMarkupInfoDelegate; |
2709 |
|
2710 |
private System.Threading.SendOrPostCallback onAvoidMarkupInfoCompletedDelegate; |
2711 |
|
2712 |
private BeginOperationDelegate onBeginSaveMarkupInfoDelegate; |
2713 |
|
2714 |
private EndOperationDelegate onEndSaveMarkupInfoDelegate; |
2715 |
|
2716 |
private System.Threading.SendOrPostCallback onSaveMarkupInfoCompletedDelegate; |
2717 |
|
2718 |
private BeginOperationDelegate onBeginGetMarkupDataListDelegate; |
2719 |
|
2720 |
private EndOperationDelegate onEndGetMarkupDataListDelegate; |
2721 |
|
2722 |
private System.Threading.SendOrPostCallback onGetMarkupDataListCompletedDelegate; |
2723 |
|
2724 |
private BeginOperationDelegate onBeginConsolidateDelegate; |
2725 |
|
2726 |
private EndOperationDelegate onEndConsolidateDelegate; |
2727 |
|
2728 |
private System.Threading.SendOrPostCallback onConsolidateCompletedDelegate; |
2729 |
|
2730 |
private BeginOperationDelegate onBeginConsolidateMergedPDFDelegate; |
2731 |
|
2732 |
private EndOperationDelegate onEndConsolidateMergedPDFDelegate; |
2733 |
|
2734 |
private System.Threading.SendOrPostCallback onConsolidateMergedPDFCompletedDelegate; |
2735 |
|
2736 |
private BeginOperationDelegate onBeginTeamConsolidateDelegate; |
2737 |
|
2738 |
private EndOperationDelegate onEndTeamConsolidateDelegate; |
2739 |
|
2740 |
private System.Threading.SendOrPostCallback onTeamConsolidateCompletedDelegate; |
2741 |
|
2742 |
private BeginOperationDelegate onBeginGetMemberDelegate; |
2743 |
|
2744 |
private EndOperationDelegate onEndGetMemberDelegate; |
2745 |
|
2746 |
private System.Threading.SendOrPostCallback onGetMemberCompletedDelegate; |
2747 |
|
2748 |
private BeginOperationDelegate onBeginGetSymbolListDelegate; |
2749 |
|
2750 |
private EndOperationDelegate onEndGetSymbolListDelegate; |
2751 |
|
2752 |
private System.Threading.SendOrPostCallback onGetSymbolListCompletedDelegate; |
2753 |
|
2754 |
private BeginOperationDelegate onBeginGetPublicSymbolDeptListDelegate; |
2755 |
|
2756 |
private EndOperationDelegate onEndGetPublicSymbolDeptListDelegate; |
2757 |
|
2758 |
private System.Threading.SendOrPostCallback onGetPublicSymbolDeptListCompletedDelegate; |
2759 |
|
2760 |
private BeginOperationDelegate onBeginGetPublicSymbolListDelegate; |
2761 |
|
2762 |
private EndOperationDelegate onEndGetPublicSymbolListDelegate; |
2763 |
|
2764 |
private System.Threading.SendOrPostCallback onGetPublicSymbolListCompletedDelegate; |
2765 |
|
2766 |
private BeginOperationDelegate onBeginGetSymbolDataDelegate; |
2767 |
|
2768 |
private EndOperationDelegate onEndGetSymbolDataDelegate; |
2769 |
|
2770 |
private System.Threading.SendOrPostCallback onGetSymbolDataCompletedDelegate; |
2771 |
|
2772 |
private BeginOperationDelegate onBeginGetSymbolImageURLDelegate; |
2773 |
|
2774 |
private EndOperationDelegate onEndGetSymbolImageURLDelegate; |
2775 |
|
2776 |
private System.Threading.SendOrPostCallback onGetSymbolImageURLCompletedDelegate; |
2777 |
|
2778 |
private BeginOperationDelegate onBeginGetSignDataDelegate; |
2779 |
|
2780 |
private EndOperationDelegate onEndGetSignDataDelegate; |
2781 |
|
2782 |
private System.Threading.SendOrPostCallback onGetSignDataCompletedDelegate; |
2783 |
|
2784 |
private BeginOperationDelegate onBeginGetProjectNameDelegate; |
2785 |
|
2786 |
private EndOperationDelegate onEndGetProjectNameDelegate; |
2787 |
|
2788 |
private System.Threading.SendOrPostCallback onGetProjectNameCompletedDelegate; |
2789 |
|
2790 |
private BeginOperationDelegate onBeginGetPreRevSelectDelegate; |
2791 |
|
2792 |
private EndOperationDelegate onEndGetPreRevSelectDelegate; |
2793 |
|
2794 |
private System.Threading.SendOrPostCallback onGetPreRevSelectCompletedDelegate; |
2795 |
|
2796 |
private BeginOperationDelegate onBeginGetDocInfoOneSelectDelegate; |
2797 |
|
2798 |
private EndOperationDelegate onEndGetDocInfoOneSelectDelegate; |
2799 |
|
2800 |
private System.Threading.SendOrPostCallback onGetDocInfoOneSelectCompletedDelegate; |
2801 |
|
2802 |
private BeginOperationDelegate onBeginGetPrintDocItemListDelegate; |
2803 |
|
2804 |
private EndOperationDelegate onEndGetPrintDocItemListDelegate; |
2805 |
|
2806 |
private System.Threading.SendOrPostCallback onGetPrintDocItemListCompletedDelegate; |
2807 |
|
2808 |
private BeginOperationDelegate onBeginAddMessageDelegate; |
2809 |
|
2810 |
private EndOperationDelegate onEndAddMessageDelegate; |
2811 |
|
2812 |
private System.Threading.SendOrPostCallback onAddMessageCompletedDelegate; |
2813 |
|
2814 |
private BeginOperationDelegate onBeginGetMessageDelegate; |
2815 |
|
2816 |
private EndOperationDelegate onEndGetMessageDelegate; |
2817 |
|
2818 |
private System.Threading.SendOrPostCallback onGetMessageCompletedDelegate; |
2819 |
|
2820 |
private BeginOperationDelegate onBeginFinalPDF_GetDocinfoDelegate; |
2821 |
|
2822 |
private EndOperationDelegate onEndFinalPDF_GetDocinfoDelegate; |
2823 |
|
2824 |
private System.Threading.SendOrPostCallback onFinalPDF_GetDocinfoCompletedDelegate; |
2825 |
|
2826 |
private BeginOperationDelegate onBeginFinalPDF_GetDocumentItemDelegate; |
2827 |
|
2828 |
private EndOperationDelegate onEndFinalPDF_GetDocumentItemDelegate; |
2829 |
|
2830 |
private System.Threading.SendOrPostCallback onFinalPDF_GetDocumentItemCompletedDelegate; |
2831 |
|
2832 |
private BeginOperationDelegate onBeginFinalPDF_GetMarkupdataDelegate; |
2833 |
|
2834 |
private EndOperationDelegate onEndFinalPDF_GetMarkupdataDelegate; |
2835 |
|
2836 |
private System.Threading.SendOrPostCallback onFinalPDF_GetMarkupdataCompletedDelegate; |
2837 |
|
2838 |
private BeginOperationDelegate onBeginFinalPDF_GetMarkupinfoDelegate; |
2839 |
|
2840 |
private EndOperationDelegate onEndFinalPDF_GetMarkupinfoDelegate; |
2841 |
|
2842 |
private System.Threading.SendOrPostCallback onFinalPDF_GetMarkupinfoCompletedDelegate; |
2843 |
|
2844 |
private BeginOperationDelegate onBeginFinalPDF_GetFinalPDFsDelegate; |
2845 |
|
2846 |
private EndOperationDelegate onEndFinalPDF_GetFinalPDFsDelegate; |
2847 |
|
2848 |
private System.Threading.SendOrPostCallback onFinalPDF_GetFinalPDFsCompletedDelegate; |
2849 |
|
2850 |
private BeginOperationDelegate onBeginFinalPDF_GetDocpageDelegate; |
2851 |
|
2852 |
private EndOperationDelegate onEndFinalPDF_GetDocpageDelegate; |
2853 |
|
2854 |
private System.Threading.SendOrPostCallback onFinalPDF_GetDocpageCompletedDelegate; |
2855 |
|
2856 |
private BeginOperationDelegate onBeginFinalPDF_SetFinalPDFStatusDelegate; |
2857 |
|
2858 |
private EndOperationDelegate onEndFinalPDF_SetFinalPDFStatusDelegate; |
2859 |
|
2860 |
private System.Threading.SendOrPostCallback onFinalPDF_SetFinalPDFStatusCompletedDelegate; |
2861 |
|
2862 |
private BeginOperationDelegate onBeginFinalPDF_GetFinalPDFStatusDelegate; |
2863 |
|
2864 |
private EndOperationDelegate onEndFinalPDF_GetFinalPDFStatusDelegate; |
2865 |
|
2866 |
private System.Threading.SendOrPostCallback onFinalPDF_GetFinalPDFStatusCompletedDelegate; |
2867 |
|
2868 |
private BeginOperationDelegate onBeginFinalPDF_SetCurrentPageDelegate; |
2869 |
|
2870 |
private EndOperationDelegate onEndFinalPDF_SetCurrentPageDelegate; |
2871 |
|
2872 |
private System.Threading.SendOrPostCallback onFinalPDF_SetCurrentPageCompletedDelegate; |
2873 |
|
2874 |
private BeginOperationDelegate onBeginFinalPDF_SetErrorDelegate; |
2875 |
|
2876 |
private EndOperationDelegate onEndFinalPDF_SetErrorDelegate; |
2877 |
|
2878 |
private System.Threading.SendOrPostCallback onFinalPDF_SetErrorCompletedDelegate; |
2879 |
|
2880 |
private BeginOperationDelegate onBeginFinalPDF_SetFinalResultPathDelegate; |
2881 |
|
2882 |
private EndOperationDelegate onEndFinalPDF_SetFinalResultPathDelegate; |
2883 |
|
2884 |
private System.Threading.SendOrPostCallback onFinalPDF_SetFinalResultPathCompletedDelegate; |
2885 |
|
2886 |
private BeginOperationDelegate onBeginFinalPDF_GetCommentMemberDelegate; |
2887 |
|
2888 |
private EndOperationDelegate onEndFinalPDF_GetCommentMemberDelegate; |
2889 |
|
2890 |
private System.Threading.SendOrPostCallback onFinalPDF_GetCommentMemberCompletedDelegate; |
2891 |
|
2892 |
private BeginOperationDelegate onBeginFinalPDF_GetPropertiesDelegate; |
2893 |
|
2894 |
private EndOperationDelegate onEndFinalPDF_GetPropertiesDelegate; |
2895 |
|
2896 |
private System.Threading.SendOrPostCallback onFinalPDF_GetPropertiesCompletedDelegate; |
2897 |
|
2898 |
public ServiceDeepViewClient() { |
2899 |
} |
2900 |
|
2901 |
public ServiceDeepViewClient(string endpointConfigurationName) : |
2902 |
base(endpointConfigurationName) { |
2903 |
} |
2904 |
|
2905 |
public ServiceDeepViewClient(string endpointConfigurationName, string remoteAddress) : |
2906 |
base(endpointConfigurationName, remoteAddress) { |
2907 |
} |
2908 |
|
2909 |
public ServiceDeepViewClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : |
2910 |
base(endpointConfigurationName, remoteAddress) { |
2911 |
} |
2912 |
|
2913 |
public ServiceDeepViewClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : |
2914 |
base(binding, remoteAddress) { |
2915 |
} |
2916 |
|
2917 |
public event System.EventHandler<GetVersionDataCompletedEventArgs> GetVersionDataCompleted; |
2918 |
|
2919 |
public event System.EventHandler<GetSystemDataCompletedEventArgs> GetSystemDataCompleted; |
2920 |
|
2921 |
public event System.EventHandler<GetFavoriteVPCompletedEventArgs> GetFavoriteVPCompleted; |
2922 |
|
2923 |
public event System.EventHandler<EditFavoriteVPCompletedEventArgs> EditFavoriteVPCompleted; |
2924 |
|
2925 |
public event System.EventHandler<DelFavoriteVPCompletedEventArgs> DelFavoriteVPCompleted; |
2926 |
|
2927 |
public event System.EventHandler<GetCompareRectCompletedEventArgs> GetCompareRectCompleted; |
2928 |
|
2929 |
public event System.EventHandler<SetFinalPDFCompletedEventArgs> SetFinalPDFCompleted; |
2930 |
|
2931 |
public event System.EventHandler<GetConversionStateCompletedEventArgs> GetConversionStateCompleted; |
2932 |
|
2933 |
public event System.EventHandler<GetVPRevisionHistoryCompletedEventArgs> GetVPRevisionHistoryCompleted; |
2934 |
|
2935 |
public event System.EventHandler<GetVPRevisionFirstOrDefaultCompletedEventArgs> GetVPRevisionFirstOrDefaultCompleted; |
2936 |
|
2937 |
public event System.EventHandler<GetDocInfoCompletedEventArgs> GetDocInfoCompleted; |
2938 |
|
2939 |
public event System.EventHandler<GetCheckSystemAdminCompletedEventArgs> GetCheckSystemAdminCompleted; |
2940 |
|
2941 |
public event System.EventHandler<GetDocumentItemInfoCompletedEventArgs> GetDocumentItemInfoCompleted; |
2942 |
|
2943 |
public event System.EventHandler<GetDocItemIDCompletedEventArgs> GetDocItemIDCompleted; |
2944 |
|
2945 |
public event System.EventHandler<GetMarkupInfoItemsCompletedEventArgs> GetMarkupInfoItemsCompleted; |
2946 |
|
2947 |
public event System.EventHandler<GetSyncMarkupInfoItemsCompletedEventArgs> GetSyncMarkupInfoItemsCompleted; |
2948 |
|
2949 |
public event System.EventHandler<GetUserDataCompletedEventArgs> GetUserDataCompleted; |
2950 |
|
2951 |
public event System.EventHandler<GetDeptDataCompletedEventArgs> GetDeptDataCompleted; |
2952 |
|
2953 |
public event System.EventHandler<DeleteMarkupCompletedEventArgs> DeleteMarkupCompleted; |
2954 |
|
2955 |
public event System.EventHandler<SetFavoriteVPCompletedEventArgs> SetFavoriteVPCompleted; |
2956 |
|
2957 |
public event System.EventHandler<SaveMarkupDataCompletedEventArgs> SaveMarkupDataCompleted; |
2958 |
|
2959 |
public event System.EventHandler<UpdateMarkupDataCompletedEventArgs> UpdateMarkupDataCompleted; |
2960 |
|
2961 |
public event System.EventHandler<SaveSymbolCompletedEventArgs> SaveSymbolCompleted; |
2962 |
|
2963 |
public event System.EventHandler<AddPublicSymbolCompletedEventArgs> AddPublicSymbolCompleted; |
2964 |
|
2965 |
public event System.EventHandler<DeleteSymbolCompletedEventArgs> DeleteSymbolCompleted; |
2966 |
|
2967 |
public event System.EventHandler<RenameSymbolCompletedEventArgs> RenameSymbolCompleted; |
2968 |
|
2969 |
public event System.EventHandler<AddCheckListHistoryCompletedEventArgs> AddCheckListHistoryCompleted; |
2970 |
|
2971 |
public event System.EventHandler<SaveCheckListHistoryCompletedEventArgs> SaveCheckListHistoryCompleted; |
2972 |
|
2973 |
public event System.EventHandler<SaveCheckListCompletedEventArgs> SaveCheckListCompleted; |
2974 |
|
2975 |
public event System.EventHandler<AddCheckListCompletedEventArgs> AddCheckListCompleted; |
2976 |
|
2977 |
public event System.EventHandler<GetCheckListCompletedEventArgs> GetCheckListCompleted; |
2978 |
|
2979 |
public event System.EventHandler<GetUserCheckListCompletedEventArgs> GetUserCheckListCompleted; |
2980 |
|
2981 |
public event System.EventHandler<GetCheckListHistoryCompletedEventArgs> GetCheckListHistoryCompleted; |
2982 |
|
2983 |
public event System.EventHandler<GetCheckListHistoryFirstOrDefaultCompletedEventArgs> GetCheckListHistoryFirstOrDefaultCompleted; |
2984 |
|
2985 |
public event System.EventHandler<SavePageAngleCompletedEventArgs> SavePageAngleCompleted; |
2986 |
|
2987 |
public event System.EventHandler<GetMarkupInfoCompletedEventArgs> GetMarkupInfoCompleted; |
2988 |
|
2989 |
public event System.EventHandler<GetMarkupDataListperPageCompletedEventArgs> GetMarkupDataListperPageCompleted; |
2990 |
|
2991 |
public event System.EventHandler<AddMarkupInfoCompletedEventArgs> AddMarkupInfoCompleted; |
2992 |
|
2993 |
public event System.EventHandler<AddMarkupInfoVersionCompletedEventArgs> AddMarkupInfoVersionCompleted; |
2994 |
|
2995 |
public event System.EventHandler<AddMarkupDataCompletedEventArgs> AddMarkupDataCompleted; |
2996 |
|
2997 |
public event System.EventHandler<AvoidMarkupInfoCompletedEventArgs> AvoidMarkupInfoCompleted; |
2998 |
|
2999 |
public event System.EventHandler<SaveMarkupInfoCompletedEventArgs> SaveMarkupInfoCompleted; |
3000 |
|
3001 |
public event System.EventHandler<GetMarkupDataListCompletedEventArgs> GetMarkupDataListCompleted; |
3002 |
|
3003 |
public event System.EventHandler<ConsolidateCompletedEventArgs> ConsolidateCompleted; |
3004 |
|
3005 |
public event System.EventHandler<ConsolidateMergedPDFCompletedEventArgs> ConsolidateMergedPDFCompleted; |
3006 |
|
3007 |
public event System.EventHandler<TeamConsolidateCompletedEventArgs> TeamConsolidateCompleted; |
3008 |
|
3009 |
public event System.EventHandler<GetMemberCompletedEventArgs> GetMemberCompleted; |
3010 |
|
3011 |
public event System.EventHandler<GetSymbolListCompletedEventArgs> GetSymbolListCompleted; |
3012 |
|
3013 |
public event System.EventHandler<GetPublicSymbolDeptListCompletedEventArgs> GetPublicSymbolDeptListCompleted; |
3014 |
|
3015 |
public event System.EventHandler<GetPublicSymbolListCompletedEventArgs> GetPublicSymbolListCompleted; |
3016 |
|
3017 |
public event System.EventHandler<GetSymbolDataCompletedEventArgs> GetSymbolDataCompleted; |
3018 |
|
3019 |
public event System.EventHandler<GetSymbolImageURLCompletedEventArgs> GetSymbolImageURLCompleted; |
3020 |
|
3021 |
public event System.EventHandler<GetSignDataCompletedEventArgs> GetSignDataCompleted; |
3022 |
|
3023 |
public event System.EventHandler<GetProjectNameCompletedEventArgs> GetProjectNameCompleted; |
3024 |
|
3025 |
public event System.EventHandler<GetPreRevSelectCompletedEventArgs> GetPreRevSelectCompleted; |
3026 |
|
3027 |
public event System.EventHandler<GetDocInfoOneSelectCompletedEventArgs> GetDocInfoOneSelectCompleted; |
3028 |
|
3029 |
public event System.EventHandler<GetPrintDocItemListCompletedEventArgs> GetPrintDocItemListCompleted; |
3030 |
|
3031 |
public event System.EventHandler<AddMessageCompletedEventArgs> AddMessageCompleted; |
3032 |
|
3033 |
public event System.EventHandler<GetMessageCompletedEventArgs> GetMessageCompleted; |
3034 |
|
3035 |
public event System.EventHandler<FinalPDF_GetDocinfoCompletedEventArgs> FinalPDF_GetDocinfoCompleted; |
3036 |
|
3037 |
public event System.EventHandler<FinalPDF_GetDocumentItemCompletedEventArgs> FinalPDF_GetDocumentItemCompleted; |
3038 |
|
3039 |
public event System.EventHandler<FinalPDF_GetMarkupdataCompletedEventArgs> FinalPDF_GetMarkupdataCompleted; |
3040 |
|
3041 |
public event System.EventHandler<FinalPDF_GetMarkupinfoCompletedEventArgs> FinalPDF_GetMarkupinfoCompleted; |
3042 |
|
3043 |
public event System.EventHandler<FinalPDF_GetFinalPDFsCompletedEventArgs> FinalPDF_GetFinalPDFsCompleted; |
3044 |
|
3045 |
public event System.EventHandler<FinalPDF_GetDocpageCompletedEventArgs> FinalPDF_GetDocpageCompleted; |
3046 |
|
3047 |
public event System.EventHandler<FinalPDF_SetFinalPDFStatusCompletedEventArgs> FinalPDF_SetFinalPDFStatusCompleted; |
3048 |
|
3049 |
public event System.EventHandler<FinalPDF_GetFinalPDFStatusCompletedEventArgs> FinalPDF_GetFinalPDFStatusCompleted; |
3050 |
|
3051 |
public event System.EventHandler<FinalPDF_SetCurrentPageCompletedEventArgs> FinalPDF_SetCurrentPageCompleted; |
3052 |
|
3053 |
public event System.EventHandler<FinalPDF_SetErrorCompletedEventArgs> FinalPDF_SetErrorCompleted; |
3054 |
|
3055 |
public event System.EventHandler<FinalPDF_SetFinalResultPathCompletedEventArgs> FinalPDF_SetFinalResultPathCompleted; |
3056 |
|
3057 |
public event System.EventHandler<FinalPDF_GetCommentMemberCompletedEventArgs> FinalPDF_GetCommentMemberCompleted; |
3058 |
|
3059 |
public event System.EventHandler<FinalPDF_GetPropertiesCompletedEventArgs> FinalPDF_GetPropertiesCompleted; |
3060 |
|
3061 |
public string GetVersionData(bool is64BitProcess, string markusVer) { |
3062 |
return base.Channel.GetVersionData(is64BitProcess, markusVer); |
3063 |
} |
3064 |
|
3065 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3066 |
public System.IAsyncResult BeginGetVersionData(bool is64BitProcess, string markusVer, System.AsyncCallback callback, object asyncState) { |
3067 |
return base.Channel.BeginGetVersionData(is64BitProcess, markusVer, callback, asyncState); |
3068 |
} |
3069 |
|
3070 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3071 |
public string EndGetVersionData(System.IAsyncResult result) { |
3072 |
return base.Channel.EndGetVersionData(result); |
3073 |
} |
3074 |
|
3075 |
private System.IAsyncResult OnBeginGetVersionData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
3076 |
bool is64BitProcess = ((bool)(inValues[0])); |
3077 |
string markusVer = ((string)(inValues[1])); |
3078 |
return this.BeginGetVersionData(is64BitProcess, markusVer, callback, asyncState); |
3079 |
} |
3080 |
|
3081 |
private object[] OnEndGetVersionData(System.IAsyncResult result) { |
3082 |
string retVal = this.EndGetVersionData(result); |
3083 |
return new object[] { |
3084 |
retVal}; |
3085 |
} |
3086 |
|
3087 |
private void OnGetVersionDataCompleted(object state) { |
3088 |
if ((this.GetVersionDataCompleted != null)) { |
3089 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
3090 |
this.GetVersionDataCompleted(this, new GetVersionDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
3091 |
} |
3092 |
} |
3093 |
|
3094 |
public void GetVersionDataAsync(bool is64BitProcess, string markusVer) { |
3095 |
this.GetVersionDataAsync(is64BitProcess, markusVer, null); |
3096 |
} |
3097 |
|
3098 |
public void GetVersionDataAsync(bool is64BitProcess, string markusVer, object userState) { |
3099 |
if ((this.onBeginGetVersionDataDelegate == null)) { |
3100 |
this.onBeginGetVersionDataDelegate = new BeginOperationDelegate(this.OnBeginGetVersionData); |
3101 |
} |
3102 |
if ((this.onEndGetVersionDataDelegate == null)) { |
3103 |
this.onEndGetVersionDataDelegate = new EndOperationDelegate(this.OnEndGetVersionData); |
3104 |
} |
3105 |
if ((this.onGetVersionDataCompletedDelegate == null)) { |
3106 |
this.onGetVersionDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetVersionDataCompleted); |
3107 |
} |
3108 |
base.InvokeAsync(this.onBeginGetVersionDataDelegate, new object[] { |
3109 |
is64BitProcess, |
3110 |
markusVer}, this.onEndGetVersionDataDelegate, this.onGetVersionDataCompletedDelegate, userState); |
3111 |
} |
3112 |
|
3113 |
public IKCOM.KCOM_SystemInfo GetSystemData() { |
3114 |
return base.Channel.GetSystemData(); |
3115 |
} |
3116 |
|
3117 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3118 |
public System.IAsyncResult BeginGetSystemData(System.AsyncCallback callback, object asyncState) { |
3119 |
return base.Channel.BeginGetSystemData(callback, asyncState); |
3120 |
} |
3121 |
|
3122 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3123 |
public IKCOM.KCOM_SystemInfo EndGetSystemData(System.IAsyncResult result) { |
3124 |
return base.Channel.EndGetSystemData(result); |
3125 |
} |
3126 |
|
3127 |
private System.IAsyncResult OnBeginGetSystemData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
3128 |
return this.BeginGetSystemData(callback, asyncState); |
3129 |
} |
3130 |
|
3131 |
private object[] OnEndGetSystemData(System.IAsyncResult result) { |
3132 |
IKCOM.KCOM_SystemInfo retVal = this.EndGetSystemData(result); |
3133 |
return new object[] { |
3134 |
retVal}; |
3135 |
} |
3136 |
|
3137 |
private void OnGetSystemDataCompleted(object state) { |
3138 |
if ((this.GetSystemDataCompleted != null)) { |
3139 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
3140 |
this.GetSystemDataCompleted(this, new GetSystemDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
3141 |
} |
3142 |
} |
3143 |
|
3144 |
public void GetSystemDataAsync() { |
3145 |
this.GetSystemDataAsync(null); |
3146 |
} |
3147 |
|
3148 |
public void GetSystemDataAsync(object userState) { |
3149 |
if ((this.onBeginGetSystemDataDelegate == null)) { |
3150 |
this.onBeginGetSystemDataDelegate = new BeginOperationDelegate(this.OnBeginGetSystemData); |
3151 |
} |
3152 |
if ((this.onEndGetSystemDataDelegate == null)) { |
3153 |
this.onEndGetSystemDataDelegate = new EndOperationDelegate(this.OnEndGetSystemData); |
3154 |
} |
3155 |
if ((this.onGetSystemDataCompletedDelegate == null)) { |
3156 |
this.onGetSystemDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSystemDataCompleted); |
3157 |
} |
3158 |
base.InvokeAsync(this.onBeginGetSystemDataDelegate, null, this.onEndGetSystemDataDelegate, this.onGetSystemDataCompletedDelegate, userState); |
3159 |
} |
3160 |
|
3161 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> GetFavoriteVP(string PrjNo, string userID, string sharepointItemID) { |
3162 |
return base.Channel.GetFavoriteVP(PrjNo, userID, sharepointItemID); |
3163 |
} |
3164 |
|
3165 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3166 |
public System.IAsyncResult BeginGetFavoriteVP(string PrjNo, string userID, string sharepointItemID, System.AsyncCallback callback, object asyncState) { |
3167 |
return base.Channel.BeginGetFavoriteVP(PrjNo, userID, sharepointItemID, callback, asyncState); |
3168 |
} |
3169 |
|
3170 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3171 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> EndGetFavoriteVP(System.IAsyncResult result) { |
3172 |
return base.Channel.EndGetFavoriteVP(result); |
3173 |
} |
3174 |
|
3175 |
private System.IAsyncResult OnBeginGetFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) { |
3176 |
string PrjNo = ((string)(inValues[0])); |
3177 |
string userID = ((string)(inValues[1])); |
3178 |
string sharepointItemID = ((string)(inValues[2])); |
3179 |
return this.BeginGetFavoriteVP(PrjNo, userID, sharepointItemID, callback, asyncState); |
3180 |
} |
3181 |
|
3182 |
private object[] OnEndGetFavoriteVP(System.IAsyncResult result) { |
3183 |
System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> retVal = this.EndGetFavoriteVP(result); |
3184 |
return new object[] { |
3185 |
retVal}; |
3186 |
} |
3187 |
|
3188 |
private void OnGetFavoriteVPCompleted(object state) { |
3189 |
if ((this.GetFavoriteVPCompleted != null)) { |
3190 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
3191 |
this.GetFavoriteVPCompleted(this, new GetFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
3192 |
} |
3193 |
} |
3194 |
|
3195 |
public void GetFavoriteVPAsync(string PrjNo, string userID, string sharepointItemID) { |
3196 |
this.GetFavoriteVPAsync(PrjNo, userID, sharepointItemID, null); |
3197 |
} |
3198 |
|
3199 |
public void GetFavoriteVPAsync(string PrjNo, string userID, string sharepointItemID, object userState) { |
3200 |
if ((this.onBeginGetFavoriteVPDelegate == null)) { |
3201 |
this.onBeginGetFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginGetFavoriteVP); |
3202 |
} |
3203 |
if ((this.onEndGetFavoriteVPDelegate == null)) { |
3204 |
this.onEndGetFavoriteVPDelegate = new EndOperationDelegate(this.OnEndGetFavoriteVP); |
3205 |
} |
3206 |
if ((this.onGetFavoriteVPCompletedDelegate == null)) { |
3207 |
this.onGetFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetFavoriteVPCompleted); |
3208 |
} |
3209 |
base.InvokeAsync(this.onBeginGetFavoriteVPDelegate, new object[] { |
3210 |
PrjNo, |
3211 |
userID, |
3212 |
sharepointItemID}, this.onEndGetFavoriteVPDelegate, this.onGetFavoriteVPCompletedDelegate, userState); |
3213 |
} |
3214 |
|
3215 |
public bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description) { |
3216 |
return base.Channel.EditFavoriteVP(prjNo, userID, docID, state, description); |
3217 |
} |
3218 |
|
3219 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3220 |
public System.IAsyncResult BeginEditFavoriteVP(string prjNo, string userID, string docID, int state, string description, System.AsyncCallback callback, object asyncState) { |
3221 |
return base.Channel.BeginEditFavoriteVP(prjNo, userID, docID, state, description, callback, asyncState); |
3222 |
} |
3223 |
|
3224 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3225 |
public bool EndEditFavoriteVP(System.IAsyncResult result) { |
3226 |
return base.Channel.EndEditFavoriteVP(result); |
3227 |
} |
3228 |
|
3229 |
private System.IAsyncResult OnBeginEditFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) { |
3230 |
string prjNo = ((string)(inValues[0])); |
3231 |
string userID = ((string)(inValues[1])); |
3232 |
string docID = ((string)(inValues[2])); |
3233 |
int state = ((int)(inValues[3])); |
3234 |
string description = ((string)(inValues[4])); |
3235 |
return this.BeginEditFavoriteVP(prjNo, userID, docID, state, description, callback, asyncState); |
3236 |
} |
3237 |
|
3238 |
private object[] OnEndEditFavoriteVP(System.IAsyncResult result) { |
3239 |
bool retVal = this.EndEditFavoriteVP(result); |
3240 |
return new object[] { |
3241 |
retVal}; |
3242 |
} |
3243 |
|
3244 |
private void OnEditFavoriteVPCompleted(object state) { |
3245 |
if ((this.EditFavoriteVPCompleted != null)) { |
3246 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
3247 |
this.EditFavoriteVPCompleted(this, new EditFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
3248 |
} |
3249 |
} |
3250 |
|
3251 |
public void EditFavoriteVPAsync(string prjNo, string userID, string docID, int state, string description) { |
3252 |
this.EditFavoriteVPAsync(prjNo, userID, docID, state, description, null); |
3253 |
} |
3254 |
|
3255 |
public void EditFavoriteVPAsync(string prjNo, string userID, string docID, int state, string description, object userState) { |
3256 |
if ((this.onBeginEditFavoriteVPDelegate == null)) { |
3257 |
this.onBeginEditFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginEditFavoriteVP); |
3258 |
} |
3259 |
if ((this.onEndEditFavoriteVPDelegate == null)) { |
3260 |
this.onEndEditFavoriteVPDelegate = new EndOperationDelegate(this.OnEndEditFavoriteVP); |
3261 |
} |
3262 |
if ((this.onEditFavoriteVPCompletedDelegate == null)) { |
3263 |
this.onEditFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnEditFavoriteVPCompleted); |
3264 |
} |
3265 |
base.InvokeAsync(this.onBeginEditFavoriteVPDelegate, new object[] { |
3266 |
prjNo, |
3267 |
userID, |
3268 |
docID, |
3269 |
state, |
3270 |
description}, this.onEndEditFavoriteVPDelegate, this.onEditFavoriteVPCompletedDelegate, userState); |
3271 |
} |
3272 |
|
3273 |
public bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID) { |
3274 |
return base.Channel.DelFavoriteVP(prjNo, userID, SavePageNo, docID); |
3275 |
} |
3276 |
|
3277 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3278 |
public System.IAsyncResult BeginDelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID, System.AsyncCallback callback, object asyncState) { |
3279 |
return base.Channel.BeginDelFavoriteVP(prjNo, userID, SavePageNo, docID, callback, asyncState); |
3280 |
} |
3281 |
|
3282 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3283 |
public bool EndDelFavoriteVP(System.IAsyncResult result) { |
3284 |
return base.Channel.EndDelFavoriteVP(result); |
3285 |
} |
3286 |
|
3287 |
private System.IAsyncResult OnBeginDelFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) { |
3288 |
string prjNo = ((string)(inValues[0])); |
3289 |
string userID = ((string)(inValues[1])); |
3290 |
int SavePageNo = ((int)(inValues[2])); |
3291 |
string docID = ((string)(inValues[3])); |
3292 |
return this.BeginDelFavoriteVP(prjNo, userID, SavePageNo, docID, callback, asyncState); |
3293 |
} |
3294 |
|
3295 |
private object[] OnEndDelFavoriteVP(System.IAsyncResult result) { |
3296 |
bool retVal = this.EndDelFavoriteVP(result); |
3297 |
return new object[] { |
3298 |
retVal}; |
3299 |
} |
3300 |
|
3301 |
private void OnDelFavoriteVPCompleted(object state) { |
3302 |
if ((this.DelFavoriteVPCompleted != null)) { |
3303 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
3304 |
this.DelFavoriteVPCompleted(this, new DelFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
3305 |
} |
3306 |
} |
3307 |
|
3308 |
public void DelFavoriteVPAsync(string prjNo, string userID, int SavePageNo, string docID) { |
3309 |
this.DelFavoriteVPAsync(prjNo, userID, SavePageNo, docID, null); |
3310 |
} |
3311 |
|
3312 |
public void DelFavoriteVPAsync(string prjNo, string userID, int SavePageNo, string docID, object userState) { |
3313 |
if ((this.onBeginDelFavoriteVPDelegate == null)) { |
3314 |
this.onBeginDelFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginDelFavoriteVP); |
3315 |
} |
3316 |
if ((this.onEndDelFavoriteVPDelegate == null)) { |
3317 |
this.onEndDelFavoriteVPDelegate = new EndOperationDelegate(this.OnEndDelFavoriteVP); |
3318 |
} |
3319 |
if ((this.onDelFavoriteVPCompletedDelegate == null)) { |
3320 |
this.onDelFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDelFavoriteVPCompleted); |
3321 |
} |
3322 |
base.InvokeAsync(this.onBeginDelFavoriteVPDelegate, new object[] { |
3323 |
prjNo, |
3324 |
userID, |
3325 |
SavePageNo, |
3326 |
docID}, this.onEndDelFavoriteVPDelegate, this.onDelFavoriteVPCompletedDelegate, userState); |
3327 |
} |
3328 |
|
3329 |
public System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress) { |
3330 |
return base.Channel.GetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress); |
3331 |
} |
3332 |
|
3333 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3334 |
public System.IAsyncResult BeginGetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress, System.AsyncCallback callback, object asyncState) { |
3335 |
return base.Channel.BeginGetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress, callback, asyncState); |
3336 |
} |
3337 |
|
3338 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3339 |
public System.Collections.Generic.List<System.Windows.Rect> EndGetCompareRect(System.IAsyncResult result) { |
3340 |
return base.Channel.EndGetCompareRect(result); |
3341 |
} |
3342 |
|
3343 |
private System.IAsyncResult OnBeginGetCompareRect(object[] inValues, System.AsyncCallback callback, object asyncState) { |
3344 |
string projectNo = ((string)(inValues[0])); |
3345 |
string originDocItem_ID = ((string)(inValues[1])); |
3346 |
string targetDocItem_ID = ((string)(inValues[2])); |
3347 |
string originPageNo = ((string)(inValues[3])); |
3348 |
string targetPageNo = ((string)(inValues[4])); |
3349 |
string isInternalAddress = ((string)(inValues[5])); |
3350 |
return this.BeginGetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress, callback, asyncState); |
3351 |
} |
3352 |
|
3353 |
private object[] OnEndGetCompareRect(System.IAsyncResult result) { |
3354 |
System.Collections.Generic.List<System.Windows.Rect> retVal = this.EndGetCompareRect(result); |
3355 |
return new object[] { |
3356 |
retVal}; |
3357 |
} |
3358 |
|
3359 |
private void OnGetCompareRectCompleted(object state) { |
3360 |
if ((this.GetCompareRectCompleted != null)) { |
3361 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
3362 |
this.GetCompareRectCompleted(this, new GetCompareRectCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
3363 |
} |
3364 |
} |
3365 |
|
3366 |
public void GetCompareRectAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress) { |
3367 |
this.GetCompareRectAsync(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress, null); |
3368 |
} |
3369 |
|
3370 |
public void GetCompareRectAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress, object userState) { |
3371 |
if ((this.onBeginGetCompareRectDelegate == null)) { |
3372 |
this.onBeginGetCompareRectDelegate = new BeginOperationDelegate(this.OnBeginGetCompareRect); |
3373 |
} |
3374 |
if ((this.onEndGetCompareRectDelegate == null)) { |
3375 |
this.onEndGetCompareRectDelegate = new EndOperationDelegate(this.OnEndGetCompareRect); |
3376 |
} |
3377 |
if ((this.onGetCompareRectCompletedDelegate == null)) { |
3378 |
this.onGetCompareRectCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCompareRectCompleted); |
3379 |
} |
3380 |
base.InvokeAsync(this.onBeginGetCompareRectDelegate, new object[] { |
3381 |
projectNo, |
3382 |
originDocItem_ID, |
3383 |
targetDocItem_ID, |
3384 |
originPageNo, |
3385 |
targetPageNo, |
3386 |
isInternalAddress}, this.onEndGetCompareRectDelegate, this.onGetCompareRectCompletedDelegate, userState); |
3387 |
} |
3388 |
|
3389 |
public KCOM.ServiceDeepView.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) { |
3390 |
return base.Channel.SetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID); |
3391 |
} |
3392 |
|
3393 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3394 |
public System.IAsyncResult BeginSetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState) { |
3395 |
return base.Channel.BeginSetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID, callback, asyncState); |
3396 |
} |
3397 |
|
3398 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3399 |
public KCOM.ServiceDeepView.FinalPDFResult EndSetFinalPDF(System.IAsyncResult result) { |
3400 |
return base.Channel.EndSetFinalPDF(result); |
3401 |
} |
3402 |
|
3403 |
private System.IAsyncResult OnBeginSetFinalPDF(object[] inValues, System.AsyncCallback callback, object asyncState) { |
3404 |
string ProjectNo = ((string)(inValues[0])); |
3405 |
string DocInfoID = ((string)(inValues[1])); |
3406 |
string MarkupInfoID = ((string)(inValues[2])); |
3407 |
string CreateUserID = ((string)(inValues[3])); |
3408 |
return this.BeginSetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID, callback, asyncState); |
3409 |
} |
3410 |
|
3411 |
private object[] OnEndSetFinalPDF(System.IAsyncResult result) { |
3412 |
KCOM.ServiceDeepView.FinalPDFResult retVal = this.EndSetFinalPDF(result); |
3413 |
return new object[] { |
3414 |
retVal}; |
3415 |
} |
3416 |
|
3417 |
private void OnSetFinalPDFCompleted(object state) { |
3418 |
if ((this.SetFinalPDFCompleted != null)) { |
3419 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
3420 |
this.SetFinalPDFCompleted(this, new SetFinalPDFCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
3421 |
} |
3422 |
} |
3423 |
|
3424 |
public void SetFinalPDFAsync(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) { |
3425 |
this.SetFinalPDFAsync(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID, null); |
3426 |
} |
3427 |
|
3428 |
public void SetFinalPDFAsync(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID, object userState) { |
3429 |
if ((this.onBeginSetFinalPDFDelegate == null)) { |
3430 |
this.onBeginSetFinalPDFDelegate = new BeginOperationDelegate(this.OnBeginSetFinalPDF); |
3431 |
} |
3432 |
if ((this.onEndSetFinalPDFDelegate == null)) { |
3433 |
this.onEndSetFinalPDFDelegate = new EndOperationDelegate(this.OnEndSetFinalPDF); |
3434 |
} |
3435 |
if ((this.onSetFinalPDFCompletedDelegate == null)) { |
3436 |
this.onSetFinalPDFCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSetFinalPDFCompleted); |
3437 |
} |
3438 |
base.InvokeAsync(this.onBeginSetFinalPDFDelegate, new object[] { |
3439 |
ProjectNo, |
3440 |
DocInfoID, |
3441 |
MarkupInfoID, |
3442 |
CreateUserID}, this.onEndSetFinalPDFDelegate, this.onSetFinalPDFCompletedDelegate, userState); |
3443 |
} |
3444 |
|
3445 |
public bool GetConversionState(IKCOM.KCOM_BasicParam param) { |
3446 |
return base.Channel.GetConversionState(param); |
3447 |
} |
3448 |
|
3449 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3450 |
public System.IAsyncResult BeginGetConversionState(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState) { |
3451 |
return base.Channel.BeginGetConversionState(param, callback, asyncState); |
3452 |
} |
3453 |
|
3454 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3455 |
public bool EndGetConversionState(System.IAsyncResult result) { |
3456 |
return base.Channel.EndGetConversionState(result); |
3457 |
} |
3458 |
|
3459 |
private System.IAsyncResult OnBeginGetConversionState(object[] inValues, System.AsyncCallback callback, object asyncState) { |
3460 |
IKCOM.KCOM_BasicParam param = ((IKCOM.KCOM_BasicParam)(inValues[0])); |
3461 |
return this.BeginGetConversionState(param, callback, asyncState); |
3462 |
} |
3463 |
|
3464 |
private object[] OnEndGetConversionState(System.IAsyncResult result) { |
3465 |
bool retVal = this.EndGetConversionState(result); |
3466 |
return new object[] { |
3467 |
retVal}; |
3468 |
} |
3469 |
|
3470 |
private void OnGetConversionStateCompleted(object state) { |
3471 |
if ((this.GetConversionStateCompleted != null)) { |
3472 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
3473 |
this.GetConversionStateCompleted(this, new GetConversionStateCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
3474 |
} |
3475 |
} |
3476 |
|
3477 |
public void GetConversionStateAsync(IKCOM.KCOM_BasicParam param) { |
3478 |
this.GetConversionStateAsync(param, null); |
3479 |
} |
3480 |
|
3481 |
public void GetConversionStateAsync(IKCOM.KCOM_BasicParam param, object userState) { |
3482 |
if ((this.onBeginGetConversionStateDelegate == null)) { |
3483 |
this.onBeginGetConversionStateDelegate = new BeginOperationDelegate(this.OnBeginGetConversionState); |
3484 |
} |
3485 |
if ((this.onEndGetConversionStateDelegate == null)) { |
3486 |
this.onEndGetConversionStateDelegate = new EndOperationDelegate(this.OnEndGetConversionState); |
3487 |
} |
3488 |
if ((this.onGetConversionStateCompletedDelegate == null)) { |
3489 |
this.onGetConversionStateCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetConversionStateCompleted); |
3490 |
} |
3491 |
base.InvokeAsync(this.onBeginGetConversionStateDelegate, new object[] { |
3492 |
param}, this.onEndGetConversionStateDelegate, this.onGetConversionStateCompletedDelegate, userState); |
3493 |
} |
3494 |
|
3495 |
public System.Collections.Generic.List<IKCOM.VPRevision> GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId) { |
3496 |
return base.Channel.GetVPRevisionHistory(ProjectNo, vpNo, DocumentId); |
3497 |
} |
3498 |
|
3499 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3500 |
public System.IAsyncResult BeginGetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId, System.AsyncCallback callback, object asyncState) { |
3501 |
return base.Channel.BeginGetVPRevisionHistory(ProjectNo, vpNo, DocumentId, callback, asyncState); |
3502 |
} |
3503 |
|
3504 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3505 |
public System.Collections.Generic.List<IKCOM.VPRevision> EndGetVPRevisionHistory(System.IAsyncResult result) { |
3506 |
return base.Channel.EndGetVPRevisionHistory(result); |
3507 |
} |
3508 |
|
3509 |
private System.IAsyncResult OnBeginGetVPRevisionHistory(object[] inValues, System.AsyncCallback callback, object asyncState) { |
3510 |
string ProjectNo = ((string)(inValues[0])); |
3511 |
string vpNo = ((string)(inValues[1])); |
3512 |
string DocumentId = ((string)(inValues[2])); |
3513 |
return this.BeginGetVPRevisionHistory(ProjectNo, vpNo, DocumentId, callback, asyncState); |
3514 |
} |
3515 |
|
3516 |
private object[] OnEndGetVPRevisionHistory(System.IAsyncResult result) { |
3517 |
System.Collections.Generic.List<IKCOM.VPRevision> retVal = this.EndGetVPRevisionHistory(result); |
3518 |
return new object[] { |
3519 |
retVal}; |
3520 |
} |
3521 |
|
3522 |
private void OnGetVPRevisionHistoryCompleted(object state) { |
3523 |
if ((this.GetVPRevisionHistoryCompleted != null)) { |
3524 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
3525 |
this.GetVPRevisionHistoryCompleted(this, new GetVPRevisionHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
3526 |
} |
3527 |
} |
3528 |
|
3529 |
public void GetVPRevisionHistoryAsync(string ProjectNo, string vpNo, string DocumentId) { |
3530 |
this.GetVPRevisionHistoryAsync(ProjectNo, vpNo, DocumentId, null); |
3531 |
} |
3532 |
|
3533 |
public void GetVPRevisionHistoryAsync(string ProjectNo, string vpNo, string DocumentId, object userState) { |
3534 |
if ((this.onBeginGetVPRevisionHistoryDelegate == null)) { |
3535 |
this.onBeginGetVPRevisionHistoryDelegate = new BeginOperationDelegate(this.OnBeginGetVPRevisionHistory); |
3536 |
} |
3537 |
if ((this.onEndGetVPRevisionHistoryDelegate == null)) { |
3538 |
this.onEndGetVPRevisionHistoryDelegate = new EndOperationDelegate(this.OnEndGetVPRevisionHistory); |
3539 |
} |
3540 |
if ((this.onGetVPRevisionHistoryCompletedDelegate == null)) { |
3541 |
this.onGetVPRevisionHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetVPRevisionHistoryCompleted); |
3542 |
} |
3543 |
base.InvokeAsync(this.onBeginGetVPRevisionHistoryDelegate, new object[] { |
3544 |
ProjectNo, |
3545 |
vpNo, |
3546 |
DocumentId}, this.onEndGetVPRevisionHistoryDelegate, this.onGetVPRevisionHistoryCompletedDelegate, userState); |
3547 |
} |
3548 |
|
3549 |
public IKCOM.VPRevision GetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId) { |
3550 |
return base.Channel.GetVPRevisionFirstOrDefault(ProjectNo, DocumentId); |
3551 |
} |
3552 |
|
3553 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3554 |
public System.IAsyncResult BeginGetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId, System.AsyncCallback callback, object asyncState) { |
3555 |
return base.Channel.BeginGetVPRevisionFirstOrDefault(ProjectNo, DocumentId, callback, asyncState); |
3556 |
} |
3557 |
|
3558 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3559 |
public IKCOM.VPRevision EndGetVPRevisionFirstOrDefault(System.IAsyncResult result) { |
3560 |
return base.Channel.EndGetVPRevisionFirstOrDefault(result); |
3561 |
} |
3562 |
|
3563 |
private System.IAsyncResult OnBeginGetVPRevisionFirstOrDefault(object[] inValues, System.AsyncCallback callback, object asyncState) { |
3564 |
string ProjectNo = ((string)(inValues[0])); |
3565 |
string DocumentId = ((string)(inValues[1])); |
3566 |
return this.BeginGetVPRevisionFirstOrDefault(ProjectNo, DocumentId, callback, asyncState); |
3567 |
} |
3568 |
|
3569 |
private object[] OnEndGetVPRevisionFirstOrDefault(System.IAsyncResult result) { |
3570 |
IKCOM.VPRevision retVal = this.EndGetVPRevisionFirstOrDefault(result); |
3571 |
return new object[] { |
3572 |
retVal}; |
3573 |
} |
3574 |
|
3575 |
private void OnGetVPRevisionFirstOrDefaultCompleted(object state) { |
3576 |
if ((this.GetVPRevisionFirstOrDefaultCompleted != null)) { |
3577 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
3578 |
this.GetVPRevisionFirstOrDefaultCompleted(this, new GetVPRevisionFirstOrDefaultCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
3579 |
} |
3580 |
} |
3581 |
|
3582 |
public void GetVPRevisionFirstOrDefaultAsync(string ProjectNo, string DocumentId) { |
3583 |
this.GetVPRevisionFirstOrDefaultAsync(ProjectNo, DocumentId, null); |
3584 |
} |
3585 |
|
3586 |
public void GetVPRevisionFirstOrDefaultAsync(string ProjectNo, string DocumentId, object userState) { |
3587 |
if ((this.onBeginGetVPRevisionFirstOrDefaultDelegate == null)) { |
3588 |
this.onBeginGetVPRevisionFirstOrDefaultDelegate = new BeginOperationDelegate(this.OnBeginGetVPRevisionFirstOrDefault); |
3589 |
} |
3590 |
if ((this.onEndGetVPRevisionFirstOrDefaultDelegate == null)) { |
3591 |
this.onEndGetVPRevisionFirstOrDefaultDelegate = new EndOperationDelegate(this.OnEndGetVPRevisionFirstOrDefault); |
3592 |
} |
3593 |
if ((this.onGetVPRevisionFirstOrDefaultCompletedDelegate == null)) { |
3594 |
this.onGetVPRevisionFirstOrDefaultCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetVPRevisionFirstOrDefaultCompleted); |
3595 |
} |
3596 |
base.InvokeAsync(this.onBeginGetVPRevisionFirstOrDefaultDelegate, new object[] { |
3597 |
ProjectNo, |
3598 |
DocumentId}, this.onEndGetVPRevisionFirstOrDefaultDelegate, this.onGetVPRevisionFirstOrDefaultCompletedDelegate, userState); |
3599 |
} |
3600 |
|
3601 |
public KCOMDataModel.DataModel.DOCINFO GetDocInfo(IKCOM.KCOM_BasicParam param) { |
3602 |
return base.Channel.GetDocInfo(param); |
3603 |
} |
3604 |
|
3605 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3606 |
public System.IAsyncResult BeginGetDocInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState) { |
3607 |
return base.Channel.BeginGetDocInfo(param, callback, asyncState); |
3608 |
} |
3609 |
|
3610 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3611 |
public KCOMDataModel.DataModel.DOCINFO EndGetDocInfo(System.IAsyncResult result) { |
3612 |
return base.Channel.EndGetDocInfo(result); |
3613 |
} |
3614 |
|
3615 |
private System.IAsyncResult OnBeginGetDocInfo(object[] inValues, System.AsyncCallback callback, object asyncState) { |
3616 |
IKCOM.KCOM_BasicParam param = ((IKCOM.KCOM_BasicParam)(inValues[0])); |
3617 |
return this.BeginGetDocInfo(param, callback, asyncState); |
3618 |
} |
3619 |
|
3620 |
private object[] OnEndGetDocInfo(System.IAsyncResult result) { |
3621 |
KCOMDataModel.DataModel.DOCINFO retVal = this.EndGetDocInfo(result); |
3622 |
return new object[] { |
3623 |
retVal}; |
3624 |
} |
3625 |
|
3626 |
private void OnGetDocInfoCompleted(object state) { |
3627 |
if ((this.GetDocInfoCompleted != null)) { |
3628 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
3629 |
this.GetDocInfoCompleted(this, new GetDocInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
3630 |
} |
3631 |
} |
3632 |
|
3633 |
public void GetDocInfoAsync(IKCOM.KCOM_BasicParam param) { |
3634 |
this.GetDocInfoAsync(param, null); |
3635 |
} |
3636 |
|
3637 |
public void GetDocInfoAsync(IKCOM.KCOM_BasicParam param, object userState) { |
3638 |
if ((this.onBeginGetDocInfoDelegate == null)) { |
3639 |
this.onBeginGetDocInfoDelegate = new BeginOperationDelegate(this.OnBeginGetDocInfo); |
3640 |
} |
3641 |
if ((this.onEndGetDocInfoDelegate == null)) { |
3642 |
this.onEndGetDocInfoDelegate = new EndOperationDelegate(this.OnEndGetDocInfo); |
3643 |
} |
3644 |
if ((this.onGetDocInfoCompletedDelegate == null)) { |
3645 |
this.onGetDocInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocInfoCompleted); |
3646 |
} |
3647 |
base.InvokeAsync(this.onBeginGetDocInfoDelegate, new object[] { |
3648 |
param}, this.onEndGetDocInfoDelegate, this.onGetDocInfoCompletedDelegate, userState); |
3649 |
} |
3650 |
|
3651 |
public bool GetCheckSystemAdmin(string UserID) { |
3652 |
return base.Channel.GetCheckSystemAdmin(UserID); |
3653 |
} |
3654 |
|
3655 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3656 |
public System.IAsyncResult BeginGetCheckSystemAdmin(string UserID, System.AsyncCallback callback, object asyncState) { |
3657 |
return base.Channel.BeginGetCheckSystemAdmin(UserID, callback, asyncState); |
3658 |
} |
3659 |
|
3660 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3661 |
public bool EndGetCheckSystemAdmin(System.IAsyncResult result) { |
3662 |
return base.Channel.EndGetCheckSystemAdmin(result); |
3663 |
} |
3664 |
|
3665 |
private System.IAsyncResult OnBeginGetCheckSystemAdmin(object[] inValues, System.AsyncCallback callback, object asyncState) { |
3666 |
string UserID = ((string)(inValues[0])); |
3667 |
return this.BeginGetCheckSystemAdmin(UserID, callback, asyncState); |
3668 |
} |
3669 |
|
3670 |
private object[] OnEndGetCheckSystemAdmin(System.IAsyncResult result) { |
3671 |
bool retVal = this.EndGetCheckSystemAdmin(result); |
3672 |
return new object[] { |
3673 |
retVal}; |
3674 |
} |
3675 |
|
3676 |
private void OnGetCheckSystemAdminCompleted(object state) { |
3677 |
if ((this.GetCheckSystemAdminCompleted != null)) { |
3678 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
3679 |
this.GetCheckSystemAdminCompleted(this, new GetCheckSystemAdminCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
3680 |
} |
3681 |
} |
3682 |
|
3683 |
public void GetCheckSystemAdminAsync(string UserID) { |
3684 |
this.GetCheckSystemAdminAsync(UserID, null); |
3685 |
} |
3686 |
|
3687 |
public void GetCheckSystemAdminAsync(string UserID, object userState) { |
3688 |
if ((this.onBeginGetCheckSystemAdminDelegate == null)) { |
3689 |
this.onBeginGetCheckSystemAdminDelegate = new BeginOperationDelegate(this.OnBeginGetCheckSystemAdmin); |
3690 |
} |
3691 |
if ((this.onEndGetCheckSystemAdminDelegate == null)) { |
3692 |
this.onEndGetCheckSystemAdminDelegate = new EndOperationDelegate(this.OnEndGetCheckSystemAdmin); |
3693 |
} |
3694 |
if ((this.onGetCheckSystemAdminCompletedDelegate == null)) { |
3695 |
this.onGetCheckSystemAdminCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckSystemAdminCompleted); |
3696 |
} |
3697 |
base.InvokeAsync(this.onBeginGetCheckSystemAdminDelegate, new object[] { |
3698 |
UserID}, this.onEndGetCheckSystemAdminDelegate, this.onGetCheckSystemAdminCompletedDelegate, userState); |
3699 |
} |
3700 |
|
3701 |
public KCOMDataModel.DataModel.DOCUMENT_ITEM GetDocumentItemInfo(IKCOM.KCOM_BasicParam param) { |
3702 |
return base.Channel.GetDocumentItemInfo(param); |
3703 |
} |
3704 |
|
3705 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3706 |
public System.IAsyncResult BeginGetDocumentItemInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState) { |
3707 |
return base.Channel.BeginGetDocumentItemInfo(param, callback, asyncState); |
3708 |
} |
3709 |
|
3710 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3711 |
public KCOMDataModel.DataModel.DOCUMENT_ITEM EndGetDocumentItemInfo(System.IAsyncResult result) { |
3712 |
return base.Channel.EndGetDocumentItemInfo(result); |
3713 |
} |
3714 |
|
3715 |
private System.IAsyncResult OnBeginGetDocumentItemInfo(object[] inValues, System.AsyncCallback callback, object asyncState) { |
3716 |
IKCOM.KCOM_BasicParam param = ((IKCOM.KCOM_BasicParam)(inValues[0])); |
3717 |
return this.BeginGetDocumentItemInfo(param, callback, asyncState); |
3718 |
} |
3719 |
|
3720 |
private object[] OnEndGetDocumentItemInfo(System.IAsyncResult result) { |
3721 |
KCOMDataModel.DataModel.DOCUMENT_ITEM retVal = this.EndGetDocumentItemInfo(result); |
3722 |
return new object[] { |
3723 |
retVal}; |
3724 |
} |
3725 |
|
3726 |
private void OnGetDocumentItemInfoCompleted(object state) { |
3727 |
if ((this.GetDocumentItemInfoCompleted != null)) { |
3728 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
3729 |
this.GetDocumentItemInfoCompleted(this, new GetDocumentItemInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
3730 |
} |
3731 |
} |
3732 |
|
3733 |
public void GetDocumentItemInfoAsync(IKCOM.KCOM_BasicParam param) { |
3734 |
this.GetDocumentItemInfoAsync(param, null); |
3735 |
} |
3736 |
|
3737 |
public void GetDocumentItemInfoAsync(IKCOM.KCOM_BasicParam param, object userState) { |
3738 |
if ((this.onBeginGetDocumentItemInfoDelegate == null)) { |
3739 |
this.onBeginGetDocumentItemInfoDelegate = new BeginOperationDelegate(this.OnBeginGetDocumentItemInfo); |
3740 |
} |
3741 |
if ((this.onEndGetDocumentItemInfoDelegate == null)) { |
3742 |
this.onEndGetDocumentItemInfoDelegate = new EndOperationDelegate(this.OnEndGetDocumentItemInfo); |
3743 |
} |
3744 |
if ((this.onGetDocumentItemInfoCompletedDelegate == null)) { |
3745 |
this.onGetDocumentItemInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocumentItemInfoCompleted); |
3746 |
} |
3747 |
base.InvokeAsync(this.onBeginGetDocumentItemInfoDelegate, new object[] { |
3748 |
param}, this.onEndGetDocumentItemInfoDelegate, this.onGetDocumentItemInfoCompletedDelegate, userState); |
3749 |
} |
3750 |
|
3751 |
public string GetDocItemID(string ensemble_id) { |
3752 |
return base.Channel.GetDocItemID(ensemble_id); |
3753 |
} |
3754 |
|
3755 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3756 |
public System.IAsyncResult BeginGetDocItemID(string ensemble_id, System.AsyncCallback callback, object asyncState) { |
3757 |
return base.Channel.BeginGetDocItemID(ensemble_id, callback, asyncState); |
3758 |
} |
3759 |
|
3760 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3761 |
public string EndGetDocItemID(System.IAsyncResult result) { |
3762 |
return base.Channel.EndGetDocItemID(result); |
3763 |
} |
3764 |
|
3765 |
private System.IAsyncResult OnBeginGetDocItemID(object[] inValues, System.AsyncCallback callback, object asyncState) { |
3766 |
string ensemble_id = ((string)(inValues[0])); |
3767 |
return this.BeginGetDocItemID(ensemble_id, callback, asyncState); |
3768 |
} |
3769 |
|
3770 |
private object[] OnEndGetDocItemID(System.IAsyncResult result) { |
3771 |
string retVal = this.EndGetDocItemID(result); |
3772 |
return new object[] { |
3773 |
retVal}; |
3774 |
} |
3775 |
|
3776 |
private void OnGetDocItemIDCompleted(object state) { |
3777 |
if ((this.GetDocItemIDCompleted != null)) { |
3778 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
3779 |
this.GetDocItemIDCompleted(this, new GetDocItemIDCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
3780 |
} |
3781 |
} |
3782 |
|
3783 |
public void GetDocItemIDAsync(string ensemble_id) { |
3784 |
this.GetDocItemIDAsync(ensemble_id, null); |
3785 |
} |
3786 |
|
3787 |
public void GetDocItemIDAsync(string ensemble_id, object userState) { |
3788 |
if ((this.onBeginGetDocItemIDDelegate == null)) { |
3789 |
this.onBeginGetDocItemIDDelegate = new BeginOperationDelegate(this.OnBeginGetDocItemID); |
3790 |
} |
3791 |
if ((this.onEndGetDocItemIDDelegate == null)) { |
3792 |
this.onEndGetDocItemIDDelegate = new EndOperationDelegate(this.OnEndGetDocItemID); |
3793 |
} |
3794 |
if ((this.onGetDocItemIDCompletedDelegate == null)) { |
3795 |
this.onGetDocItemIDCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocItemIDCompleted); |
3796 |
} |
3797 |
base.InvokeAsync(this.onBeginGetDocItemIDDelegate, new object[] { |
3798 |
ensemble_id}, this.onEndGetDocItemIDDelegate, this.onGetDocItemIDCompletedDelegate, userState); |
3799 |
} |
3800 |
|
3801 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId) { |
3802 |
return base.Channel.GetMarkupInfoItems(ProjectNo, DocInfoId); |
3803 |
} |
3804 |
|
3805 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3806 |
public System.IAsyncResult BeginGetMarkupInfoItems(string ProjectNo, string DocInfoId, System.AsyncCallback callback, object asyncState) { |
3807 |
return base.Channel.BeginGetMarkupInfoItems(ProjectNo, DocInfoId, callback, asyncState); |
3808 |
} |
3809 |
|
3810 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3811 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetMarkupInfoItems(System.IAsyncResult result) { |
3812 |
return base.Channel.EndGetMarkupInfoItems(result); |
3813 |
} |
3814 |
|
3815 |
private System.IAsyncResult OnBeginGetMarkupInfoItems(object[] inValues, System.AsyncCallback callback, object asyncState) { |
3816 |
string ProjectNo = ((string)(inValues[0])); |
3817 |
string DocInfoId = ((string)(inValues[1])); |
3818 |
return this.BeginGetMarkupInfoItems(ProjectNo, DocInfoId, callback, asyncState); |
3819 |
} |
3820 |
|
3821 |
private object[] OnEndGetMarkupInfoItems(System.IAsyncResult result) { |
3822 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> retVal = this.EndGetMarkupInfoItems(result); |
3823 |
return new object[] { |
3824 |
retVal}; |
3825 |
} |
3826 |
|
3827 |
private void OnGetMarkupInfoItemsCompleted(object state) { |
3828 |
if ((this.GetMarkupInfoItemsCompleted != null)) { |
3829 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
3830 |
this.GetMarkupInfoItemsCompleted(this, new GetMarkupInfoItemsCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
3831 |
} |
3832 |
} |
3833 |
|
3834 |
public void GetMarkupInfoItemsAsync(string ProjectNo, string DocInfoId) { |
3835 |
this.GetMarkupInfoItemsAsync(ProjectNo, DocInfoId, null); |
3836 |
} |
3837 |
|
3838 |
public void GetMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, object userState) { |
3839 |
if ((this.onBeginGetMarkupInfoItemsDelegate == null)) { |
3840 |
this.onBeginGetMarkupInfoItemsDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupInfoItems); |
3841 |
} |
3842 |
if ((this.onEndGetMarkupInfoItemsDelegate == null)) { |
3843 |
this.onEndGetMarkupInfoItemsDelegate = new EndOperationDelegate(this.OnEndGetMarkupInfoItems); |
3844 |
} |
3845 |
if ((this.onGetMarkupInfoItemsCompletedDelegate == null)) { |
3846 |
this.onGetMarkupInfoItemsCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupInfoItemsCompleted); |
3847 |
} |
3848 |
base.InvokeAsync(this.onBeginGetMarkupInfoItemsDelegate, new object[] { |
3849 |
ProjectNo, |
3850 |
DocInfoId}, this.onEndGetMarkupInfoItemsDelegate, this.onGetMarkupInfoItemsCompletedDelegate, userState); |
3851 |
} |
3852 |
|
3853 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser) { |
3854 |
return base.Channel.GetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser); |
3855 |
} |
3856 |
|
3857 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3858 |
public System.IAsyncResult BeginGetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser, System.AsyncCallback callback, object asyncState) { |
3859 |
return base.Channel.BeginGetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser, callback, asyncState); |
3860 |
} |
3861 |
|
3862 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3863 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetSyncMarkupInfoItems(System.IAsyncResult result) { |
3864 |
return base.Channel.EndGetSyncMarkupInfoItems(result); |
3865 |
} |
3866 |
|
3867 |
private System.IAsyncResult OnBeginGetSyncMarkupInfoItems(object[] inValues, System.AsyncCallback callback, object asyncState) { |
3868 |
string ProjectNo = ((string)(inValues[0])); |
3869 |
string DocInfoId = ((string)(inValues[1])); |
3870 |
string currentUser = ((string)(inValues[2])); |
3871 |
return this.BeginGetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser, callback, asyncState); |
3872 |
} |
3873 |
|
3874 |
private object[] OnEndGetSyncMarkupInfoItems(System.IAsyncResult result) { |
3875 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> retVal = this.EndGetSyncMarkupInfoItems(result); |
3876 |
return new object[] { |
3877 |
retVal}; |
3878 |
} |
3879 |
|
3880 |
private void OnGetSyncMarkupInfoItemsCompleted(object state) { |
3881 |
if ((this.GetSyncMarkupInfoItemsCompleted != null)) { |
3882 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
3883 |
this.GetSyncMarkupInfoItemsCompleted(this, new GetSyncMarkupInfoItemsCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
3884 |
} |
3885 |
} |
3886 |
|
3887 |
public void GetSyncMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, string currentUser) { |
3888 |
this.GetSyncMarkupInfoItemsAsync(ProjectNo, DocInfoId, currentUser, null); |
3889 |
} |
3890 |
|
3891 |
public void GetSyncMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, string currentUser, object userState) { |
3892 |
if ((this.onBeginGetSyncMarkupInfoItemsDelegate == null)) { |
3893 |
this.onBeginGetSyncMarkupInfoItemsDelegate = new BeginOperationDelegate(this.OnBeginGetSyncMarkupInfoItems); |
3894 |
} |
3895 |
if ((this.onEndGetSyncMarkupInfoItemsDelegate == null)) { |
3896 |
this.onEndGetSyncMarkupInfoItemsDelegate = new EndOperationDelegate(this.OnEndGetSyncMarkupInfoItems); |
3897 |
} |
3898 |
if ((this.onGetSyncMarkupInfoItemsCompletedDelegate == null)) { |
3899 |
this.onGetSyncMarkupInfoItemsCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSyncMarkupInfoItemsCompleted); |
3900 |
} |
3901 |
base.InvokeAsync(this.onBeginGetSyncMarkupInfoItemsDelegate, new object[] { |
3902 |
ProjectNo, |
3903 |
DocInfoId, |
3904 |
currentUser}, this.onEndGetSyncMarkupInfoItemsDelegate, this.onGetSyncMarkupInfoItemsCompletedDelegate, userState); |
3905 |
} |
3906 |
|
3907 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> GetUserData(string ProjectNo, string UserID) { |
3908 |
return base.Channel.GetUserData(ProjectNo, UserID); |
3909 |
} |
3910 |
|
3911 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3912 |
public System.IAsyncResult BeginGetUserData(string ProjectNo, string UserID, System.AsyncCallback callback, object asyncState) { |
3913 |
return base.Channel.BeginGetUserData(ProjectNo, UserID, callback, asyncState); |
3914 |
} |
3915 |
|
3916 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3917 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> EndGetUserData(System.IAsyncResult result) { |
3918 |
return base.Channel.EndGetUserData(result); |
3919 |
} |
3920 |
|
3921 |
private System.IAsyncResult OnBeginGetUserData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
3922 |
string ProjectNo = ((string)(inValues[0])); |
3923 |
string UserID = ((string)(inValues[1])); |
3924 |
return this.BeginGetUserData(ProjectNo, UserID, callback, asyncState); |
3925 |
} |
3926 |
|
3927 |
private object[] OnEndGetUserData(System.IAsyncResult result) { |
3928 |
System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> retVal = this.EndGetUserData(result); |
3929 |
return new object[] { |
3930 |
retVal}; |
3931 |
} |
3932 |
|
3933 |
private void OnGetUserDataCompleted(object state) { |
3934 |
if ((this.GetUserDataCompleted != null)) { |
3935 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
3936 |
this.GetUserDataCompleted(this, new GetUserDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
3937 |
} |
3938 |
} |
3939 |
|
3940 |
public void GetUserDataAsync(string ProjectNo, string UserID) { |
3941 |
this.GetUserDataAsync(ProjectNo, UserID, null); |
3942 |
} |
3943 |
|
3944 |
public void GetUserDataAsync(string ProjectNo, string UserID, object userState) { |
3945 |
if ((this.onBeginGetUserDataDelegate == null)) { |
3946 |
this.onBeginGetUserDataDelegate = new BeginOperationDelegate(this.OnBeginGetUserData); |
3947 |
} |
3948 |
if ((this.onEndGetUserDataDelegate == null)) { |
3949 |
this.onEndGetUserDataDelegate = new EndOperationDelegate(this.OnEndGetUserData); |
3950 |
} |
3951 |
if ((this.onGetUserDataCompletedDelegate == null)) { |
3952 |
this.onGetUserDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetUserDataCompleted); |
3953 |
} |
3954 |
base.InvokeAsync(this.onBeginGetUserDataDelegate, new object[] { |
3955 |
ProjectNo, |
3956 |
UserID}, this.onEndGetUserDataDelegate, this.onGetUserDataCompletedDelegate, userState); |
3957 |
} |
3958 |
|
3959 |
public System.Collections.Generic.List<string> GetDeptData(string UserDept) { |
3960 |
return base.Channel.GetDeptData(UserDept); |
3961 |
} |
3962 |
|
3963 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3964 |
public System.IAsyncResult BeginGetDeptData(string UserDept, System.AsyncCallback callback, object asyncState) { |
3965 |
return base.Channel.BeginGetDeptData(UserDept, callback, asyncState); |
3966 |
} |
3967 |
|
3968 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
3969 |
public System.Collections.Generic.List<string> EndGetDeptData(System.IAsyncResult result) { |
3970 |
return base.Channel.EndGetDeptData(result); |
3971 |
} |
3972 |
|
3973 |
private System.IAsyncResult OnBeginGetDeptData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
3974 |
string UserDept = ((string)(inValues[0])); |
3975 |
return this.BeginGetDeptData(UserDept, callback, asyncState); |
3976 |
} |
3977 |
|
3978 |
private object[] OnEndGetDeptData(System.IAsyncResult result) { |
3979 |
System.Collections.Generic.List<string> retVal = this.EndGetDeptData(result); |
3980 |
return new object[] { |
3981 |
retVal}; |
3982 |
} |
3983 |
|
3984 |
private void OnGetDeptDataCompleted(object state) { |
3985 |
if ((this.GetDeptDataCompleted != null)) { |
3986 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
3987 |
this.GetDeptDataCompleted(this, new GetDeptDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
3988 |
} |
3989 |
} |
3990 |
|
3991 |
public void GetDeptDataAsync(string UserDept) { |
3992 |
this.GetDeptDataAsync(UserDept, null); |
3993 |
} |
3994 |
|
3995 |
public void GetDeptDataAsync(string UserDept, object userState) { |
3996 |
if ((this.onBeginGetDeptDataDelegate == null)) { |
3997 |
this.onBeginGetDeptDataDelegate = new BeginOperationDelegate(this.OnBeginGetDeptData); |
3998 |
} |
3999 |
if ((this.onEndGetDeptDataDelegate == null)) { |
4000 |
this.onEndGetDeptDataDelegate = new EndOperationDelegate(this.OnEndGetDeptData); |
4001 |
} |
4002 |
if ((this.onGetDeptDataCompletedDelegate == null)) { |
4003 |
this.onGetDeptDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDeptDataCompleted); |
4004 |
} |
4005 |
base.InvokeAsync(this.onBeginGetDeptDataDelegate, new object[] { |
4006 |
UserDept}, this.onEndGetDeptDataDelegate, this.onGetDeptDataCompletedDelegate, userState); |
4007 |
} |
4008 |
|
4009 |
public bool DeleteMarkup(string ProjectNo, string MarkupInfoID) { |
4010 |
return base.Channel.DeleteMarkup(ProjectNo, MarkupInfoID); |
4011 |
} |
4012 |
|
4013 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4014 |
public System.IAsyncResult BeginDeleteMarkup(string ProjectNo, string MarkupInfoID, System.AsyncCallback callback, object asyncState) { |
4015 |
return base.Channel.BeginDeleteMarkup(ProjectNo, MarkupInfoID, callback, asyncState); |
4016 |
} |
4017 |
|
4018 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4019 |
public bool EndDeleteMarkup(System.IAsyncResult result) { |
4020 |
return base.Channel.EndDeleteMarkup(result); |
4021 |
} |
4022 |
|
4023 |
private System.IAsyncResult OnBeginDeleteMarkup(object[] inValues, System.AsyncCallback callback, object asyncState) { |
4024 |
string ProjectNo = ((string)(inValues[0])); |
4025 |
string MarkupInfoID = ((string)(inValues[1])); |
4026 |
return this.BeginDeleteMarkup(ProjectNo, MarkupInfoID, callback, asyncState); |
4027 |
} |
4028 |
|
4029 |
private object[] OnEndDeleteMarkup(System.IAsyncResult result) { |
4030 |
bool retVal = this.EndDeleteMarkup(result); |
4031 |
return new object[] { |
4032 |
retVal}; |
4033 |
} |
4034 |
|
4035 |
private void OnDeleteMarkupCompleted(object state) { |
4036 |
if ((this.DeleteMarkupCompleted != null)) { |
4037 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
4038 |
this.DeleteMarkupCompleted(this, new DeleteMarkupCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
4039 |
} |
4040 |
} |
4041 |
|
4042 |
public void DeleteMarkupAsync(string ProjectNo, string MarkupInfoID) { |
4043 |
this.DeleteMarkupAsync(ProjectNo, MarkupInfoID, null); |
4044 |
} |
4045 |
|
4046 |
public void DeleteMarkupAsync(string ProjectNo, string MarkupInfoID, object userState) { |
4047 |
if ((this.onBeginDeleteMarkupDelegate == null)) { |
4048 |
this.onBeginDeleteMarkupDelegate = new BeginOperationDelegate(this.OnBeginDeleteMarkup); |
4049 |
} |
4050 |
if ((this.onEndDeleteMarkupDelegate == null)) { |
4051 |
this.onEndDeleteMarkupDelegate = new EndOperationDelegate(this.OnEndDeleteMarkup); |
4052 |
} |
4053 |
if ((this.onDeleteMarkupCompletedDelegate == null)) { |
4054 |
this.onDeleteMarkupCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDeleteMarkupCompleted); |
4055 |
} |
4056 |
base.InvokeAsync(this.onBeginDeleteMarkupDelegate, new object[] { |
4057 |
ProjectNo, |
4058 |
MarkupInfoID}, this.onEndDeleteMarkupDelegate, this.onDeleteMarkupCompletedDelegate, userState); |
4059 |
} |
4060 |
|
4061 |
public bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag) { |
4062 |
return base.Channel.SetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag); |
4063 |
} |
4064 |
|
4065 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4066 |
public System.IAsyncResult BeginSetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag, System.AsyncCallback callback, object asyncState) { |
4067 |
return base.Channel.BeginSetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag, callback, asyncState); |
4068 |
} |
4069 |
|
4070 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4071 |
public bool EndSetFavoriteVP(System.IAsyncResult result) { |
4072 |
return base.Channel.EndSetFavoriteVP(result); |
4073 |
} |
4074 |
|
4075 |
private System.IAsyncResult OnBeginSetFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) { |
4076 |
string prjNo = ((string)(inValues[0])); |
4077 |
string userID = ((string)(inValues[1])); |
4078 |
string groupNo = ((string)(inValues[2])); |
4079 |
string docNo = ((string)(inValues[3])); |
4080 |
string rev = ((string)(inValues[4])); |
4081 |
int SavePageNo = ((int)(inValues[5])); |
4082 |
string documentItemID = ((string)(inValues[6])); |
4083 |
string VPDescription = ((string)(inValues[7])); |
4084 |
IKCOM.FAVORITE_FLAG flag = ((IKCOM.FAVORITE_FLAG)(inValues[8])); |
4085 |
return this.BeginSetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag, callback, asyncState); |
4086 |
} |
4087 |
|
4088 |
private object[] OnEndSetFavoriteVP(System.IAsyncResult result) { |
4089 |
bool retVal = this.EndSetFavoriteVP(result); |
4090 |
return new object[] { |
4091 |
retVal}; |
4092 |
} |
4093 |
|
4094 |
private void OnSetFavoriteVPCompleted(object state) { |
4095 |
if ((this.SetFavoriteVPCompleted != null)) { |
4096 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
4097 |
this.SetFavoriteVPCompleted(this, new SetFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
4098 |
} |
4099 |
} |
4100 |
|
4101 |
public void SetFavoriteVPAsync(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag) { |
4102 |
this.SetFavoriteVPAsync(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag, null); |
4103 |
} |
4104 |
|
4105 |
public void SetFavoriteVPAsync(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag, object userState) { |
4106 |
if ((this.onBeginSetFavoriteVPDelegate == null)) { |
4107 |
this.onBeginSetFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginSetFavoriteVP); |
4108 |
} |
4109 |
if ((this.onEndSetFavoriteVPDelegate == null)) { |
4110 |
this.onEndSetFavoriteVPDelegate = new EndOperationDelegate(this.OnEndSetFavoriteVP); |
4111 |
} |
4112 |
if ((this.onSetFavoriteVPCompletedDelegate == null)) { |
4113 |
this.onSetFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSetFavoriteVPCompleted); |
4114 |
} |
4115 |
base.InvokeAsync(this.onBeginSetFavoriteVPDelegate, new object[] { |
4116 |
prjNo, |
4117 |
userID, |
4118 |
groupNo, |
4119 |
docNo, |
4120 |
rev, |
4121 |
SavePageNo, |
4122 |
documentItemID, |
4123 |
VPDescription, |
4124 |
flag}, this.onEndSetFavoriteVPDelegate, this.onSetFavoriteVPCompletedDelegate, userState); |
4125 |
} |
4126 |
|
4127 |
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) { |
4128 |
return base.Channel.SaveMarkupData(UserState, project_no, doc_id, user_id, mlmarkup_data); |
4129 |
} |
4130 |
|
4131 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4132 |
public System.IAsyncResult BeginSaveMarkupData(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data, System.AsyncCallback callback, object asyncState) { |
4133 |
return base.Channel.BeginSaveMarkupData(UserState, project_no, doc_id, user_id, mlmarkup_data, callback, asyncState); |
4134 |
} |
4135 |
|
4136 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4137 |
public bool EndSaveMarkupData(System.IAsyncResult result) { |
4138 |
return base.Channel.EndSaveMarkupData(result); |
4139 |
} |
4140 |
|
4141 |
private System.IAsyncResult OnBeginSaveMarkupData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
4142 |
IKCOM.MarkupInfoItem UserState = ((IKCOM.MarkupInfoItem)(inValues[0])); |
4143 |
string project_no = ((string)(inValues[1])); |
4144 |
string doc_id = ((string)(inValues[2])); |
4145 |
string user_id = ((string)(inValues[3])); |
4146 |
System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data = ((System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>)(inValues[4])); |
4147 |
return this.BeginSaveMarkupData(UserState, project_no, doc_id, user_id, mlmarkup_data, callback, asyncState); |
4148 |
} |
4149 |
|
4150 |
private object[] OnEndSaveMarkupData(System.IAsyncResult result) { |
4151 |
bool retVal = this.EndSaveMarkupData(result); |
4152 |
return new object[] { |
4153 |
retVal}; |
4154 |
} |
4155 |
|
4156 |
private void OnSaveMarkupDataCompleted(object state) { |
4157 |
if ((this.SaveMarkupDataCompleted != null)) { |
4158 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
4159 |
this.SaveMarkupDataCompleted(this, new SaveMarkupDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
4160 |
} |
4161 |
} |
4162 |
|
4163 |
public void SaveMarkupDataAsync(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data) { |
4164 |
this.SaveMarkupDataAsync(UserState, project_no, doc_id, user_id, mlmarkup_data, null); |
4165 |
} |
4166 |
|
4167 |
public void SaveMarkupDataAsync(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data, object userState1) { |
4168 |
if ((this.onBeginSaveMarkupDataDelegate == null)) { |
4169 |
this.onBeginSaveMarkupDataDelegate = new BeginOperationDelegate(this.OnBeginSaveMarkupData); |
4170 |
} |
4171 |
if ((this.onEndSaveMarkupDataDelegate == null)) { |
4172 |
this.onEndSaveMarkupDataDelegate = new EndOperationDelegate(this.OnEndSaveMarkupData); |
4173 |
} |
4174 |
if ((this.onSaveMarkupDataCompletedDelegate == null)) { |
4175 |
this.onSaveMarkupDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveMarkupDataCompleted); |
4176 |
} |
4177 |
base.InvokeAsync(this.onBeginSaveMarkupDataDelegate, new object[] { |
4178 |
UserState, |
4179 |
project_no, |
4180 |
doc_id, |
4181 |
user_id, |
4182 |
mlmarkup_data}, this.onEndSaveMarkupDataDelegate, this.onSaveMarkupDataCompletedDelegate, userState1); |
4183 |
} |
4184 |
|
4185 |
public bool UpdateMarkupData(string CommentID, long Group_ID, string ProjectNo) { |
4186 |
return base.Channel.UpdateMarkupData(CommentID, Group_ID, ProjectNo); |
4187 |
} |
4188 |
|
4189 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4190 |
public System.IAsyncResult BeginUpdateMarkupData(string CommentID, long Group_ID, string ProjectNo, System.AsyncCallback callback, object asyncState) { |
4191 |
return base.Channel.BeginUpdateMarkupData(CommentID, Group_ID, ProjectNo, callback, asyncState); |
4192 |
} |
4193 |
|
4194 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4195 |
public bool EndUpdateMarkupData(System.IAsyncResult result) { |
4196 |
return base.Channel.EndUpdateMarkupData(result); |
4197 |
} |
4198 |
|
4199 |
private System.IAsyncResult OnBeginUpdateMarkupData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
4200 |
string CommentID = ((string)(inValues[0])); |
4201 |
long Group_ID = ((long)(inValues[1])); |
4202 |
string ProjectNo = ((string)(inValues[2])); |
4203 |
return this.BeginUpdateMarkupData(CommentID, Group_ID, ProjectNo, callback, asyncState); |
4204 |
} |
4205 |
|
4206 |
private object[] OnEndUpdateMarkupData(System.IAsyncResult result) { |
4207 |
bool retVal = this.EndUpdateMarkupData(result); |
4208 |
return new object[] { |
4209 |
retVal}; |
4210 |
} |
4211 |
|
4212 |
private void OnUpdateMarkupDataCompleted(object state) { |
4213 |
if ((this.UpdateMarkupDataCompleted != null)) { |
4214 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
4215 |
this.UpdateMarkupDataCompleted(this, new UpdateMarkupDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
4216 |
} |
4217 |
} |
4218 |
|
4219 |
public void UpdateMarkupDataAsync(string CommentID, long Group_ID, string ProjectNo) { |
4220 |
this.UpdateMarkupDataAsync(CommentID, Group_ID, ProjectNo, null); |
4221 |
} |
4222 |
|
4223 |
public void UpdateMarkupDataAsync(string CommentID, long Group_ID, string ProjectNo, object userState) { |
4224 |
if ((this.onBeginUpdateMarkupDataDelegate == null)) { |
4225 |
this.onBeginUpdateMarkupDataDelegate = new BeginOperationDelegate(this.OnBeginUpdateMarkupData); |
4226 |
} |
4227 |
if ((this.onEndUpdateMarkupDataDelegate == null)) { |
4228 |
this.onEndUpdateMarkupDataDelegate = new EndOperationDelegate(this.OnEndUpdateMarkupData); |
4229 |
} |
4230 |
if ((this.onUpdateMarkupDataCompletedDelegate == null)) { |
4231 |
this.onUpdateMarkupDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnUpdateMarkupDataCompleted); |
4232 |
} |
4233 |
base.InvokeAsync(this.onBeginUpdateMarkupDataDelegate, new object[] { |
4234 |
CommentID, |
4235 |
Group_ID, |
4236 |
ProjectNo}, this.onEndUpdateMarkupDataDelegate, this.onUpdateMarkupDataCompletedDelegate, userState); |
4237 |
} |
4238 |
|
4239 |
public bool SaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private) { |
4240 |
return base.Channel.SaveSymbol(symbol_private); |
4241 |
} |
4242 |
|
4243 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4244 |
public System.IAsyncResult BeginSaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private, System.AsyncCallback callback, object asyncState) { |
4245 |
return base.Channel.BeginSaveSymbol(symbol_private, callback, asyncState); |
4246 |
} |
4247 |
|
4248 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4249 |
public bool EndSaveSymbol(System.IAsyncResult result) { |
4250 |
return base.Channel.EndSaveSymbol(result); |
4251 |
} |
4252 |
|
4253 |
private System.IAsyncResult OnBeginSaveSymbol(object[] inValues, System.AsyncCallback callback, object asyncState) { |
4254 |
KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private = ((KCOMDataModel.DataModel.SYMBOL_PRIVATE)(inValues[0])); |
4255 |
return this.BeginSaveSymbol(symbol_private, callback, asyncState); |
4256 |
} |
4257 |
|
4258 |
private object[] OnEndSaveSymbol(System.IAsyncResult result) { |
4259 |
bool retVal = this.EndSaveSymbol(result); |
4260 |
return new object[] { |
4261 |
retVal}; |
4262 |
} |
4263 |
|
4264 |
private void OnSaveSymbolCompleted(object state) { |
4265 |
if ((this.SaveSymbolCompleted != null)) { |
4266 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
4267 |
this.SaveSymbolCompleted(this, new SaveSymbolCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
4268 |
} |
4269 |
} |
4270 |
|
4271 |
public void SaveSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private) { |
4272 |
this.SaveSymbolAsync(symbol_private, null); |
4273 |
} |
4274 |
|
4275 |
public void SaveSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private, object userState) { |
4276 |
if ((this.onBeginSaveSymbolDelegate == null)) { |
4277 |
this.onBeginSaveSymbolDelegate = new BeginOperationDelegate(this.OnBeginSaveSymbol); |
4278 |
} |
4279 |
if ((this.onEndSaveSymbolDelegate == null)) { |
4280 |
this.onEndSaveSymbolDelegate = new EndOperationDelegate(this.OnEndSaveSymbol); |
4281 |
} |
4282 |
if ((this.onSaveSymbolCompletedDelegate == null)) { |
4283 |
this.onSaveSymbolCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveSymbolCompleted); |
4284 |
} |
4285 |
base.InvokeAsync(this.onBeginSaveSymbolDelegate, new object[] { |
4286 |
symbol_private}, this.onEndSaveSymbolDelegate, this.onSaveSymbolCompletedDelegate, userState); |
4287 |
} |
4288 |
|
4289 |
public bool AddPublicSymbol(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol) { |
4290 |
return base.Channel.AddPublicSymbol(symbol); |
4291 |
} |
4292 |
|
4293 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4294 |
public System.IAsyncResult BeginAddPublicSymbol(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol, System.AsyncCallback callback, object asyncState) { |
4295 |
return base.Channel.BeginAddPublicSymbol(symbol, callback, asyncState); |
4296 |
} |
4297 |
|
4298 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4299 |
public bool EndAddPublicSymbol(System.IAsyncResult result) { |
4300 |
return base.Channel.EndAddPublicSymbol(result); |
4301 |
} |
4302 |
|
4303 |
private System.IAsyncResult OnBeginAddPublicSymbol(object[] inValues, System.AsyncCallback callback, object asyncState) { |
4304 |
KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol = ((KCOMDataModel.DataModel.SYMBOL_PUBLIC)(inValues[0])); |
4305 |
return this.BeginAddPublicSymbol(symbol, callback, asyncState); |
4306 |
} |
4307 |
|
4308 |
private object[] OnEndAddPublicSymbol(System.IAsyncResult result) { |
4309 |
bool retVal = this.EndAddPublicSymbol(result); |
4310 |
return new object[] { |
4311 |
retVal}; |
4312 |
} |
4313 |
|
4314 |
private void OnAddPublicSymbolCompleted(object state) { |
4315 |
if ((this.AddPublicSymbolCompleted != null)) { |
4316 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
4317 |
this.AddPublicSymbolCompleted(this, new AddPublicSymbolCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
4318 |
} |
4319 |
} |
4320 |
|
4321 |
public void AddPublicSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol) { |
4322 |
this.AddPublicSymbolAsync(symbol, null); |
4323 |
} |
4324 |
|
4325 |
public void AddPublicSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol, object userState) { |
4326 |
if ((this.onBeginAddPublicSymbolDelegate == null)) { |
4327 |
this.onBeginAddPublicSymbolDelegate = new BeginOperationDelegate(this.OnBeginAddPublicSymbol); |
4328 |
} |
4329 |
if ((this.onEndAddPublicSymbolDelegate == null)) { |
4330 |
this.onEndAddPublicSymbolDelegate = new EndOperationDelegate(this.OnEndAddPublicSymbol); |
4331 |
} |
4332 |
if ((this.onAddPublicSymbolCompletedDelegate == null)) { |
4333 |
this.onAddPublicSymbolCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddPublicSymbolCompleted); |
4334 |
} |
4335 |
base.InvokeAsync(this.onBeginAddPublicSymbolDelegate, new object[] { |
4336 |
symbol}, this.onEndAddPublicSymbolDelegate, this.onAddPublicSymbolCompletedDelegate, userState); |
4337 |
} |
4338 |
|
4339 |
public bool DeleteSymbol(string symbol_id, int type) { |
4340 |
return base.Channel.DeleteSymbol(symbol_id, type); |
4341 |
} |
4342 |
|
4343 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4344 |
public System.IAsyncResult BeginDeleteSymbol(string symbol_id, int type, System.AsyncCallback callback, object asyncState) { |
4345 |
return base.Channel.BeginDeleteSymbol(symbol_id, type, callback, asyncState); |
4346 |
} |
4347 |
|
4348 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4349 |
public bool EndDeleteSymbol(System.IAsyncResult result) { |
4350 |
return base.Channel.EndDeleteSymbol(result); |
4351 |
} |
4352 |
|
4353 |
private System.IAsyncResult OnBeginDeleteSymbol(object[] inValues, System.AsyncCallback callback, object asyncState) { |
4354 |
string symbol_id = ((string)(inValues[0])); |
4355 |
int type = ((int)(inValues[1])); |
4356 |
return this.BeginDeleteSymbol(symbol_id, type, callback, asyncState); |
4357 |
} |
4358 |
|
4359 |
private object[] OnEndDeleteSymbol(System.IAsyncResult result) { |
4360 |
bool retVal = this.EndDeleteSymbol(result); |
4361 |
return new object[] { |
4362 |
retVal}; |
4363 |
} |
4364 |
|
4365 |
private void OnDeleteSymbolCompleted(object state) { |
4366 |
if ((this.DeleteSymbolCompleted != null)) { |
4367 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
4368 |
this.DeleteSymbolCompleted(this, new DeleteSymbolCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
4369 |
} |
4370 |
} |
4371 |
|
4372 |
public void DeleteSymbolAsync(string symbol_id, int type) { |
4373 |
this.DeleteSymbolAsync(symbol_id, type, null); |
4374 |
} |
4375 |
|
4376 |
public void DeleteSymbolAsync(string symbol_id, int type, object userState) { |
4377 |
if ((this.onBeginDeleteSymbolDelegate == null)) { |
4378 |
this.onBeginDeleteSymbolDelegate = new BeginOperationDelegate(this.OnBeginDeleteSymbol); |
4379 |
} |
4380 |
if ((this.onEndDeleteSymbolDelegate == null)) { |
4381 |
this.onEndDeleteSymbolDelegate = new EndOperationDelegate(this.OnEndDeleteSymbol); |
4382 |
} |
4383 |
if ((this.onDeleteSymbolCompletedDelegate == null)) { |
4384 |
this.onDeleteSymbolCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDeleteSymbolCompleted); |
4385 |
} |
4386 |
base.InvokeAsync(this.onBeginDeleteSymbolDelegate, new object[] { |
4387 |
symbol_id, |
4388 |
type}, this.onEndDeleteSymbolDelegate, this.onDeleteSymbolCompletedDelegate, userState); |
4389 |
} |
4390 |
|
4391 |
public bool RenameSymbol(string symbol_id, string name, int type) { |
4392 |
return base.Channel.RenameSymbol(symbol_id, name, type); |
4393 |
} |
4394 |
|
4395 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4396 |
public System.IAsyncResult BeginRenameSymbol(string symbol_id, string name, int type, System.AsyncCallback callback, object asyncState) { |
4397 |
return base.Channel.BeginRenameSymbol(symbol_id, name, type, callback, asyncState); |
4398 |
} |
4399 |
|
4400 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4401 |
public bool EndRenameSymbol(System.IAsyncResult result) { |
4402 |
return base.Channel.EndRenameSymbol(result); |
4403 |
} |
4404 |
|
4405 |
private System.IAsyncResult OnBeginRenameSymbol(object[] inValues, System.AsyncCallback callback, object asyncState) { |
4406 |
string symbol_id = ((string)(inValues[0])); |
4407 |
string name = ((string)(inValues[1])); |
4408 |
int type = ((int)(inValues[2])); |
4409 |
return this.BeginRenameSymbol(symbol_id, name, type, callback, asyncState); |
4410 |
} |
4411 |
|
4412 |
private object[] OnEndRenameSymbol(System.IAsyncResult result) { |
4413 |
bool retVal = this.EndRenameSymbol(result); |
4414 |
return new object[] { |
4415 |
retVal}; |
4416 |
} |
4417 |
|
4418 |
private void OnRenameSymbolCompleted(object state) { |
4419 |
if ((this.RenameSymbolCompleted != null)) { |
4420 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
4421 |
this.RenameSymbolCompleted(this, new RenameSymbolCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
4422 |
} |
4423 |
} |
4424 |
|
4425 |
public void RenameSymbolAsync(string symbol_id, string name, int type) { |
4426 |
this.RenameSymbolAsync(symbol_id, name, type, null); |
4427 |
} |
4428 |
|
4429 |
public void RenameSymbolAsync(string symbol_id, string name, int type, object userState) { |
4430 |
if ((this.onBeginRenameSymbolDelegate == null)) { |
4431 |
this.onBeginRenameSymbolDelegate = new BeginOperationDelegate(this.OnBeginRenameSymbol); |
4432 |
} |
4433 |
if ((this.onEndRenameSymbolDelegate == null)) { |
4434 |
this.onEndRenameSymbolDelegate = new EndOperationDelegate(this.OnEndRenameSymbol); |
4435 |
} |
4436 |
if ((this.onRenameSymbolCompletedDelegate == null)) { |
4437 |
this.onRenameSymbolCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnRenameSymbolCompleted); |
4438 |
} |
4439 |
base.InvokeAsync(this.onBeginRenameSymbolDelegate, new object[] { |
4440 |
symbol_id, |
4441 |
name, |
4442 |
type}, this.onEndRenameSymbolDelegate, this.onRenameSymbolCompletedDelegate, userState); |
4443 |
} |
4444 |
|
4445 |
public bool AddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) { |
4446 |
return base.Channel.AddCheckListHistory(project_no, Check_History); |
4447 |
} |
4448 |
|
4449 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4450 |
public System.IAsyncResult BeginAddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, System.AsyncCallback callback, object asyncState) { |
4451 |
return base.Channel.BeginAddCheckListHistory(project_no, Check_History, callback, asyncState); |
4452 |
} |
4453 |
|
4454 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4455 |
public bool EndAddCheckListHistory(System.IAsyncResult result) { |
4456 |
return base.Channel.EndAddCheckListHistory(result); |
4457 |
} |
4458 |
|
4459 |
private System.IAsyncResult OnBeginAddCheckListHistory(object[] inValues, System.AsyncCallback callback, object asyncState) { |
4460 |
string project_no = ((string)(inValues[0])); |
4461 |
KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History = ((KCOMDataModel.DataModel.CHECK_LIST_HISTORY)(inValues[1])); |
4462 |
return this.BeginAddCheckListHistory(project_no, Check_History, callback, asyncState); |
4463 |
} |
4464 |
|
4465 |
private object[] OnEndAddCheckListHistory(System.IAsyncResult result) { |
4466 |
bool retVal = this.EndAddCheckListHistory(result); |
4467 |
return new object[] { |
4468 |
retVal}; |
4469 |
} |
4470 |
|
4471 |
private void OnAddCheckListHistoryCompleted(object state) { |
4472 |
if ((this.AddCheckListHistoryCompleted != null)) { |
4473 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
4474 |
this.AddCheckListHistoryCompleted(this, new AddCheckListHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
4475 |
} |
4476 |
} |
4477 |
|
4478 |
public void AddCheckListHistoryAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) { |
4479 |
this.AddCheckListHistoryAsync(project_no, Check_History, null); |
4480 |
} |
4481 |
|
4482 |
public void AddCheckListHistoryAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, object userState) { |
4483 |
if ((this.onBeginAddCheckListHistoryDelegate == null)) { |
4484 |
this.onBeginAddCheckListHistoryDelegate = new BeginOperationDelegate(this.OnBeginAddCheckListHistory); |
4485 |
} |
4486 |
if ((this.onEndAddCheckListHistoryDelegate == null)) { |
4487 |
this.onEndAddCheckListHistoryDelegate = new EndOperationDelegate(this.OnEndAddCheckListHistory); |
4488 |
} |
4489 |
if ((this.onAddCheckListHistoryCompletedDelegate == null)) { |
4490 |
this.onAddCheckListHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddCheckListHistoryCompleted); |
4491 |
} |
4492 |
base.InvokeAsync(this.onBeginAddCheckListHistoryDelegate, new object[] { |
4493 |
project_no, |
4494 |
Check_History}, this.onEndAddCheckListHistoryDelegate, this.onAddCheckListHistoryCompletedDelegate, userState); |
4495 |
} |
4496 |
|
4497 |
public bool SaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) { |
4498 |
return base.Channel.SaveCheckListHistory(project_no, rev, Check_History); |
4499 |
} |
4500 |
|
4501 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4502 |
public System.IAsyncResult BeginSaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, System.AsyncCallback callback, object asyncState) { |
4503 |
return base.Channel.BeginSaveCheckListHistory(project_no, rev, Check_History, callback, asyncState); |
4504 |
} |
4505 |
|
4506 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4507 |
public bool EndSaveCheckListHistory(System.IAsyncResult result) { |
4508 |
return base.Channel.EndSaveCheckListHistory(result); |
4509 |
} |
4510 |
|
4511 |
private System.IAsyncResult OnBeginSaveCheckListHistory(object[] inValues, System.AsyncCallback callback, object asyncState) { |
4512 |
string project_no = ((string)(inValues[0])); |
4513 |
string rev = ((string)(inValues[1])); |
4514 |
KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History = ((KCOMDataModel.DataModel.CHECK_LIST_HISTORY)(inValues[2])); |
4515 |
return this.BeginSaveCheckListHistory(project_no, rev, Check_History, callback, asyncState); |
4516 |
} |
4517 |
|
4518 |
private object[] OnEndSaveCheckListHistory(System.IAsyncResult result) { |
4519 |
bool retVal = this.EndSaveCheckListHistory(result); |
4520 |
return new object[] { |
4521 |
retVal}; |
4522 |
} |
4523 |
|
4524 |
private void OnSaveCheckListHistoryCompleted(object state) { |
4525 |
if ((this.SaveCheckListHistoryCompleted != null)) { |
4526 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
4527 |
this.SaveCheckListHistoryCompleted(this, new SaveCheckListHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
4528 |
} |
4529 |
} |
4530 |
|
4531 |
public void SaveCheckListHistoryAsync(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) { |
4532 |
this.SaveCheckListHistoryAsync(project_no, rev, Check_History, null); |
4533 |
} |
4534 |
|
4535 |
public void SaveCheckListHistoryAsync(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, object userState) { |
4536 |
if ((this.onBeginSaveCheckListHistoryDelegate == null)) { |
4537 |
this.onBeginSaveCheckListHistoryDelegate = new BeginOperationDelegate(this.OnBeginSaveCheckListHistory); |
4538 |
} |
4539 |
if ((this.onEndSaveCheckListHistoryDelegate == null)) { |
4540 |
this.onEndSaveCheckListHistoryDelegate = new EndOperationDelegate(this.OnEndSaveCheckListHistory); |
4541 |
} |
4542 |
if ((this.onSaveCheckListHistoryCompletedDelegate == null)) { |
4543 |
this.onSaveCheckListHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveCheckListHistoryCompleted); |
4544 |
} |
4545 |
base.InvokeAsync(this.onBeginSaveCheckListHistoryDelegate, new object[] { |
4546 |
project_no, |
4547 |
rev, |
4548 |
Check_History}, this.onEndSaveCheckListHistoryDelegate, this.onSaveCheckListHistoryCompletedDelegate, userState); |
4549 |
} |
4550 |
|
4551 |
public bool SaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value) { |
4552 |
return base.Channel.SaveCheckList(project_no, _id, Check_value); |
4553 |
} |
4554 |
|
4555 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4556 |
public System.IAsyncResult BeginSaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value, System.AsyncCallback callback, object asyncState) { |
4557 |
return base.Channel.BeginSaveCheckList(project_no, _id, Check_value, callback, asyncState); |
4558 |
} |
4559 |
|
4560 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4561 |
public bool EndSaveCheckList(System.IAsyncResult result) { |
4562 |
return base.Channel.EndSaveCheckList(result); |
4563 |
} |
4564 |
|
4565 |
private System.IAsyncResult OnBeginSaveCheckList(object[] inValues, System.AsyncCallback callback, object asyncState) { |
4566 |
string project_no = ((string)(inValues[0])); |
4567 |
string _id = ((string)(inValues[1])); |
4568 |
KCOMDataModel.DataModel.CHECK_LIST Check_value = ((KCOMDataModel.DataModel.CHECK_LIST)(inValues[2])); |
4569 |
return this.BeginSaveCheckList(project_no, _id, Check_value, callback, asyncState); |
4570 |
} |
4571 |
|
4572 |
private object[] OnEndSaveCheckList(System.IAsyncResult result) { |
4573 |
bool retVal = this.EndSaveCheckList(result); |
4574 |
return new object[] { |
4575 |
retVal}; |
4576 |
} |
4577 |
|
4578 |
private void OnSaveCheckListCompleted(object state) { |
4579 |
if ((this.SaveCheckListCompleted != null)) { |
4580 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
4581 |
this.SaveCheckListCompleted(this, new SaveCheckListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
4582 |
} |
4583 |
} |
4584 |
|
4585 |
public void SaveCheckListAsync(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value) { |
4586 |
this.SaveCheckListAsync(project_no, _id, Check_value, null); |
4587 |
} |
4588 |
|
4589 |
public void SaveCheckListAsync(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value, object userState) { |
4590 |
if ((this.onBeginSaveCheckListDelegate == null)) { |
4591 |
this.onBeginSaveCheckListDelegate = new BeginOperationDelegate(this.OnBeginSaveCheckList); |
4592 |
} |
4593 |
if ((this.onEndSaveCheckListDelegate == null)) { |
4594 |
this.onEndSaveCheckListDelegate = new EndOperationDelegate(this.OnEndSaveCheckList); |
4595 |
} |
4596 |
if ((this.onSaveCheckListCompletedDelegate == null)) { |
4597 |
this.onSaveCheckListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveCheckListCompleted); |
4598 |
} |
4599 |
base.InvokeAsync(this.onBeginSaveCheckListDelegate, new object[] { |
4600 |
project_no, |
4601 |
_id, |
4602 |
Check_value}, this.onEndSaveCheckListDelegate, this.onSaveCheckListCompletedDelegate, userState); |
4603 |
} |
4604 |
|
4605 |
public bool AddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value) { |
4606 |
return base.Channel.AddCheckList(project_no, Check_value); |
4607 |
} |
4608 |
|
4609 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4610 |
public System.IAsyncResult BeginAddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value, System.AsyncCallback callback, object asyncState) { |
4611 |
return base.Channel.BeginAddCheckList(project_no, Check_value, callback, asyncState); |
4612 |
} |
4613 |
|
4614 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4615 |
public bool EndAddCheckList(System.IAsyncResult result) { |
4616 |
return base.Channel.EndAddCheckList(result); |
4617 |
} |
4618 |
|
4619 |
private System.IAsyncResult OnBeginAddCheckList(object[] inValues, System.AsyncCallback callback, object asyncState) { |
4620 |
string project_no = ((string)(inValues[0])); |
4621 |
KCOMDataModel.DataModel.CHECK_LIST Check_value = ((KCOMDataModel.DataModel.CHECK_LIST)(inValues[1])); |
4622 |
return this.BeginAddCheckList(project_no, Check_value, callback, asyncState); |
4623 |
} |
4624 |
|
4625 |
private object[] OnEndAddCheckList(System.IAsyncResult result) { |
4626 |
bool retVal = this.EndAddCheckList(result); |
4627 |
return new object[] { |
4628 |
retVal}; |
4629 |
} |
4630 |
|
4631 |
private void OnAddCheckListCompleted(object state) { |
4632 |
if ((this.AddCheckListCompleted != null)) { |
4633 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
4634 |
this.AddCheckListCompleted(this, new AddCheckListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
4635 |
} |
4636 |
} |
4637 |
|
4638 |
public void AddCheckListAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value) { |
4639 |
this.AddCheckListAsync(project_no, Check_value, null); |
4640 |
} |
4641 |
|
4642 |
public void AddCheckListAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value, object userState) { |
4643 |
if ((this.onBeginAddCheckListDelegate == null)) { |
4644 |
this.onBeginAddCheckListDelegate = new BeginOperationDelegate(this.OnBeginAddCheckList); |
4645 |
} |
4646 |
if ((this.onEndAddCheckListDelegate == null)) { |
4647 |
this.onEndAddCheckListDelegate = new EndOperationDelegate(this.OnEndAddCheckList); |
4648 |
} |
4649 |
if ((this.onAddCheckListCompletedDelegate == null)) { |
4650 |
this.onAddCheckListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddCheckListCompleted); |
4651 |
} |
4652 |
base.InvokeAsync(this.onBeginAddCheckListDelegate, new object[] { |
4653 |
project_no, |
4654 |
Check_value}, this.onEndAddCheckListDelegate, this.onAddCheckListCompletedDelegate, userState); |
4655 |
} |
4656 |
|
4657 |
public KCOMDataModel.DataModel.CHECK_LIST GetCheckList(string project_no, string _id) { |
4658 |
return base.Channel.GetCheckList(project_no, _id); |
4659 |
} |
4660 |
|
4661 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4662 |
public System.IAsyncResult BeginGetCheckList(string project_no, string _id, System.AsyncCallback callback, object asyncState) { |
4663 |
return base.Channel.BeginGetCheckList(project_no, _id, callback, asyncState); |
4664 |
} |
4665 |
|
4666 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4667 |
public KCOMDataModel.DataModel.CHECK_LIST EndGetCheckList(System.IAsyncResult result) { |
4668 |
return base.Channel.EndGetCheckList(result); |
4669 |
} |
4670 |
|
4671 |
private System.IAsyncResult OnBeginGetCheckList(object[] inValues, System.AsyncCallback callback, object asyncState) { |
4672 |
string project_no = ((string)(inValues[0])); |
4673 |
string _id = ((string)(inValues[1])); |
4674 |
return this.BeginGetCheckList(project_no, _id, callback, asyncState); |
4675 |
} |
4676 |
|
4677 |
private object[] OnEndGetCheckList(System.IAsyncResult result) { |
4678 |
KCOMDataModel.DataModel.CHECK_LIST retVal = this.EndGetCheckList(result); |
4679 |
return new object[] { |
4680 |
retVal}; |
4681 |
} |
4682 |
|
4683 |
private void OnGetCheckListCompleted(object state) { |
4684 |
if ((this.GetCheckListCompleted != null)) { |
4685 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
4686 |
this.GetCheckListCompleted(this, new GetCheckListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
4687 |
} |
4688 |
} |
4689 |
|
4690 |
public void GetCheckListAsync(string project_no, string _id) { |
4691 |
this.GetCheckListAsync(project_no, _id, null); |
4692 |
} |
4693 |
|
4694 |
public void GetCheckListAsync(string project_no, string _id, object userState) { |
4695 |
if ((this.onBeginGetCheckListDelegate == null)) { |
4696 |
this.onBeginGetCheckListDelegate = new BeginOperationDelegate(this.OnBeginGetCheckList); |
4697 |
} |
4698 |
if ((this.onEndGetCheckListDelegate == null)) { |
4699 |
this.onEndGetCheckListDelegate = new EndOperationDelegate(this.OnEndGetCheckList); |
4700 |
} |
4701 |
if ((this.onGetCheckListCompletedDelegate == null)) { |
4702 |
this.onGetCheckListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckListCompleted); |
4703 |
} |
4704 |
base.InvokeAsync(this.onBeginGetCheckListDelegate, new object[] { |
4705 |
project_no, |
4706 |
_id}, this.onEndGetCheckListDelegate, this.onGetCheckListCompletedDelegate, userState); |
4707 |
} |
4708 |
|
4709 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> GetUserCheckList(string project_no, string user_id, string doc_no) { |
4710 |
return base.Channel.GetUserCheckList(project_no, user_id, doc_no); |
4711 |
} |
4712 |
|
4713 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4714 |
public System.IAsyncResult BeginGetUserCheckList(string project_no, string user_id, string doc_no, System.AsyncCallback callback, object asyncState) { |
4715 |
return base.Channel.BeginGetUserCheckList(project_no, user_id, doc_no, callback, asyncState); |
4716 |
} |
4717 |
|
4718 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4719 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> EndGetUserCheckList(System.IAsyncResult result) { |
4720 |
return base.Channel.EndGetUserCheckList(result); |
4721 |
} |
4722 |
|
4723 |
private System.IAsyncResult OnBeginGetUserCheckList(object[] inValues, System.AsyncCallback callback, object asyncState) { |
4724 |
string project_no = ((string)(inValues[0])); |
4725 |
string user_id = ((string)(inValues[1])); |
4726 |
string doc_no = ((string)(inValues[2])); |
4727 |
return this.BeginGetUserCheckList(project_no, user_id, doc_no, callback, asyncState); |
4728 |
} |
4729 |
|
4730 |
private object[] OnEndGetUserCheckList(System.IAsyncResult result) { |
4731 |
System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> retVal = this.EndGetUserCheckList(result); |
4732 |
return new object[] { |
4733 |
retVal}; |
4734 |
} |
4735 |
|
4736 |
private void OnGetUserCheckListCompleted(object state) { |
4737 |
if ((this.GetUserCheckListCompleted != null)) { |
4738 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
4739 |
this.GetUserCheckListCompleted(this, new GetUserCheckListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
4740 |
} |
4741 |
} |
4742 |
|
4743 |
public void GetUserCheckListAsync(string project_no, string user_id, string doc_no) { |
4744 |
this.GetUserCheckListAsync(project_no, user_id, doc_no, null); |
4745 |
} |
4746 |
|
4747 |
public void GetUserCheckListAsync(string project_no, string user_id, string doc_no, object userState) { |
4748 |
if ((this.onBeginGetUserCheckListDelegate == null)) { |
4749 |
this.onBeginGetUserCheckListDelegate = new BeginOperationDelegate(this.OnBeginGetUserCheckList); |
4750 |
} |
4751 |
if ((this.onEndGetUserCheckListDelegate == null)) { |
4752 |
this.onEndGetUserCheckListDelegate = new EndOperationDelegate(this.OnEndGetUserCheckList); |
4753 |
} |
4754 |
if ((this.onGetUserCheckListCompletedDelegate == null)) { |
4755 |
this.onGetUserCheckListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetUserCheckListCompleted); |
4756 |
} |
4757 |
base.InvokeAsync(this.onBeginGetUserCheckListDelegate, new object[] { |
4758 |
project_no, |
4759 |
user_id, |
4760 |
doc_no}, this.onEndGetUserCheckListDelegate, this.onGetUserCheckListCompletedDelegate, userState); |
4761 |
} |
4762 |
|
4763 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> GetCheckListHistory(string project_no, string _id) { |
4764 |
return base.Channel.GetCheckListHistory(project_no, _id); |
4765 |
} |
4766 |
|
4767 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4768 |
public System.IAsyncResult BeginGetCheckListHistory(string project_no, string _id, System.AsyncCallback callback, object asyncState) { |
4769 |
return base.Channel.BeginGetCheckListHistory(project_no, _id, callback, asyncState); |
4770 |
} |
4771 |
|
4772 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4773 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> EndGetCheckListHistory(System.IAsyncResult result) { |
4774 |
return base.Channel.EndGetCheckListHistory(result); |
4775 |
} |
4776 |
|
4777 |
private System.IAsyncResult OnBeginGetCheckListHistory(object[] inValues, System.AsyncCallback callback, object asyncState) { |
4778 |
string project_no = ((string)(inValues[0])); |
4779 |
string _id = ((string)(inValues[1])); |
4780 |
return this.BeginGetCheckListHistory(project_no, _id, callback, asyncState); |
4781 |
} |
4782 |
|
4783 |
private object[] OnEndGetCheckListHistory(System.IAsyncResult result) { |
4784 |
System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> retVal = this.EndGetCheckListHistory(result); |
4785 |
return new object[] { |
4786 |
retVal}; |
4787 |
} |
4788 |
|
4789 |
private void OnGetCheckListHistoryCompleted(object state) { |
4790 |
if ((this.GetCheckListHistoryCompleted != null)) { |
4791 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
4792 |
this.GetCheckListHistoryCompleted(this, new GetCheckListHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
4793 |
} |
4794 |
} |
4795 |
|
4796 |
public void GetCheckListHistoryAsync(string project_no, string _id) { |
4797 |
this.GetCheckListHistoryAsync(project_no, _id, null); |
4798 |
} |
4799 |
|
4800 |
public void GetCheckListHistoryAsync(string project_no, string _id, object userState) { |
4801 |
if ((this.onBeginGetCheckListHistoryDelegate == null)) { |
4802 |
this.onBeginGetCheckListHistoryDelegate = new BeginOperationDelegate(this.OnBeginGetCheckListHistory); |
4803 |
} |
4804 |
if ((this.onEndGetCheckListHistoryDelegate == null)) { |
4805 |
this.onEndGetCheckListHistoryDelegate = new EndOperationDelegate(this.OnEndGetCheckListHistory); |
4806 |
} |
4807 |
if ((this.onGetCheckListHistoryCompletedDelegate == null)) { |
4808 |
this.onGetCheckListHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckListHistoryCompleted); |
4809 |
} |
4810 |
base.InvokeAsync(this.onBeginGetCheckListHistoryDelegate, new object[] { |
4811 |
project_no, |
4812 |
_id}, this.onEndGetCheckListHistoryDelegate, this.onGetCheckListHistoryCompletedDelegate, userState); |
4813 |
} |
4814 |
|
4815 |
public KCOMDataModel.DataModel.CHECK_LIST_HISTORY GetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev) { |
4816 |
return base.Channel.GetCheckListHistoryFirstOrDefault(project_no, checklist_id, rev); |
4817 |
} |
4818 |
|
4819 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4820 |
public System.IAsyncResult BeginGetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev, System.AsyncCallback callback, object asyncState) { |
4821 |
return base.Channel.BeginGetCheckListHistoryFirstOrDefault(project_no, checklist_id, rev, callback, asyncState); |
4822 |
} |
4823 |
|
4824 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4825 |
public KCOMDataModel.DataModel.CHECK_LIST_HISTORY EndGetCheckListHistoryFirstOrDefault(System.IAsyncResult result) { |
4826 |
return base.Channel.EndGetCheckListHistoryFirstOrDefault(result); |
4827 |
} |
4828 |
|
4829 |
private System.IAsyncResult OnBeginGetCheckListHistoryFirstOrDefault(object[] inValues, System.AsyncCallback callback, object asyncState) { |
4830 |
string project_no = ((string)(inValues[0])); |
4831 |
string checklist_id = ((string)(inValues[1])); |
4832 |
string rev = ((string)(inValues[2])); |
4833 |
return this.BeginGetCheckListHistoryFirstOrDefault(project_no, checklist_id, rev, callback, asyncState); |
4834 |
} |
4835 |
|
4836 |
private object[] OnEndGetCheckListHistoryFirstOrDefault(System.IAsyncResult result) { |
4837 |
KCOMDataModel.DataModel.CHECK_LIST_HISTORY retVal = this.EndGetCheckListHistoryFirstOrDefault(result); |
4838 |
return new object[] { |
4839 |
retVal}; |
4840 |
} |
4841 |
|
4842 |
private void OnGetCheckListHistoryFirstOrDefaultCompleted(object state) { |
4843 |
if ((this.GetCheckListHistoryFirstOrDefaultCompleted != null)) { |
4844 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
4845 |
this.GetCheckListHistoryFirstOrDefaultCompleted(this, new GetCheckListHistoryFirstOrDefaultCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
4846 |
} |
4847 |
} |
4848 |
|
4849 |
public void GetCheckListHistoryFirstOrDefaultAsync(string project_no, string checklist_id, string rev) { |
4850 |
this.GetCheckListHistoryFirstOrDefaultAsync(project_no, checklist_id, rev, null); |
4851 |
} |
4852 |
|
4853 |
public void GetCheckListHistoryFirstOrDefaultAsync(string project_no, string checklist_id, string rev, object userState) { |
4854 |
if ((this.onBeginGetCheckListHistoryFirstOrDefaultDelegate == null)) { |
4855 |
this.onBeginGetCheckListHistoryFirstOrDefaultDelegate = new BeginOperationDelegate(this.OnBeginGetCheckListHistoryFirstOrDefault); |
4856 |
} |
4857 |
if ((this.onEndGetCheckListHistoryFirstOrDefaultDelegate == null)) { |
4858 |
this.onEndGetCheckListHistoryFirstOrDefaultDelegate = new EndOperationDelegate(this.OnEndGetCheckListHistoryFirstOrDefault); |
4859 |
} |
4860 |
if ((this.onGetCheckListHistoryFirstOrDefaultCompletedDelegate == null)) { |
4861 |
this.onGetCheckListHistoryFirstOrDefaultCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckListHistoryFirstOrDefaultCompleted); |
4862 |
} |
4863 |
base.InvokeAsync(this.onBeginGetCheckListHistoryFirstOrDefaultDelegate, new object[] { |
4864 |
project_no, |
4865 |
checklist_id, |
4866 |
rev}, this.onEndGetCheckListHistoryFirstOrDefaultDelegate, this.onGetCheckListHistoryFirstOrDefaultCompletedDelegate, userState); |
4867 |
} |
4868 |
|
4869 |
public bool SavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage) { |
4870 |
return base.Channel.SavePageAngle(project_no, _mldocpage); |
4871 |
} |
4872 |
|
4873 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4874 |
public System.IAsyncResult BeginSavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage, System.AsyncCallback callback, object asyncState) { |
4875 |
return base.Channel.BeginSavePageAngle(project_no, _mldocpage, callback, asyncState); |
4876 |
} |
4877 |
|
4878 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4879 |
public bool EndSavePageAngle(System.IAsyncResult result) { |
4880 |
return base.Channel.EndSavePageAngle(result); |
4881 |
} |
4882 |
|
4883 |
private System.IAsyncResult OnBeginSavePageAngle(object[] inValues, System.AsyncCallback callback, object asyncState) { |
4884 |
string project_no = ((string)(inValues[0])); |
4885 |
System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage = ((System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE>)(inValues[1])); |
4886 |
return this.BeginSavePageAngle(project_no, _mldocpage, callback, asyncState); |
4887 |
} |
4888 |
|
4889 |
private object[] OnEndSavePageAngle(System.IAsyncResult result) { |
4890 |
bool retVal = this.EndSavePageAngle(result); |
4891 |
return new object[] { |
4892 |
retVal}; |
4893 |
} |
4894 |
|
4895 |
private void OnSavePageAngleCompleted(object state) { |
4896 |
if ((this.SavePageAngleCompleted != null)) { |
4897 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
4898 |
this.SavePageAngleCompleted(this, new SavePageAngleCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
4899 |
} |
4900 |
} |
4901 |
|
4902 |
public void SavePageAngleAsync(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage) { |
4903 |
this.SavePageAngleAsync(project_no, _mldocpage, null); |
4904 |
} |
4905 |
|
4906 |
public void SavePageAngleAsync(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage, object userState) { |
4907 |
if ((this.onBeginSavePageAngleDelegate == null)) { |
4908 |
this.onBeginSavePageAngleDelegate = new BeginOperationDelegate(this.OnBeginSavePageAngle); |
4909 |
} |
4910 |
if ((this.onEndSavePageAngleDelegate == null)) { |
4911 |
this.onEndSavePageAngleDelegate = new EndOperationDelegate(this.OnEndSavePageAngle); |
4912 |
} |
4913 |
if ((this.onSavePageAngleCompletedDelegate == null)) { |
4914 |
this.onSavePageAngleCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSavePageAngleCompleted); |
4915 |
} |
4916 |
base.InvokeAsync(this.onBeginSavePageAngleDelegate, new object[] { |
4917 |
project_no, |
4918 |
_mldocpage}, this.onEndSavePageAngleDelegate, this.onSavePageAngleCompletedDelegate, userState); |
4919 |
} |
4920 |
|
4921 |
public KCOMDataModel.DataModel.MARKUP_INFO GetMarkupInfo(string project_no, string _id) { |
4922 |
return base.Channel.GetMarkupInfo(project_no, _id); |
4923 |
} |
4924 |
|
4925 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4926 |
public System.IAsyncResult BeginGetMarkupInfo(string project_no, string _id, System.AsyncCallback callback, object asyncState) { |
4927 |
return base.Channel.BeginGetMarkupInfo(project_no, _id, callback, asyncState); |
4928 |
} |
4929 |
|
4930 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4931 |
public KCOMDataModel.DataModel.MARKUP_INFO EndGetMarkupInfo(System.IAsyncResult result) { |
4932 |
return base.Channel.EndGetMarkupInfo(result); |
4933 |
} |
4934 |
|
4935 |
private System.IAsyncResult OnBeginGetMarkupInfo(object[] inValues, System.AsyncCallback callback, object asyncState) { |
4936 |
string project_no = ((string)(inValues[0])); |
4937 |
string _id = ((string)(inValues[1])); |
4938 |
return this.BeginGetMarkupInfo(project_no, _id, callback, asyncState); |
4939 |
} |
4940 |
|
4941 |
private object[] OnEndGetMarkupInfo(System.IAsyncResult result) { |
4942 |
KCOMDataModel.DataModel.MARKUP_INFO retVal = this.EndGetMarkupInfo(result); |
4943 |
return new object[] { |
4944 |
retVal}; |
4945 |
} |
4946 |
|
4947 |
private void OnGetMarkupInfoCompleted(object state) { |
4948 |
if ((this.GetMarkupInfoCompleted != null)) { |
4949 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
4950 |
this.GetMarkupInfoCompleted(this, new GetMarkupInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
4951 |
} |
4952 |
} |
4953 |
|
4954 |
public void GetMarkupInfoAsync(string project_no, string _id) { |
4955 |
this.GetMarkupInfoAsync(project_no, _id, null); |
4956 |
} |
4957 |
|
4958 |
public void GetMarkupInfoAsync(string project_no, string _id, object userState) { |
4959 |
if ((this.onBeginGetMarkupInfoDelegate == null)) { |
4960 |
this.onBeginGetMarkupInfoDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupInfo); |
4961 |
} |
4962 |
if ((this.onEndGetMarkupInfoDelegate == null)) { |
4963 |
this.onEndGetMarkupInfoDelegate = new EndOperationDelegate(this.OnEndGetMarkupInfo); |
4964 |
} |
4965 |
if ((this.onGetMarkupInfoCompletedDelegate == null)) { |
4966 |
this.onGetMarkupInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupInfoCompleted); |
4967 |
} |
4968 |
base.InvokeAsync(this.onBeginGetMarkupInfoDelegate, new object[] { |
4969 |
project_no, |
4970 |
_id}, this.onEndGetMarkupInfoDelegate, this.onGetMarkupInfoCompletedDelegate, userState); |
4971 |
} |
4972 |
|
4973 |
public System.Collections.Generic.List<string> GetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo) { |
4974 |
return base.Channel.GetMarkupDataListperPage(project_no, _markupinfoid, _pageNo); |
4975 |
} |
4976 |
|
4977 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4978 |
public System.IAsyncResult BeginGetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo, System.AsyncCallback callback, object asyncState) { |
4979 |
return base.Channel.BeginGetMarkupDataListperPage(project_no, _markupinfoid, _pageNo, callback, asyncState); |
4980 |
} |
4981 |
|
4982 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4983 |
public System.Collections.Generic.List<string> EndGetMarkupDataListperPage(System.IAsyncResult result) { |
4984 |
return base.Channel.EndGetMarkupDataListperPage(result); |
4985 |
} |
4986 |
|
4987 |
private System.IAsyncResult OnBeginGetMarkupDataListperPage(object[] inValues, System.AsyncCallback callback, object asyncState) { |
4988 |
string project_no = ((string)(inValues[0])); |
4989 |
string _markupinfoid = ((string)(inValues[1])); |
4990 |
int _pageNo = ((int)(inValues[2])); |
4991 |
return this.BeginGetMarkupDataListperPage(project_no, _markupinfoid, _pageNo, callback, asyncState); |
4992 |
} |
4993 |
|
4994 |
private object[] OnEndGetMarkupDataListperPage(System.IAsyncResult result) { |
4995 |
System.Collections.Generic.List<string> retVal = this.EndGetMarkupDataListperPage(result); |
4996 |
return new object[] { |
4997 |
retVal}; |
4998 |
} |
4999 |
|
5000 |
private void OnGetMarkupDataListperPageCompleted(object state) { |
5001 |
if ((this.GetMarkupDataListperPageCompleted != null)) { |
5002 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5003 |
this.GetMarkupDataListperPageCompleted(this, new GetMarkupDataListperPageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5004 |
} |
5005 |
} |
5006 |
|
5007 |
public void GetMarkupDataListperPageAsync(string project_no, string _markupinfoid, int _pageNo) { |
5008 |
this.GetMarkupDataListperPageAsync(project_no, _markupinfoid, _pageNo, null); |
5009 |
} |
5010 |
|
5011 |
public void GetMarkupDataListperPageAsync(string project_no, string _markupinfoid, int _pageNo, object userState) { |
5012 |
if ((this.onBeginGetMarkupDataListperPageDelegate == null)) { |
5013 |
this.onBeginGetMarkupDataListperPageDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupDataListperPage); |
5014 |
} |
5015 |
if ((this.onEndGetMarkupDataListperPageDelegate == null)) { |
5016 |
this.onEndGetMarkupDataListperPageDelegate = new EndOperationDelegate(this.OnEndGetMarkupDataListperPage); |
5017 |
} |
5018 |
if ((this.onGetMarkupDataListperPageCompletedDelegate == null)) { |
5019 |
this.onGetMarkupDataListperPageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupDataListperPageCompleted); |
5020 |
} |
5021 |
base.InvokeAsync(this.onBeginGetMarkupDataListperPageDelegate, new object[] { |
5022 |
project_no, |
5023 |
_markupinfoid, |
5024 |
_pageNo}, this.onEndGetMarkupDataListperPageDelegate, this.onGetMarkupDataListperPageCompletedDelegate, userState); |
5025 |
} |
5026 |
|
5027 |
public bool AddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value) { |
5028 |
return base.Channel.AddMarkupInfo(project_no, value); |
5029 |
} |
5030 |
|
5031 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5032 |
public System.IAsyncResult BeginAddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value, System.AsyncCallback callback, object asyncState) { |
5033 |
return base.Channel.BeginAddMarkupInfo(project_no, value, callback, asyncState); |
5034 |
} |
5035 |
|
5036 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5037 |
public bool EndAddMarkupInfo(System.IAsyncResult result) { |
5038 |
return base.Channel.EndAddMarkupInfo(result); |
5039 |
} |
5040 |
|
5041 |
private System.IAsyncResult OnBeginAddMarkupInfo(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5042 |
string project_no = ((string)(inValues[0])); |
5043 |
KCOMDataModel.DataModel.MARKUP_INFO value = ((KCOMDataModel.DataModel.MARKUP_INFO)(inValues[1])); |
5044 |
return this.BeginAddMarkupInfo(project_no, value, callback, asyncState); |
5045 |
} |
5046 |
|
5047 |
private object[] OnEndAddMarkupInfo(System.IAsyncResult result) { |
5048 |
bool retVal = this.EndAddMarkupInfo(result); |
5049 |
return new object[] { |
5050 |
retVal}; |
5051 |
} |
5052 |
|
5053 |
private void OnAddMarkupInfoCompleted(object state) { |
5054 |
if ((this.AddMarkupInfoCompleted != null)) { |
5055 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5056 |
this.AddMarkupInfoCompleted(this, new AddMarkupInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5057 |
} |
5058 |
} |
5059 |
|
5060 |
public void AddMarkupInfoAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value) { |
5061 |
this.AddMarkupInfoAsync(project_no, value, null); |
5062 |
} |
5063 |
|
5064 |
public void AddMarkupInfoAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value, object userState) { |
5065 |
if ((this.onBeginAddMarkupInfoDelegate == null)) { |
5066 |
this.onBeginAddMarkupInfoDelegate = new BeginOperationDelegate(this.OnBeginAddMarkupInfo); |
5067 |
} |
5068 |
if ((this.onEndAddMarkupInfoDelegate == null)) { |
5069 |
this.onEndAddMarkupInfoDelegate = new EndOperationDelegate(this.OnEndAddMarkupInfo); |
5070 |
} |
5071 |
if ((this.onAddMarkupInfoCompletedDelegate == null)) { |
5072 |
this.onAddMarkupInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMarkupInfoCompleted); |
5073 |
} |
5074 |
base.InvokeAsync(this.onBeginAddMarkupInfoDelegate, new object[] { |
5075 |
project_no, |
5076 |
value}, this.onEndAddMarkupInfoDelegate, this.onAddMarkupInfoCompletedDelegate, userState); |
5077 |
} |
5078 |
|
5079 |
public bool AddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value) { |
5080 |
return base.Channel.AddMarkupInfoVersion(project_no, value); |
5081 |
} |
5082 |
|
5083 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5084 |
public System.IAsyncResult BeginAddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value, System.AsyncCallback callback, object asyncState) { |
5085 |
return base.Channel.BeginAddMarkupInfoVersion(project_no, value, callback, asyncState); |
5086 |
} |
5087 |
|
5088 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5089 |
public bool EndAddMarkupInfoVersion(System.IAsyncResult result) { |
5090 |
return base.Channel.EndAddMarkupInfoVersion(result); |
5091 |
} |
5092 |
|
5093 |
private System.IAsyncResult OnBeginAddMarkupInfoVersion(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5094 |
string project_no = ((string)(inValues[0])); |
5095 |
KCOMDataModel.DataModel.MARKUP_INFO_VERSION value = ((KCOMDataModel.DataModel.MARKUP_INFO_VERSION)(inValues[1])); |
5096 |
return this.BeginAddMarkupInfoVersion(project_no, value, callback, asyncState); |
5097 |
} |
5098 |
|
5099 |
private object[] OnEndAddMarkupInfoVersion(System.IAsyncResult result) { |
5100 |
bool retVal = this.EndAddMarkupInfoVersion(result); |
5101 |
return new object[] { |
5102 |
retVal}; |
5103 |
} |
5104 |
|
5105 |
private void OnAddMarkupInfoVersionCompleted(object state) { |
5106 |
if ((this.AddMarkupInfoVersionCompleted != null)) { |
5107 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5108 |
this.AddMarkupInfoVersionCompleted(this, new AddMarkupInfoVersionCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5109 |
} |
5110 |
} |
5111 |
|
5112 |
public void AddMarkupInfoVersionAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value) { |
5113 |
this.AddMarkupInfoVersionAsync(project_no, value, null); |
5114 |
} |
5115 |
|
5116 |
public void AddMarkupInfoVersionAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value, object userState) { |
5117 |
if ((this.onBeginAddMarkupInfoVersionDelegate == null)) { |
5118 |
this.onBeginAddMarkupInfoVersionDelegate = new BeginOperationDelegate(this.OnBeginAddMarkupInfoVersion); |
5119 |
} |
5120 |
if ((this.onEndAddMarkupInfoVersionDelegate == null)) { |
5121 |
this.onEndAddMarkupInfoVersionDelegate = new EndOperationDelegate(this.OnEndAddMarkupInfoVersion); |
5122 |
} |
5123 |
if ((this.onAddMarkupInfoVersionCompletedDelegate == null)) { |
5124 |
this.onAddMarkupInfoVersionCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMarkupInfoVersionCompleted); |
5125 |
} |
5126 |
base.InvokeAsync(this.onBeginAddMarkupInfoVersionDelegate, new object[] { |
5127 |
project_no, |
5128 |
value}, this.onEndAddMarkupInfoVersionDelegate, this.onAddMarkupInfoVersionCompletedDelegate, userState); |
5129 |
} |
5130 |
|
5131 |
public bool AddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value) { |
5132 |
return base.Channel.AddMarkupData(project_no, value); |
5133 |
} |
5134 |
|
5135 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5136 |
public System.IAsyncResult BeginAddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value, System.AsyncCallback callback, object asyncState) { |
5137 |
return base.Channel.BeginAddMarkupData(project_no, value, callback, asyncState); |
5138 |
} |
5139 |
|
5140 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5141 |
public bool EndAddMarkupData(System.IAsyncResult result) { |
5142 |
return base.Channel.EndAddMarkupData(result); |
5143 |
} |
5144 |
|
5145 |
private System.IAsyncResult OnBeginAddMarkupData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5146 |
string project_no = ((string)(inValues[0])); |
5147 |
KCOMDataModel.DataModel.MARKUP_DATA value = ((KCOMDataModel.DataModel.MARKUP_DATA)(inValues[1])); |
5148 |
return this.BeginAddMarkupData(project_no, value, callback, asyncState); |
5149 |
} |
5150 |
|
5151 |
private object[] OnEndAddMarkupData(System.IAsyncResult result) { |
5152 |
bool retVal = this.EndAddMarkupData(result); |
5153 |
return new object[] { |
5154 |
retVal}; |
5155 |
} |
5156 |
|
5157 |
private void OnAddMarkupDataCompleted(object state) { |
5158 |
if ((this.AddMarkupDataCompleted != null)) { |
5159 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5160 |
this.AddMarkupDataCompleted(this, new AddMarkupDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5161 |
} |
5162 |
} |
5163 |
|
5164 |
public void AddMarkupDataAsync(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value) { |
5165 |
this.AddMarkupDataAsync(project_no, value, null); |
5166 |
} |
5167 |
|
5168 |
public void AddMarkupDataAsync(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value, object userState) { |
5169 |
if ((this.onBeginAddMarkupDataDelegate == null)) { |
5170 |
this.onBeginAddMarkupDataDelegate = new BeginOperationDelegate(this.OnBeginAddMarkupData); |
5171 |
} |
5172 |
if ((this.onEndAddMarkupDataDelegate == null)) { |
5173 |
this.onEndAddMarkupDataDelegate = new EndOperationDelegate(this.OnEndAddMarkupData); |
5174 |
} |
5175 |
if ((this.onAddMarkupDataCompletedDelegate == null)) { |
5176 |
this.onAddMarkupDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMarkupDataCompleted); |
5177 |
} |
5178 |
base.InvokeAsync(this.onBeginAddMarkupDataDelegate, new object[] { |
5179 |
project_no, |
5180 |
value}, this.onEndAddMarkupDataDelegate, this.onAddMarkupDataCompletedDelegate, userState); |
5181 |
} |
5182 |
|
5183 |
public bool AvoidMarkupInfo(string project_no, string _doc_id) { |
5184 |
return base.Channel.AvoidMarkupInfo(project_no, _doc_id); |
5185 |
} |
5186 |
|
5187 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5188 |
public System.IAsyncResult BeginAvoidMarkupInfo(string project_no, string _doc_id, System.AsyncCallback callback, object asyncState) { |
5189 |
return base.Channel.BeginAvoidMarkupInfo(project_no, _doc_id, callback, asyncState); |
5190 |
} |
5191 |
|
5192 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5193 |
public bool EndAvoidMarkupInfo(System.IAsyncResult result) { |
5194 |
return base.Channel.EndAvoidMarkupInfo(result); |
5195 |
} |
5196 |
|
5197 |
private System.IAsyncResult OnBeginAvoidMarkupInfo(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5198 |
string project_no = ((string)(inValues[0])); |
5199 |
string _doc_id = ((string)(inValues[1])); |
5200 |
return this.BeginAvoidMarkupInfo(project_no, _doc_id, callback, asyncState); |
5201 |
} |
5202 |
|
5203 |
private object[] OnEndAvoidMarkupInfo(System.IAsyncResult result) { |
5204 |
bool retVal = this.EndAvoidMarkupInfo(result); |
5205 |
return new object[] { |
5206 |
retVal}; |
5207 |
} |
5208 |
|
5209 |
private void OnAvoidMarkupInfoCompleted(object state) { |
5210 |
if ((this.AvoidMarkupInfoCompleted != null)) { |
5211 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5212 |
this.AvoidMarkupInfoCompleted(this, new AvoidMarkupInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5213 |
} |
5214 |
} |
5215 |
|
5216 |
public void AvoidMarkupInfoAsync(string project_no, string _doc_id) { |
5217 |
this.AvoidMarkupInfoAsync(project_no, _doc_id, null); |
5218 |
} |
5219 |
|
5220 |
public void AvoidMarkupInfoAsync(string project_no, string _doc_id, object userState) { |
5221 |
if ((this.onBeginAvoidMarkupInfoDelegate == null)) { |
5222 |
this.onBeginAvoidMarkupInfoDelegate = new BeginOperationDelegate(this.OnBeginAvoidMarkupInfo); |
5223 |
} |
5224 |
if ((this.onEndAvoidMarkupInfoDelegate == null)) { |
5225 |
this.onEndAvoidMarkupInfoDelegate = new EndOperationDelegate(this.OnEndAvoidMarkupInfo); |
5226 |
} |
5227 |
if ((this.onAvoidMarkupInfoCompletedDelegate == null)) { |
5228 |
this.onAvoidMarkupInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAvoidMarkupInfoCompleted); |
5229 |
} |
5230 |
base.InvokeAsync(this.onBeginAvoidMarkupInfoDelegate, new object[] { |
5231 |
project_no, |
5232 |
_doc_id}, this.onEndAvoidMarkupInfoDelegate, this.onAvoidMarkupInfoCompletedDelegate, userState); |
5233 |
} |
5234 |
|
5235 |
public bool SaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value) { |
5236 |
return base.Channel.SaveMarkupInfo(project_no, _id, value); |
5237 |
} |
5238 |
|
5239 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5240 |
public System.IAsyncResult BeginSaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value, System.AsyncCallback callback, object asyncState) { |
5241 |
return base.Channel.BeginSaveMarkupInfo(project_no, _id, value, callback, asyncState); |
5242 |
} |
5243 |
|
5244 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5245 |
public bool EndSaveMarkupInfo(System.IAsyncResult result) { |
5246 |
return base.Channel.EndSaveMarkupInfo(result); |
5247 |
} |
5248 |
|
5249 |
private System.IAsyncResult OnBeginSaveMarkupInfo(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5250 |
string project_no = ((string)(inValues[0])); |
5251 |
string _id = ((string)(inValues[1])); |
5252 |
KCOMDataModel.DataModel.MARKUP_INFO value = ((KCOMDataModel.DataModel.MARKUP_INFO)(inValues[2])); |
5253 |
return this.BeginSaveMarkupInfo(project_no, _id, value, callback, asyncState); |
5254 |
} |
5255 |
|
5256 |
private object[] OnEndSaveMarkupInfo(System.IAsyncResult result) { |
5257 |
bool retVal = this.EndSaveMarkupInfo(result); |
5258 |
return new object[] { |
5259 |
retVal}; |
5260 |
} |
5261 |
|
5262 |
private void OnSaveMarkupInfoCompleted(object state) { |
5263 |
if ((this.SaveMarkupInfoCompleted != null)) { |
5264 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5265 |
this.SaveMarkupInfoCompleted(this, new SaveMarkupInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5266 |
} |
5267 |
} |
5268 |
|
5269 |
public void SaveMarkupInfoAsync(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value) { |
5270 |
this.SaveMarkupInfoAsync(project_no, _id, value, null); |
5271 |
} |
5272 |
|
5273 |
public void SaveMarkupInfoAsync(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value, object userState) { |
5274 |
if ((this.onBeginSaveMarkupInfoDelegate == null)) { |
5275 |
this.onBeginSaveMarkupInfoDelegate = new BeginOperationDelegate(this.OnBeginSaveMarkupInfo); |
5276 |
} |
5277 |
if ((this.onEndSaveMarkupInfoDelegate == null)) { |
5278 |
this.onEndSaveMarkupInfoDelegate = new EndOperationDelegate(this.OnEndSaveMarkupInfo); |
5279 |
} |
5280 |
if ((this.onSaveMarkupInfoCompletedDelegate == null)) { |
5281 |
this.onSaveMarkupInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveMarkupInfoCompleted); |
5282 |
} |
5283 |
base.InvokeAsync(this.onBeginSaveMarkupInfoDelegate, new object[] { |
5284 |
project_no, |
5285 |
_id, |
5286 |
value}, this.onEndSaveMarkupInfoDelegate, this.onSaveMarkupInfoCompletedDelegate, userState); |
5287 |
} |
5288 |
|
5289 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> GetMarkupDataList(string project_no, string _versionid) { |
5290 |
return base.Channel.GetMarkupDataList(project_no, _versionid); |
5291 |
} |
5292 |
|
5293 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5294 |
public System.IAsyncResult BeginGetMarkupDataList(string project_no, string _versionid, System.AsyncCallback callback, object asyncState) { |
5295 |
return base.Channel.BeginGetMarkupDataList(project_no, _versionid, callback, asyncState); |
5296 |
} |
5297 |
|
5298 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5299 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> EndGetMarkupDataList(System.IAsyncResult result) { |
5300 |
return base.Channel.EndGetMarkupDataList(result); |
5301 |
} |
5302 |
|
5303 |
private System.IAsyncResult OnBeginGetMarkupDataList(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5304 |
string project_no = ((string)(inValues[0])); |
5305 |
string _versionid = ((string)(inValues[1])); |
5306 |
return this.BeginGetMarkupDataList(project_no, _versionid, callback, asyncState); |
5307 |
} |
5308 |
|
5309 |
private object[] OnEndGetMarkupDataList(System.IAsyncResult result) { |
5310 |
System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> retVal = this.EndGetMarkupDataList(result); |
5311 |
return new object[] { |
5312 |
retVal}; |
5313 |
} |
5314 |
|
5315 |
private void OnGetMarkupDataListCompleted(object state) { |
5316 |
if ((this.GetMarkupDataListCompleted != null)) { |
5317 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5318 |
this.GetMarkupDataListCompleted(this, new GetMarkupDataListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5319 |
} |
5320 |
} |
5321 |
|
5322 |
public void GetMarkupDataListAsync(string project_no, string _versionid) { |
5323 |
this.GetMarkupDataListAsync(project_no, _versionid, null); |
5324 |
} |
5325 |
|
5326 |
public void GetMarkupDataListAsync(string project_no, string _versionid, object userState) { |
5327 |
if ((this.onBeginGetMarkupDataListDelegate == null)) { |
5328 |
this.onBeginGetMarkupDataListDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupDataList); |
5329 |
} |
5330 |
if ((this.onEndGetMarkupDataListDelegate == null)) { |
5331 |
this.onEndGetMarkupDataListDelegate = new EndOperationDelegate(this.OnEndGetMarkupDataList); |
5332 |
} |
5333 |
if ((this.onGetMarkupDataListCompletedDelegate == null)) { |
5334 |
this.onGetMarkupDataListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupDataListCompleted); |
5335 |
} |
5336 |
base.InvokeAsync(this.onBeginGetMarkupDataListDelegate, new object[] { |
5337 |
project_no, |
5338 |
_versionid}, this.onEndGetMarkupDataListDelegate, this.onGetMarkupDataListCompletedDelegate, userState); |
5339 |
} |
5340 |
|
5341 |
public bool Consolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) { |
5342 |
return base.Channel.Consolidate(project_no, _user_id, _doc_id, markupInfoItems); |
5343 |
} |
5344 |
|
5345 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5346 |
public System.IAsyncResult BeginConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, System.AsyncCallback callback, object asyncState) { |
5347 |
return base.Channel.BeginConsolidate(project_no, _user_id, _doc_id, markupInfoItems, callback, asyncState); |
5348 |
} |
5349 |
|
5350 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5351 |
public bool EndConsolidate(System.IAsyncResult result) { |
5352 |
return base.Channel.EndConsolidate(result); |
5353 |
} |
5354 |
|
5355 |
private System.IAsyncResult OnBeginConsolidate(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5356 |
string project_no = ((string)(inValues[0])); |
5357 |
string _user_id = ((string)(inValues[1])); |
5358 |
string _doc_id = ((string)(inValues[2])); |
5359 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems = ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(inValues[3])); |
5360 |
return this.BeginConsolidate(project_no, _user_id, _doc_id, markupInfoItems, callback, asyncState); |
5361 |
} |
5362 |
|
5363 |
private object[] OnEndConsolidate(System.IAsyncResult result) { |
5364 |
bool retVal = this.EndConsolidate(result); |
5365 |
return new object[] { |
5366 |
retVal}; |
5367 |
} |
5368 |
|
5369 |
private void OnConsolidateCompleted(object state) { |
5370 |
if ((this.ConsolidateCompleted != null)) { |
5371 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5372 |
this.ConsolidateCompleted(this, new ConsolidateCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5373 |
} |
5374 |
} |
5375 |
|
5376 |
public void ConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) { |
5377 |
this.ConsolidateAsync(project_no, _user_id, _doc_id, markupInfoItems, null); |
5378 |
} |
5379 |
|
5380 |
public void ConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, object userState) { |
5381 |
if ((this.onBeginConsolidateDelegate == null)) { |
5382 |
this.onBeginConsolidateDelegate = new BeginOperationDelegate(this.OnBeginConsolidate); |
5383 |
} |
5384 |
if ((this.onEndConsolidateDelegate == null)) { |
5385 |
this.onEndConsolidateDelegate = new EndOperationDelegate(this.OnEndConsolidate); |
5386 |
} |
5387 |
if ((this.onConsolidateCompletedDelegate == null)) { |
5388 |
this.onConsolidateCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnConsolidateCompleted); |
5389 |
} |
5390 |
base.InvokeAsync(this.onBeginConsolidateDelegate, new object[] { |
5391 |
project_no, |
5392 |
_user_id, |
5393 |
_doc_id, |
5394 |
markupInfoItems}, this.onEndConsolidateDelegate, this.onConsolidateCompletedDelegate, userState); |
5395 |
} |
5396 |
|
5397 |
public KCOM.ServiceDeepView.FinalPDFResult ConsolidateMergedPDF(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID) { |
5398 |
return base.Channel.ConsolidateMergedPDF(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID); |
5399 |
} |
5400 |
|
5401 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5402 |
public System.IAsyncResult BeginConsolidateMergedPDF(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState) { |
5403 |
return base.Channel.BeginConsolidateMergedPDF(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID, callback, asyncState); |
5404 |
} |
5405 |
|
5406 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5407 |
public KCOM.ServiceDeepView.FinalPDFResult EndConsolidateMergedPDF(System.IAsyncResult result) { |
5408 |
return base.Channel.EndConsolidateMergedPDF(result); |
5409 |
} |
5410 |
|
5411 |
private System.IAsyncResult OnBeginConsolidateMergedPDF(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5412 |
string project_no = ((string)(inValues[0])); |
5413 |
string _user_id = ((string)(inValues[1])); |
5414 |
string _doc_id = ((string)(inValues[2])); |
5415 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems = ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(inValues[3])); |
5416 |
string ProjectNo = ((string)(inValues[4])); |
5417 |
string DocInfoID = ((string)(inValues[5])); |
5418 |
string CreateUserID = ((string)(inValues[6])); |
5419 |
return this.BeginConsolidateMergedPDF(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID, callback, asyncState); |
5420 |
} |
5421 |
|
5422 |
private object[] OnEndConsolidateMergedPDF(System.IAsyncResult result) { |
5423 |
KCOM.ServiceDeepView.FinalPDFResult retVal = this.EndConsolidateMergedPDF(result); |
5424 |
return new object[] { |
5425 |
retVal}; |
5426 |
} |
5427 |
|
5428 |
private void OnConsolidateMergedPDFCompleted(object state) { |
5429 |
if ((this.ConsolidateMergedPDFCompleted != null)) { |
5430 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5431 |
this.ConsolidateMergedPDFCompleted(this, new ConsolidateMergedPDFCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5432 |
} |
5433 |
} |
5434 |
|
5435 |
public void ConsolidateMergedPDFAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID) { |
5436 |
this.ConsolidateMergedPDFAsync(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID, null); |
5437 |
} |
5438 |
|
5439 |
public void ConsolidateMergedPDFAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID, object userState) { |
5440 |
if ((this.onBeginConsolidateMergedPDFDelegate == null)) { |
5441 |
this.onBeginConsolidateMergedPDFDelegate = new BeginOperationDelegate(this.OnBeginConsolidateMergedPDF); |
5442 |
} |
5443 |
if ((this.onEndConsolidateMergedPDFDelegate == null)) { |
5444 |
this.onEndConsolidateMergedPDFDelegate = new EndOperationDelegate(this.OnEndConsolidateMergedPDF); |
5445 |
} |
5446 |
if ((this.onConsolidateMergedPDFCompletedDelegate == null)) { |
5447 |
this.onConsolidateMergedPDFCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnConsolidateMergedPDFCompleted); |
5448 |
} |
5449 |
base.InvokeAsync(this.onBeginConsolidateMergedPDFDelegate, new object[] { |
5450 |
project_no, |
5451 |
_user_id, |
5452 |
_doc_id, |
5453 |
markupInfoItems, |
5454 |
ProjectNo, |
5455 |
DocInfoID, |
5456 |
CreateUserID}, this.onEndConsolidateMergedPDFDelegate, this.onConsolidateMergedPDFCompletedDelegate, userState); |
5457 |
} |
5458 |
|
5459 |
public bool TeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) { |
5460 |
return base.Channel.TeamConsolidate(project_no, _user_id, _doc_id, markupInfoItems); |
5461 |
} |
5462 |
|
5463 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5464 |
public System.IAsyncResult BeginTeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, System.AsyncCallback callback, object asyncState) { |
5465 |
return base.Channel.BeginTeamConsolidate(project_no, _user_id, _doc_id, markupInfoItems, callback, asyncState); |
5466 |
} |
5467 |
|
5468 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5469 |
public bool EndTeamConsolidate(System.IAsyncResult result) { |
5470 |
return base.Channel.EndTeamConsolidate(result); |
5471 |
} |
5472 |
|
5473 |
private System.IAsyncResult OnBeginTeamConsolidate(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5474 |
string project_no = ((string)(inValues[0])); |
5475 |
string _user_id = ((string)(inValues[1])); |
5476 |
string _doc_id = ((string)(inValues[2])); |
5477 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems = ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(inValues[3])); |
5478 |
return this.BeginTeamConsolidate(project_no, _user_id, _doc_id, markupInfoItems, callback, asyncState); |
5479 |
} |
5480 |
|
5481 |
private object[] OnEndTeamConsolidate(System.IAsyncResult result) { |
5482 |
bool retVal = this.EndTeamConsolidate(result); |
5483 |
return new object[] { |
5484 |
retVal}; |
5485 |
} |
5486 |
|
5487 |
private void OnTeamConsolidateCompleted(object state) { |
5488 |
if ((this.TeamConsolidateCompleted != null)) { |
5489 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5490 |
this.TeamConsolidateCompleted(this, new TeamConsolidateCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5491 |
} |
5492 |
} |
5493 |
|
5494 |
public void TeamConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) { |
5495 |
this.TeamConsolidateAsync(project_no, _user_id, _doc_id, markupInfoItems, null); |
5496 |
} |
5497 |
|
5498 |
public void TeamConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, object userState) { |
5499 |
if ((this.onBeginTeamConsolidateDelegate == null)) { |
5500 |
this.onBeginTeamConsolidateDelegate = new BeginOperationDelegate(this.OnBeginTeamConsolidate); |
5501 |
} |
5502 |
if ((this.onEndTeamConsolidateDelegate == null)) { |
5503 |
this.onEndTeamConsolidateDelegate = new EndOperationDelegate(this.OnEndTeamConsolidate); |
5504 |
} |
5505 |
if ((this.onTeamConsolidateCompletedDelegate == null)) { |
5506 |
this.onTeamConsolidateCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnTeamConsolidateCompleted); |
5507 |
} |
5508 |
base.InvokeAsync(this.onBeginTeamConsolidateDelegate, new object[] { |
5509 |
project_no, |
5510 |
_user_id, |
5511 |
_doc_id, |
5512 |
markupInfoItems}, this.onEndTeamConsolidateDelegate, this.onTeamConsolidateCompletedDelegate, userState); |
5513 |
} |
5514 |
|
5515 |
public KCOMDataModel.DataModel.MEMBER GetMember(string project_no, string user_id) { |
5516 |
return base.Channel.GetMember(project_no, user_id); |
5517 |
} |
5518 |
|
5519 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5520 |
public System.IAsyncResult BeginGetMember(string project_no, string user_id, System.AsyncCallback callback, object asyncState) { |
5521 |
return base.Channel.BeginGetMember(project_no, user_id, callback, asyncState); |
5522 |
} |
5523 |
|
5524 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5525 |
public KCOMDataModel.DataModel.MEMBER EndGetMember(System.IAsyncResult result) { |
5526 |
return base.Channel.EndGetMember(result); |
5527 |
} |
5528 |
|
5529 |
private System.IAsyncResult OnBeginGetMember(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5530 |
string project_no = ((string)(inValues[0])); |
5531 |
string user_id = ((string)(inValues[1])); |
5532 |
return this.BeginGetMember(project_no, user_id, callback, asyncState); |
5533 |
} |
5534 |
|
5535 |
private object[] OnEndGetMember(System.IAsyncResult result) { |
5536 |
KCOMDataModel.DataModel.MEMBER retVal = this.EndGetMember(result); |
5537 |
return new object[] { |
5538 |
retVal}; |
5539 |
} |
5540 |
|
5541 |
private void OnGetMemberCompleted(object state) { |
5542 |
if ((this.GetMemberCompleted != null)) { |
5543 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5544 |
this.GetMemberCompleted(this, new GetMemberCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5545 |
} |
5546 |
} |
5547 |
|
5548 |
public void GetMemberAsync(string project_no, string user_id) { |
5549 |
this.GetMemberAsync(project_no, user_id, null); |
5550 |
} |
5551 |
|
5552 |
public void GetMemberAsync(string project_no, string user_id, object userState) { |
5553 |
if ((this.onBeginGetMemberDelegate == null)) { |
5554 |
this.onBeginGetMemberDelegate = new BeginOperationDelegate(this.OnBeginGetMember); |
5555 |
} |
5556 |
if ((this.onEndGetMemberDelegate == null)) { |
5557 |
this.onEndGetMemberDelegate = new EndOperationDelegate(this.OnEndGetMember); |
5558 |
} |
5559 |
if ((this.onGetMemberCompletedDelegate == null)) { |
5560 |
this.onGetMemberCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMemberCompleted); |
5561 |
} |
5562 |
base.InvokeAsync(this.onBeginGetMemberDelegate, new object[] { |
5563 |
project_no, |
5564 |
user_id}, this.onEndGetMemberDelegate, this.onGetMemberCompletedDelegate, userState); |
5565 |
} |
5566 |
|
5567 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> GetSymbolList(string user_id) { |
5568 |
return base.Channel.GetSymbolList(user_id); |
5569 |
} |
5570 |
|
5571 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5572 |
public System.IAsyncResult BeginGetSymbolList(string user_id, System.AsyncCallback callback, object asyncState) { |
5573 |
return base.Channel.BeginGetSymbolList(user_id, callback, asyncState); |
5574 |
} |
5575 |
|
5576 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5577 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> EndGetSymbolList(System.IAsyncResult result) { |
5578 |
return base.Channel.EndGetSymbolList(result); |
5579 |
} |
5580 |
|
5581 |
private System.IAsyncResult OnBeginGetSymbolList(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5582 |
string user_id = ((string)(inValues[0])); |
5583 |
return this.BeginGetSymbolList(user_id, callback, asyncState); |
5584 |
} |
5585 |
|
5586 |
private object[] OnEndGetSymbolList(System.IAsyncResult result) { |
5587 |
System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> retVal = this.EndGetSymbolList(result); |
5588 |
return new object[] { |
5589 |
retVal}; |
5590 |
} |
5591 |
|
5592 |
private void OnGetSymbolListCompleted(object state) { |
5593 |
if ((this.GetSymbolListCompleted != null)) { |
5594 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5595 |
this.GetSymbolListCompleted(this, new GetSymbolListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5596 |
} |
5597 |
} |
5598 |
|
5599 |
public void GetSymbolListAsync(string user_id) { |
5600 |
this.GetSymbolListAsync(user_id, null); |
5601 |
} |
5602 |
|
5603 |
public void GetSymbolListAsync(string user_id, object userState) { |
5604 |
if ((this.onBeginGetSymbolListDelegate == null)) { |
5605 |
this.onBeginGetSymbolListDelegate = new BeginOperationDelegate(this.OnBeginGetSymbolList); |
5606 |
} |
5607 |
if ((this.onEndGetSymbolListDelegate == null)) { |
5608 |
this.onEndGetSymbolListDelegate = new EndOperationDelegate(this.OnEndGetSymbolList); |
5609 |
} |
5610 |
if ((this.onGetSymbolListCompletedDelegate == null)) { |
5611 |
this.onGetSymbolListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSymbolListCompleted); |
5612 |
} |
5613 |
base.InvokeAsync(this.onBeginGetSymbolListDelegate, new object[] { |
5614 |
user_id}, this.onEndGetSymbolListDelegate, this.onGetSymbolListCompletedDelegate, userState); |
5615 |
} |
5616 |
|
5617 |
public System.Collections.Generic.List<string> GetPublicSymbolDeptList() { |
5618 |
return base.Channel.GetPublicSymbolDeptList(); |
5619 |
} |
5620 |
|
5621 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5622 |
public System.IAsyncResult BeginGetPublicSymbolDeptList(System.AsyncCallback callback, object asyncState) { |
5623 |
return base.Channel.BeginGetPublicSymbolDeptList(callback, asyncState); |
5624 |
} |
5625 |
|
5626 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5627 |
public System.Collections.Generic.List<string> EndGetPublicSymbolDeptList(System.IAsyncResult result) { |
5628 |
return base.Channel.EndGetPublicSymbolDeptList(result); |
5629 |
} |
5630 |
|
5631 |
private System.IAsyncResult OnBeginGetPublicSymbolDeptList(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5632 |
return this.BeginGetPublicSymbolDeptList(callback, asyncState); |
5633 |
} |
5634 |
|
5635 |
private object[] OnEndGetPublicSymbolDeptList(System.IAsyncResult result) { |
5636 |
System.Collections.Generic.List<string> retVal = this.EndGetPublicSymbolDeptList(result); |
5637 |
return new object[] { |
5638 |
retVal}; |
5639 |
} |
5640 |
|
5641 |
private void OnGetPublicSymbolDeptListCompleted(object state) { |
5642 |
if ((this.GetPublicSymbolDeptListCompleted != null)) { |
5643 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5644 |
this.GetPublicSymbolDeptListCompleted(this, new GetPublicSymbolDeptListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5645 |
} |
5646 |
} |
5647 |
|
5648 |
public void GetPublicSymbolDeptListAsync() { |
5649 |
this.GetPublicSymbolDeptListAsync(null); |
5650 |
} |
5651 |
|
5652 |
public void GetPublicSymbolDeptListAsync(object userState) { |
5653 |
if ((this.onBeginGetPublicSymbolDeptListDelegate == null)) { |
5654 |
this.onBeginGetPublicSymbolDeptListDelegate = new BeginOperationDelegate(this.OnBeginGetPublicSymbolDeptList); |
5655 |
} |
5656 |
if ((this.onEndGetPublicSymbolDeptListDelegate == null)) { |
5657 |
this.onEndGetPublicSymbolDeptListDelegate = new EndOperationDelegate(this.OnEndGetPublicSymbolDeptList); |
5658 |
} |
5659 |
if ((this.onGetPublicSymbolDeptListCompletedDelegate == null)) { |
5660 |
this.onGetPublicSymbolDeptListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetPublicSymbolDeptListCompleted); |
5661 |
} |
5662 |
base.InvokeAsync(this.onBeginGetPublicSymbolDeptListDelegate, null, this.onEndGetPublicSymbolDeptListDelegate, this.onGetPublicSymbolDeptListCompletedDelegate, userState); |
5663 |
} |
5664 |
|
5665 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> GetPublicSymbolList(string dept) { |
5666 |
return base.Channel.GetPublicSymbolList(dept); |
5667 |
} |
5668 |
|
5669 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5670 |
public System.IAsyncResult BeginGetPublicSymbolList(string dept, System.AsyncCallback callback, object asyncState) { |
5671 |
return base.Channel.BeginGetPublicSymbolList(dept, callback, asyncState); |
5672 |
} |
5673 |
|
5674 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5675 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> EndGetPublicSymbolList(System.IAsyncResult result) { |
5676 |
return base.Channel.EndGetPublicSymbolList(result); |
5677 |
} |
5678 |
|
5679 |
private System.IAsyncResult OnBeginGetPublicSymbolList(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5680 |
string dept = ((string)(inValues[0])); |
5681 |
return this.BeginGetPublicSymbolList(dept, callback, asyncState); |
5682 |
} |
5683 |
|
5684 |
private object[] OnEndGetPublicSymbolList(System.IAsyncResult result) { |
5685 |
System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> retVal = this.EndGetPublicSymbolList(result); |
5686 |
return new object[] { |
5687 |
retVal}; |
5688 |
} |
5689 |
|
5690 |
private void OnGetPublicSymbolListCompleted(object state) { |
5691 |
if ((this.GetPublicSymbolListCompleted != null)) { |
5692 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5693 |
this.GetPublicSymbolListCompleted(this, new GetPublicSymbolListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5694 |
} |
5695 |
} |
5696 |
|
5697 |
public void GetPublicSymbolListAsync(string dept) { |
5698 |
this.GetPublicSymbolListAsync(dept, null); |
5699 |
} |
5700 |
|
5701 |
public void GetPublicSymbolListAsync(string dept, object userState) { |
5702 |
if ((this.onBeginGetPublicSymbolListDelegate == null)) { |
5703 |
this.onBeginGetPublicSymbolListDelegate = new BeginOperationDelegate(this.OnBeginGetPublicSymbolList); |
5704 |
} |
5705 |
if ((this.onEndGetPublicSymbolListDelegate == null)) { |
5706 |
this.onEndGetPublicSymbolListDelegate = new EndOperationDelegate(this.OnEndGetPublicSymbolList); |
5707 |
} |
5708 |
if ((this.onGetPublicSymbolListCompletedDelegate == null)) { |
5709 |
this.onGetPublicSymbolListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetPublicSymbolListCompleted); |
5710 |
} |
5711 |
base.InvokeAsync(this.onBeginGetPublicSymbolListDelegate, new object[] { |
5712 |
dept}, this.onEndGetPublicSymbolListDelegate, this.onGetPublicSymbolListCompletedDelegate, userState); |
5713 |
} |
5714 |
|
5715 |
public string GetSymbolData(string id, int type) { |
5716 |
return base.Channel.GetSymbolData(id, type); |
5717 |
} |
5718 |
|
5719 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5720 |
public System.IAsyncResult BeginGetSymbolData(string id, int type, System.AsyncCallback callback, object asyncState) { |
5721 |
return base.Channel.BeginGetSymbolData(id, type, callback, asyncState); |
5722 |
} |
5723 |
|
5724 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5725 |
public string EndGetSymbolData(System.IAsyncResult result) { |
5726 |
return base.Channel.EndGetSymbolData(result); |
5727 |
} |
5728 |
|
5729 |
private System.IAsyncResult OnBeginGetSymbolData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5730 |
string id = ((string)(inValues[0])); |
5731 |
int type = ((int)(inValues[1])); |
5732 |
return this.BeginGetSymbolData(id, type, callback, asyncState); |
5733 |
} |
5734 |
|
5735 |
private object[] OnEndGetSymbolData(System.IAsyncResult result) { |
5736 |
string retVal = this.EndGetSymbolData(result); |
5737 |
return new object[] { |
5738 |
retVal}; |
5739 |
} |
5740 |
|
5741 |
private void OnGetSymbolDataCompleted(object state) { |
5742 |
if ((this.GetSymbolDataCompleted != null)) { |
5743 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5744 |
this.GetSymbolDataCompleted(this, new GetSymbolDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5745 |
} |
5746 |
} |
5747 |
|
5748 |
public void GetSymbolDataAsync(string id, int type) { |
5749 |
this.GetSymbolDataAsync(id, type, null); |
5750 |
} |
5751 |
|
5752 |
public void GetSymbolDataAsync(string id, int type, object userState) { |
5753 |
if ((this.onBeginGetSymbolDataDelegate == null)) { |
5754 |
this.onBeginGetSymbolDataDelegate = new BeginOperationDelegate(this.OnBeginGetSymbolData); |
5755 |
} |
5756 |
if ((this.onEndGetSymbolDataDelegate == null)) { |
5757 |
this.onEndGetSymbolDataDelegate = new EndOperationDelegate(this.OnEndGetSymbolData); |
5758 |
} |
5759 |
if ((this.onGetSymbolDataCompletedDelegate == null)) { |
5760 |
this.onGetSymbolDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSymbolDataCompleted); |
5761 |
} |
5762 |
base.InvokeAsync(this.onBeginGetSymbolDataDelegate, new object[] { |
5763 |
id, |
5764 |
type}, this.onEndGetSymbolDataDelegate, this.onGetSymbolDataCompletedDelegate, userState); |
5765 |
} |
5766 |
|
5767 |
public string GetSymbolImageURL(string id, int type) { |
5768 |
return base.Channel.GetSymbolImageURL(id, type); |
5769 |
} |
5770 |
|
5771 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5772 |
public System.IAsyncResult BeginGetSymbolImageURL(string id, int type, System.AsyncCallback callback, object asyncState) { |
5773 |
return base.Channel.BeginGetSymbolImageURL(id, type, callback, asyncState); |
5774 |
} |
5775 |
|
5776 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5777 |
public string EndGetSymbolImageURL(System.IAsyncResult result) { |
5778 |
return base.Channel.EndGetSymbolImageURL(result); |
5779 |
} |
5780 |
|
5781 |
private System.IAsyncResult OnBeginGetSymbolImageURL(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5782 |
string id = ((string)(inValues[0])); |
5783 |
int type = ((int)(inValues[1])); |
5784 |
return this.BeginGetSymbolImageURL(id, type, callback, asyncState); |
5785 |
} |
5786 |
|
5787 |
private object[] OnEndGetSymbolImageURL(System.IAsyncResult result) { |
5788 |
string retVal = this.EndGetSymbolImageURL(result); |
5789 |
return new object[] { |
5790 |
retVal}; |
5791 |
} |
5792 |
|
5793 |
private void OnGetSymbolImageURLCompleted(object state) { |
5794 |
if ((this.GetSymbolImageURLCompleted != null)) { |
5795 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5796 |
this.GetSymbolImageURLCompleted(this, new GetSymbolImageURLCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5797 |
} |
5798 |
} |
5799 |
|
5800 |
public void GetSymbolImageURLAsync(string id, int type) { |
5801 |
this.GetSymbolImageURLAsync(id, type, null); |
5802 |
} |
5803 |
|
5804 |
public void GetSymbolImageURLAsync(string id, int type, object userState) { |
5805 |
if ((this.onBeginGetSymbolImageURLDelegate == null)) { |
5806 |
this.onBeginGetSymbolImageURLDelegate = new BeginOperationDelegate(this.OnBeginGetSymbolImageURL); |
5807 |
} |
5808 |
if ((this.onEndGetSymbolImageURLDelegate == null)) { |
5809 |
this.onEndGetSymbolImageURLDelegate = new EndOperationDelegate(this.OnEndGetSymbolImageURL); |
5810 |
} |
5811 |
if ((this.onGetSymbolImageURLCompletedDelegate == null)) { |
5812 |
this.onGetSymbolImageURLCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSymbolImageURLCompleted); |
5813 |
} |
5814 |
base.InvokeAsync(this.onBeginGetSymbolImageURLDelegate, new object[] { |
5815 |
id, |
5816 |
type}, this.onEndGetSymbolImageURLDelegate, this.onGetSymbolImageURLCompletedDelegate, userState); |
5817 |
} |
5818 |
|
5819 |
public string GetSignData(string project_no, string user_id) { |
5820 |
return base.Channel.GetSignData(project_no, user_id); |
5821 |
} |
5822 |
|
5823 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5824 |
public System.IAsyncResult BeginGetSignData(string project_no, string user_id, System.AsyncCallback callback, object asyncState) { |
5825 |
return base.Channel.BeginGetSignData(project_no, user_id, callback, asyncState); |
5826 |
} |
5827 |
|
5828 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5829 |
public string EndGetSignData(System.IAsyncResult result) { |
5830 |
return base.Channel.EndGetSignData(result); |
5831 |
} |
5832 |
|
5833 |
private System.IAsyncResult OnBeginGetSignData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5834 |
string project_no = ((string)(inValues[0])); |
5835 |
string user_id = ((string)(inValues[1])); |
5836 |
return this.BeginGetSignData(project_no, user_id, callback, asyncState); |
5837 |
} |
5838 |
|
5839 |
private object[] OnEndGetSignData(System.IAsyncResult result) { |
5840 |
string retVal = this.EndGetSignData(result); |
5841 |
return new object[] { |
5842 |
retVal}; |
5843 |
} |
5844 |
|
5845 |
private void OnGetSignDataCompleted(object state) { |
5846 |
if ((this.GetSignDataCompleted != null)) { |
5847 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5848 |
this.GetSignDataCompleted(this, new GetSignDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5849 |
} |
5850 |
} |
5851 |
|
5852 |
public void GetSignDataAsync(string project_no, string user_id) { |
5853 |
this.GetSignDataAsync(project_no, user_id, null); |
5854 |
} |
5855 |
|
5856 |
public void GetSignDataAsync(string project_no, string user_id, object userState) { |
5857 |
if ((this.onBeginGetSignDataDelegate == null)) { |
5858 |
this.onBeginGetSignDataDelegate = new BeginOperationDelegate(this.OnBeginGetSignData); |
5859 |
} |
5860 |
if ((this.onEndGetSignDataDelegate == null)) { |
5861 |
this.onEndGetSignDataDelegate = new EndOperationDelegate(this.OnEndGetSignData); |
5862 |
} |
5863 |
if ((this.onGetSignDataCompletedDelegate == null)) { |
5864 |
this.onGetSignDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSignDataCompleted); |
5865 |
} |
5866 |
base.InvokeAsync(this.onBeginGetSignDataDelegate, new object[] { |
5867 |
project_no, |
5868 |
user_id}, this.onEndGetSignDataDelegate, this.onGetSignDataCompletedDelegate, userState); |
5869 |
} |
5870 |
|
5871 |
public string GetProjectName(string project_no) { |
5872 |
return base.Channel.GetProjectName(project_no); |
5873 |
} |
5874 |
|
5875 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5876 |
public System.IAsyncResult BeginGetProjectName(string project_no, System.AsyncCallback callback, object asyncState) { |
5877 |
return base.Channel.BeginGetProjectName(project_no, callback, asyncState); |
5878 |
} |
5879 |
|
5880 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5881 |
public string EndGetProjectName(System.IAsyncResult result) { |
5882 |
return base.Channel.EndGetProjectName(result); |
5883 |
} |
5884 |
|
5885 |
private System.IAsyncResult OnBeginGetProjectName(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5886 |
string project_no = ((string)(inValues[0])); |
5887 |
return this.BeginGetProjectName(project_no, callback, asyncState); |
5888 |
} |
5889 |
|
5890 |
private object[] OnEndGetProjectName(System.IAsyncResult result) { |
5891 |
string retVal = this.EndGetProjectName(result); |
5892 |
return new object[] { |
5893 |
retVal}; |
5894 |
} |
5895 |
|
5896 |
private void OnGetProjectNameCompleted(object state) { |
5897 |
if ((this.GetProjectNameCompleted != null)) { |
5898 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5899 |
this.GetProjectNameCompleted(this, new GetProjectNameCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5900 |
} |
5901 |
} |
5902 |
|
5903 |
public void GetProjectNameAsync(string project_no) { |
5904 |
this.GetProjectNameAsync(project_no, null); |
5905 |
} |
5906 |
|
5907 |
public void GetProjectNameAsync(string project_no, object userState) { |
5908 |
if ((this.onBeginGetProjectNameDelegate == null)) { |
5909 |
this.onBeginGetProjectNameDelegate = new BeginOperationDelegate(this.OnBeginGetProjectName); |
5910 |
} |
5911 |
if ((this.onEndGetProjectNameDelegate == null)) { |
5912 |
this.onEndGetProjectNameDelegate = new EndOperationDelegate(this.OnEndGetProjectName); |
5913 |
} |
5914 |
if ((this.onGetProjectNameCompletedDelegate == null)) { |
5915 |
this.onGetProjectNameCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetProjectNameCompleted); |
5916 |
} |
5917 |
base.InvokeAsync(this.onBeginGetProjectNameDelegate, new object[] { |
5918 |
project_no}, this.onEndGetProjectNameDelegate, this.onGetProjectNameCompletedDelegate, userState); |
5919 |
} |
5920 |
|
5921 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> GetPreRevSelect(string project_no, string doc_no, string current_rev) { |
5922 |
return base.Channel.GetPreRevSelect(project_no, doc_no, current_rev); |
5923 |
} |
5924 |
|
5925 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5926 |
public System.IAsyncResult BeginGetPreRevSelect(string project_no, string doc_no, string current_rev, System.AsyncCallback callback, object asyncState) { |
5927 |
return base.Channel.BeginGetPreRevSelect(project_no, doc_no, current_rev, callback, asyncState); |
5928 |
} |
5929 |
|
5930 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5931 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> EndGetPreRevSelect(System.IAsyncResult result) { |
5932 |
return base.Channel.EndGetPreRevSelect(result); |
5933 |
} |
5934 |
|
5935 |
private System.IAsyncResult OnBeginGetPreRevSelect(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5936 |
string project_no = ((string)(inValues[0])); |
5937 |
string doc_no = ((string)(inValues[1])); |
5938 |
string current_rev = ((string)(inValues[2])); |
5939 |
return this.BeginGetPreRevSelect(project_no, doc_no, current_rev, callback, asyncState); |
5940 |
} |
5941 |
|
5942 |
private object[] OnEndGetPreRevSelect(System.IAsyncResult result) { |
5943 |
System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> retVal = this.EndGetPreRevSelect(result); |
5944 |
return new object[] { |
5945 |
retVal}; |
5946 |
} |
5947 |
|
5948 |
private void OnGetPreRevSelectCompleted(object state) { |
5949 |
if ((this.GetPreRevSelectCompleted != null)) { |
5950 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5951 |
this.GetPreRevSelectCompleted(this, new GetPreRevSelectCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5952 |
} |
5953 |
} |
5954 |
|
5955 |
public void GetPreRevSelectAsync(string project_no, string doc_no, string current_rev) { |
5956 |
this.GetPreRevSelectAsync(project_no, doc_no, current_rev, null); |
5957 |
} |
5958 |
|
5959 |
public void GetPreRevSelectAsync(string project_no, string doc_no, string current_rev, object userState) { |
5960 |
if ((this.onBeginGetPreRevSelectDelegate == null)) { |
5961 |
this.onBeginGetPreRevSelectDelegate = new BeginOperationDelegate(this.OnBeginGetPreRevSelect); |
5962 |
} |
5963 |
if ((this.onEndGetPreRevSelectDelegate == null)) { |
5964 |
this.onEndGetPreRevSelectDelegate = new EndOperationDelegate(this.OnEndGetPreRevSelect); |
5965 |
} |
5966 |
if ((this.onGetPreRevSelectCompletedDelegate == null)) { |
5967 |
this.onGetPreRevSelectCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetPreRevSelectCompleted); |
5968 |
} |
5969 |
base.InvokeAsync(this.onBeginGetPreRevSelectDelegate, new object[] { |
5970 |
project_no, |
5971 |
doc_no, |
5972 |
current_rev}, this.onEndGetPreRevSelectDelegate, this.onGetPreRevSelectCompletedDelegate, userState); |
5973 |
} |
5974 |
|
5975 |
public KCOMDataModel.DataModel.DOCINFO GetDocInfoOneSelect(string project_no, string doc_id) { |
5976 |
return base.Channel.GetDocInfoOneSelect(project_no, doc_id); |
5977 |
} |
5978 |
|
5979 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5980 |
public System.IAsyncResult BeginGetDocInfoOneSelect(string project_no, string doc_id, System.AsyncCallback callback, object asyncState) { |
5981 |
return base.Channel.BeginGetDocInfoOneSelect(project_no, doc_id, callback, asyncState); |
5982 |
} |
5983 |
|
5984 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5985 |
public KCOMDataModel.DataModel.DOCINFO EndGetDocInfoOneSelect(System.IAsyncResult result) { |
5986 |
return base.Channel.EndGetDocInfoOneSelect(result); |
5987 |
} |
5988 |
|
5989 |
private System.IAsyncResult OnBeginGetDocInfoOneSelect(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5990 |
string project_no = ((string)(inValues[0])); |
5991 |
string doc_id = ((string)(inValues[1])); |
5992 |
return this.BeginGetDocInfoOneSelect(project_no, doc_id, callback, asyncState); |
5993 |
} |
5994 |
|
5995 |
private object[] OnEndGetDocInfoOneSelect(System.IAsyncResult result) { |
5996 |
KCOMDataModel.DataModel.DOCINFO retVal = this.EndGetDocInfoOneSelect(result); |
5997 |
return new object[] { |
5998 |
retVal}; |
5999 |
} |
6000 |
|
6001 |
private void OnGetDocInfoOneSelectCompleted(object state) { |
6002 |
if ((this.GetDocInfoOneSelectCompleted != null)) { |
6003 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
6004 |
this.GetDocInfoOneSelectCompleted(this, new GetDocInfoOneSelectCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
6005 |
} |
6006 |
} |
6007 |
|
6008 |
public void GetDocInfoOneSelectAsync(string project_no, string doc_id) { |
6009 |
this.GetDocInfoOneSelectAsync(project_no, doc_id, null); |
6010 |
} |
6011 |
|
6012 |
public void GetDocInfoOneSelectAsync(string project_no, string doc_id, object userState) { |
6013 |
if ((this.onBeginGetDocInfoOneSelectDelegate == null)) { |
6014 |
this.onBeginGetDocInfoOneSelectDelegate = new BeginOperationDelegate(this.OnBeginGetDocInfoOneSelect); |
6015 |
} |
6016 |
if ((this.onEndGetDocInfoOneSelectDelegate == null)) { |
6017 |
this.onEndGetDocInfoOneSelectDelegate = new EndOperationDelegate(this.OnEndGetDocInfoOneSelect); |
6018 |
} |
6019 |
if ((this.onGetDocInfoOneSelectCompletedDelegate == null)) { |
6020 |
this.onGetDocInfoOneSelectCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocInfoOneSelectCompleted); |
6021 |
} |
6022 |
base.InvokeAsync(this.onBeginGetDocInfoOneSelectDelegate, new object[] { |
6023 |
project_no, |
6024 |
doc_id}, this.onEndGetDocInfoOneSelectDelegate, this.onGetDocInfoOneSelectCompletedDelegate, userState); |
6025 |
} |
6026 |
|
6027 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList) { |
6028 |
return base.Channel.GetPrintDocItemList(project_no, doc_id, _markupInfoList); |
6029 |
} |
6030 |
|
6031 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6032 |
public System.IAsyncResult BeginGetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList, System.AsyncCallback callback, object asyncState) { |
6033 |
return base.Channel.BeginGetPrintDocItemList(project_no, doc_id, _markupInfoList, callback, asyncState); |
6034 |
} |
6035 |
|
6036 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6037 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetPrintDocItemList(System.IAsyncResult result) { |
6038 |
return base.Channel.EndGetPrintDocItemList(result); |
6039 |
} |
6040 |
|
6041 |
private System.IAsyncResult OnBeginGetPrintDocItemList(object[] inValues, System.AsyncCallback callback, object asyncState) { |
6042 |
string project_no = ((string)(inValues[0])); |
6043 |
string doc_id = ((string)(inValues[1])); |
6044 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList = ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(inValues[2])); |
6045 |
return this.BeginGetPrintDocItemList(project_no, doc_id, _markupInfoList, callback, asyncState); |
6046 |
} |
6047 |
|
6048 |
private object[] OnEndGetPrintDocItemList(System.IAsyncResult result) { |
6049 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> retVal = this.EndGetPrintDocItemList(result); |
6050 |
return new object[] { |
6051 |
retVal}; |
6052 |
} |
6053 |
|
6054 |
private void OnGetPrintDocItemListCompleted(object state) { |
6055 |
if ((this.GetPrintDocItemListCompleted != null)) { |
6056 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
6057 |
this.GetPrintDocItemListCompleted(this, new GetPrintDocItemListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
6058 |
} |
6059 |
} |
6060 |
|
6061 |
public void GetPrintDocItemListAsync(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList) { |
6062 |
this.GetPrintDocItemListAsync(project_no, doc_id, _markupInfoList, null); |
6063 |
} |
6064 |
|
6065 |
public void GetPrintDocItemListAsync(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList, object userState) { |
6066 |
if ((this.onBeginGetPrintDocItemListDelegate == null)) { |
6067 |
this.onBeginGetPrintDocItemListDelegate = new BeginOperationDelegate(this.OnBeginGetPrintDocItemList); |
6068 |
} |
6069 |
if ((this.onEndGetPrintDocItemListDelegate == null)) { |
6070 |
this.onEndGetPrintDocItemListDelegate = new EndOperationDelegate(this.OnEndGetPrintDocItemList); |
6071 |
} |
6072 |
if ((this.onGetPrintDocItemListCompletedDelegate == null)) { |
6073 |
this.onGetPrintDocItemListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetPrintDocItemListCompleted); |
6074 |
} |
6075 |
base.InvokeAsync(this.onBeginGetPrintDocItemListDelegate, new object[] { |
6076 |
project_no, |
6077 |
doc_id, |
6078 |
_markupInfoList}, this.onEndGetPrintDocItemListDelegate, this.onGetPrintDocItemListCompletedDelegate, userState); |
6079 |
} |
6080 |
|
6081 |
public bool AddMessage(string project_no, KCOMDataModel.DataModel.TALK value) { |
6082 |
return base.Channel.AddMessage(project_no, value); |
6083 |
} |
6084 |
|
6085 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6086 |
public System.IAsyncResult BeginAddMessage(string project_no, KCOMDataModel.DataModel.TALK value, System.AsyncCallback callback, object asyncState) { |
6087 |
return base.Channel.BeginAddMessage(project_no, value, callback, asyncState); |
6088 |
} |
6089 |
|
6090 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6091 |
public bool EndAddMessage(System.IAsyncResult result) { |
6092 |
return base.Channel.EndAddMessage(result); |
6093 |
} |
6094 |
|
6095 |
private System.IAsyncResult OnBeginAddMessage(object[] inValues, System.AsyncCallback callback, object asyncState) { |
6096 |
string project_no = ((string)(inValues[0])); |
6097 |
KCOMDataModel.DataModel.TALK value = ((KCOMDataModel.DataModel.TALK)(inValues[1])); |
6098 |
return this.BeginAddMessage(project_no, value, callback, asyncState); |
6099 |
} |
6100 |
|
6101 |
private object[] OnEndAddMessage(System.IAsyncResult result) { |
6102 |
bool retVal = this.EndAddMessage(result); |
6103 |
return new object[] { |
6104 |
retVal}; |
6105 |
} |
6106 |
|
6107 |
private void OnAddMessageCompleted(object state) { |
6108 |
if ((this.AddMessageCompleted != null)) { |
6109 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
6110 |
this.AddMessageCompleted(this, new AddMessageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
6111 |
} |
6112 |
} |
6113 |
|
6114 |
public void AddMessageAsync(string project_no, KCOMDataModel.DataModel.TALK value) { |
6115 |
this.AddMessageAsync(project_no, value, null); |
6116 |
} |
6117 |
|
6118 |
public void AddMessageAsync(string project_no, KCOMDataModel.DataModel.TALK value, object userState) { |
6119 |
if ((this.onBeginAddMessageDelegate == null)) { |
6120 |
this.onBeginAddMessageDelegate = new BeginOperationDelegate(this.OnBeginAddMessage); |
6121 |
} |
6122 |
if ((this.onEndAddMessageDelegate == null)) { |
6123 |
this.onEndAddMessageDelegate = new EndOperationDelegate(this.OnEndAddMessage); |
6124 |
} |
6125 |
if ((this.onAddMessageCompletedDelegate == null)) { |
6126 |
this.onAddMessageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMessageCompleted); |
6127 |
} |
6128 |
base.InvokeAsync(this.onBeginAddMessageDelegate, new object[] { |
6129 |
project_no, |
6130 |
value}, this.onEndAddMessageDelegate, this.onAddMessageCompletedDelegate, userState); |
6131 |
} |
6132 |
|
6133 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> GetMessage(string project_no, string doc_id) { |
6134 |
return base.Channel.GetMessage(project_no, doc_id); |
6135 |
} |
6136 |
|
6137 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6138 |
public System.IAsyncResult BeginGetMessage(string project_no, string doc_id, System.AsyncCallback callback, object asyncState) { |
6139 |
return base.Channel.BeginGetMessage(project_no, doc_id, callback, asyncState); |
6140 |
} |
6141 |
|
6142 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6143 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> EndGetMessage(System.IAsyncResult result) { |
6144 |
return base.Channel.EndGetMessage(result); |
6145 |
} |
6146 |
|
6147 |
private System.IAsyncResult OnBeginGetMessage(object[] inValues, System.AsyncCallback callback, object asyncState) { |
6148 |
string project_no = ((string)(inValues[0])); |
6149 |
string doc_id = ((string)(inValues[1])); |
6150 |
return this.BeginGetMessage(project_no, doc_id, callback, asyncState); |
6151 |
} |
6152 |
|
6153 |
private object[] OnEndGetMessage(System.IAsyncResult result) { |
6154 |
System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> retVal = this.EndGetMessage(result); |
6155 |
return new object[] { |
6156 |
retVal}; |
6157 |
} |
6158 |
|
6159 |
private void OnGetMessageCompleted(object state) { |
6160 |
if ((this.GetMessageCompleted != null)) { |
6161 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
6162 |
this.GetMessageCompleted(this, new GetMessageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
6163 |
} |
6164 |
} |
6165 |
|
6166 |
public void GetMessageAsync(string project_no, string doc_id) { |
6167 |
this.GetMessageAsync(project_no, doc_id, null); |
6168 |
} |
6169 |
|
6170 |
public void GetMessageAsync(string project_no, string doc_id, object userState) { |
6171 |
if ((this.onBeginGetMessageDelegate == null)) { |
6172 |
this.onBeginGetMessageDelegate = new BeginOperationDelegate(this.OnBeginGetMessage); |
6173 |
} |
6174 |
if ((this.onEndGetMessageDelegate == null)) { |
6175 |
this.onEndGetMessageDelegate = new EndOperationDelegate(this.OnEndGetMessage); |
6176 |
} |
6177 |
if ((this.onGetMessageCompletedDelegate == null)) { |
6178 |
this.onGetMessageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMessageCompleted); |
6179 |
} |
6180 |
base.InvokeAsync(this.onBeginGetMessageDelegate, new object[] { |
6181 |
project_no, |
6182 |
doc_id}, this.onEndGetMessageDelegate, this.onGetMessageCompletedDelegate, userState); |
6183 |
} |
6184 |
|
6185 |
public KCOMDataModel.DataModel.DOCINFO FinalPDF_GetDocinfo(string project_no, string docinfo_id) { |
6186 |
return base.Channel.FinalPDF_GetDocinfo(project_no, docinfo_id); |
6187 |
} |
6188 |
|
6189 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6190 |
public System.IAsyncResult BeginFinalPDF_GetDocinfo(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState) { |
6191 |
return base.Channel.BeginFinalPDF_GetDocinfo(project_no, docinfo_id, callback, asyncState); |
6192 |
} |
6193 |
|
6194 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6195 |
public KCOMDataModel.DataModel.DOCINFO EndFinalPDF_GetDocinfo(System.IAsyncResult result) { |
6196 |
return base.Channel.EndFinalPDF_GetDocinfo(result); |
6197 |
} |
6198 |
|
6199 |
private System.IAsyncResult OnBeginFinalPDF_GetDocinfo(object[] inValues, System.AsyncCallback callback, object asyncState) { |
6200 |
string project_no = ((string)(inValues[0])); |
6201 |
string docinfo_id = ((string)(inValues[1])); |
6202 |
return this.BeginFinalPDF_GetDocinfo(project_no, docinfo_id, callback, asyncState); |
6203 |
} |
6204 |
|
6205 |
private object[] OnEndFinalPDF_GetDocinfo(System.IAsyncResult result) { |
6206 |
KCOMDataModel.DataModel.DOCINFO retVal = this.EndFinalPDF_GetDocinfo(result); |
6207 |
return new object[] { |
6208 |
retVal}; |
6209 |
} |
6210 |
|
6211 |
private void OnFinalPDF_GetDocinfoCompleted(object state) { |
6212 |
if ((this.FinalPDF_GetDocinfoCompleted != null)) { |
6213 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
6214 |
this.FinalPDF_GetDocinfoCompleted(this, new FinalPDF_GetDocinfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
6215 |
} |
6216 |
} |
6217 |
|
6218 |
public void FinalPDF_GetDocinfoAsync(string project_no, string docinfo_id) { |
6219 |
this.FinalPDF_GetDocinfoAsync(project_no, docinfo_id, null); |
6220 |
} |
6221 |
|
6222 |
public void FinalPDF_GetDocinfoAsync(string project_no, string docinfo_id, object userState) { |
6223 |
if ((this.onBeginFinalPDF_GetDocinfoDelegate == null)) { |
6224 |
this.onBeginFinalPDF_GetDocinfoDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetDocinfo); |
6225 |
} |
6226 |
if ((this.onEndFinalPDF_GetDocinfoDelegate == null)) { |
6227 |
this.onEndFinalPDF_GetDocinfoDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetDocinfo); |
6228 |
} |
6229 |
if ((this.onFinalPDF_GetDocinfoCompletedDelegate == null)) { |
6230 |
this.onFinalPDF_GetDocinfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetDocinfoCompleted); |
6231 |
} |
6232 |
base.InvokeAsync(this.onBeginFinalPDF_GetDocinfoDelegate, new object[] { |
6233 |
project_no, |
6234 |
docinfo_id}, this.onEndFinalPDF_GetDocinfoDelegate, this.onFinalPDF_GetDocinfoCompletedDelegate, userState); |
6235 |
} |
6236 |
|
6237 |
public KCOMDataModel.DataModel.DOCUMENT_ITEM FinalPDF_GetDocumentItem(string project_no, string document_id) { |
6238 |
return base.Channel.FinalPDF_GetDocumentItem(project_no, document_id); |
6239 |
} |
6240 |
|
6241 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6242 |
public System.IAsyncResult BeginFinalPDF_GetDocumentItem(string project_no, string document_id, System.AsyncCallback callback, object asyncState) { |
6243 |
return base.Channel.BeginFinalPDF_GetDocumentItem(project_no, document_id, callback, asyncState); |
6244 |
} |
6245 |
|
6246 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6247 |
public KCOMDataModel.DataModel.DOCUMENT_ITEM EndFinalPDF_GetDocumentItem(System.IAsyncResult result) { |
6248 |
return base.Channel.EndFinalPDF_GetDocumentItem(result); |
6249 |
} |
6250 |
|
6251 |
private System.IAsyncResult OnBeginFinalPDF_GetDocumentItem(object[] inValues, System.AsyncCallback callback, object asyncState) { |
6252 |
string project_no = ((string)(inValues[0])); |
6253 |
string document_id = ((string)(inValues[1])); |
6254 |
return this.BeginFinalPDF_GetDocumentItem(project_no, document_id, callback, asyncState); |
6255 |
} |
6256 |
|
6257 |
private object[] OnEndFinalPDF_GetDocumentItem(System.IAsyncResult result) { |
6258 |
KCOMDataModel.DataModel.DOCUMENT_ITEM retVal = this.EndFinalPDF_GetDocumentItem(result); |
6259 |
return new object[] { |
6260 |
retVal}; |
6261 |
} |
6262 |
|
6263 |
private void OnFinalPDF_GetDocumentItemCompleted(object state) { |
6264 |
if ((this.FinalPDF_GetDocumentItemCompleted != null)) { |
6265 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
6266 |
this.FinalPDF_GetDocumentItemCompleted(this, new FinalPDF_GetDocumentItemCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
6267 |
} |
6268 |
} |
6269 |
|
6270 |
public void FinalPDF_GetDocumentItemAsync(string project_no, string document_id) { |
6271 |
this.FinalPDF_GetDocumentItemAsync(project_no, document_id, null); |
6272 |
} |
6273 |
|
6274 |
public void FinalPDF_GetDocumentItemAsync(string project_no, string document_id, object userState) { |
6275 |
if ((this.onBeginFinalPDF_GetDocumentItemDelegate == null)) { |
6276 |
this.onBeginFinalPDF_GetDocumentItemDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetDocumentItem); |
6277 |
} |
6278 |
if ((this.onEndFinalPDF_GetDocumentItemDelegate == null)) { |
6279 |
this.onEndFinalPDF_GetDocumentItemDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetDocumentItem); |
6280 |
} |
6281 |
if ((this.onFinalPDF_GetDocumentItemCompletedDelegate == null)) { |
6282 |
this.onFinalPDF_GetDocumentItemCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetDocumentItemCompleted); |
6283 |
} |
6284 |
base.InvokeAsync(this.onBeginFinalPDF_GetDocumentItemDelegate, new object[] { |
6285 |
project_no, |
6286 |
document_id}, this.onEndFinalPDF_GetDocumentItemDelegate, this.onFinalPDF_GetDocumentItemCompletedDelegate, userState); |
6287 |
} |
6288 |
|
6289 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> FinalPDF_GetMarkupdata(string project_no, string docinfo_id) { |
6290 |
return base.Channel.FinalPDF_GetMarkupdata(project_no, docinfo_id); |
6291 |
} |
6292 |
|
6293 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6294 |
public System.IAsyncResult BeginFinalPDF_GetMarkupdata(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState) { |
6295 |
return base.Channel.BeginFinalPDF_GetMarkupdata(project_no, docinfo_id, callback, asyncState); |
6296 |
} |
6297 |
|
6298 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6299 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> EndFinalPDF_GetMarkupdata(System.IAsyncResult result) { |
6300 |
return base.Channel.EndFinalPDF_GetMarkupdata(result); |
6301 |
} |
6302 |
|
6303 |
private System.IAsyncResult OnBeginFinalPDF_GetMarkupdata(object[] inValues, System.AsyncCallback callback, object asyncState) { |
6304 |
string project_no = ((string)(inValues[0])); |
6305 |
string docinfo_id = ((string)(inValues[1])); |
6306 |
return this.BeginFinalPDF_GetMarkupdata(project_no, docinfo_id, callback, asyncState); |
6307 |
} |
6308 |
|
6309 |
private object[] OnEndFinalPDF_GetMarkupdata(System.IAsyncResult result) { |
6310 |
System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> retVal = this.EndFinalPDF_GetMarkupdata(result); |
6311 |
return new object[] { |
6312 |
retVal}; |
6313 |
} |
6314 |
|
6315 |
private void OnFinalPDF_GetMarkupdataCompleted(object state) { |
6316 |
if ((this.FinalPDF_GetMarkupdataCompleted != null)) { |
6317 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
6318 |
this.FinalPDF_GetMarkupdataCompleted(this, new FinalPDF_GetMarkupdataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
6319 |
} |
6320 |
} |
6321 |
|
6322 |
public void FinalPDF_GetMarkupdataAsync(string project_no, string docinfo_id) { |
6323 |
this.FinalPDF_GetMarkupdataAsync(project_no, docinfo_id, null); |
6324 |
} |
6325 |
|
6326 |
public void FinalPDF_GetMarkupdataAsync(string project_no, string docinfo_id, object userState) { |
6327 |
if ((this.onBeginFinalPDF_GetMarkupdataDelegate == null)) { |
6328 |
this.onBeginFinalPDF_GetMarkupdataDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetMarkupdata); |
6329 |
} |
6330 |
if ((this.onEndFinalPDF_GetMarkupdataDelegate == null)) { |
6331 |
this.onEndFinalPDF_GetMarkupdataDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetMarkupdata); |
6332 |
} |
6333 |
if ((this.onFinalPDF_GetMarkupdataCompletedDelegate == null)) { |
6334 |
this.onFinalPDF_GetMarkupdataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetMarkupdataCompleted); |
6335 |
} |
6336 |
base.InvokeAsync(this.onBeginFinalPDF_GetMarkupdataDelegate, new object[] { |
6337 |
project_no, |
6338 |
docinfo_id}, this.onEndFinalPDF_GetMarkupdataDelegate, this.onFinalPDF_GetMarkupdataCompletedDelegate, userState); |
6339 |
} |
6340 |
|
6341 |
public KCOMDataModel.DataModel.MARKUP_INFO FinalPDF_GetMarkupinfo(string project_no, string docinfo_id) { |
6342 |
return base.Channel.FinalPDF_GetMarkupinfo(project_no, docinfo_id); |
6343 |
} |
6344 |
|
6345 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6346 |
public System.IAsyncResult BeginFinalPDF_GetMarkupinfo(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState) { |
6347 |
return base.Channel.BeginFinalPDF_GetMarkupinfo(project_no, docinfo_id, callback, asyncState); |
6348 |
} |
6349 |
|
6350 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6351 |
public KCOMDataModel.DataModel.MARKUP_INFO EndFinalPDF_GetMarkupinfo(System.IAsyncResult result) { |
6352 |
return base.Channel.EndFinalPDF_GetMarkupinfo(result); |
6353 |
} |
6354 |
|
6355 |
private System.IAsyncResult OnBeginFinalPDF_GetMarkupinfo(object[] inValues, System.AsyncCallback callback, object asyncState) { |
6356 |
string project_no = ((string)(inValues[0])); |
6357 |
string docinfo_id = ((string)(inValues[1])); |
6358 |
return this.BeginFinalPDF_GetMarkupinfo(project_no, docinfo_id, callback, asyncState); |
6359 |
} |
6360 |
|
6361 |
private object[] OnEndFinalPDF_GetMarkupinfo(System.IAsyncResult result) { |
6362 |
KCOMDataModel.DataModel.MARKUP_INFO retVal = this.EndFinalPDF_GetMarkupinfo(result); |
6363 |
return new object[] { |
6364 |
retVal}; |
6365 |
} |
6366 |
|
6367 |
private void OnFinalPDF_GetMarkupinfoCompleted(object state) { |
6368 |
if ((this.FinalPDF_GetMarkupinfoCompleted != null)) { |
6369 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
6370 |
this.FinalPDF_GetMarkupinfoCompleted(this, new FinalPDF_GetMarkupinfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
6371 |
} |
6372 |
} |
6373 |
|
6374 |
public void FinalPDF_GetMarkupinfoAsync(string project_no, string docinfo_id) { |
6375 |
this.FinalPDF_GetMarkupinfoAsync(project_no, docinfo_id, null); |
6376 |
} |
6377 |
|
6378 |
public void FinalPDF_GetMarkupinfoAsync(string project_no, string docinfo_id, object userState) { |
6379 |
if ((this.onBeginFinalPDF_GetMarkupinfoDelegate == null)) { |
6380 |
this.onBeginFinalPDF_GetMarkupinfoDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetMarkupinfo); |
6381 |
} |
6382 |
if ((this.onEndFinalPDF_GetMarkupinfoDelegate == null)) { |
6383 |
this.onEndFinalPDF_GetMarkupinfoDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetMarkupinfo); |
6384 |
} |
6385 |
if ((this.onFinalPDF_GetMarkupinfoCompletedDelegate == null)) { |
6386 |
this.onFinalPDF_GetMarkupinfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetMarkupinfoCompleted); |
6387 |
} |
6388 |
base.InvokeAsync(this.onBeginFinalPDF_GetMarkupinfoDelegate, new object[] { |
6389 |
project_no, |
6390 |
docinfo_id}, this.onEndFinalPDF_GetMarkupinfoDelegate, this.onFinalPDF_GetMarkupinfoCompletedDelegate, userState); |
6391 |
} |
6392 |
|
6393 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF> FinalPDF_GetFinalPDFs(string final_id) { |
6394 |
return base.Channel.FinalPDF_GetFinalPDFs(final_id); |
6395 |
} |
6396 |
|
6397 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6398 |
public System.IAsyncResult BeginFinalPDF_GetFinalPDFs(string final_id, System.AsyncCallback callback, object asyncState) { |
6399 |
return base.Channel.BeginFinalPDF_GetFinalPDFs(final_id, callback, asyncState); |
6400 |
} |
6401 |
|
6402 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6403 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF> EndFinalPDF_GetFinalPDFs(System.IAsyncResult result) { |
6404 |
return base.Channel.EndFinalPDF_GetFinalPDFs(result); |
6405 |
} |
6406 |
|
6407 |
private System.IAsyncResult OnBeginFinalPDF_GetFinalPDFs(object[] inValues, System.AsyncCallback callback, object asyncState) { |
6408 |
string final_id = ((string)(inValues[0])); |
6409 |
return this.BeginFinalPDF_GetFinalPDFs(final_id, callback, asyncState); |
6410 |
} |
6411 |
|
6412 |
private object[] OnEndFinalPDF_GetFinalPDFs(System.IAsyncResult result) { |
6413 |
System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF> retVal = this.EndFinalPDF_GetFinalPDFs(result); |
6414 |
return new object[] { |
6415 |
retVal}; |
6416 |
} |
6417 |
|
6418 |
private void OnFinalPDF_GetFinalPDFsCompleted(object state) { |
6419 |
if ((this.FinalPDF_GetFinalPDFsCompleted != null)) { |
6420 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
6421 |
this.FinalPDF_GetFinalPDFsCompleted(this, new FinalPDF_GetFinalPDFsCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
6422 |
} |
6423 |
} |
6424 |
|
6425 |
public void FinalPDF_GetFinalPDFsAsync(string final_id) { |
6426 |
this.FinalPDF_GetFinalPDFsAsync(final_id, null); |
6427 |
} |
6428 |
|
6429 |
public void FinalPDF_GetFinalPDFsAsync(string final_id, object userState) { |
6430 |
if ((this.onBeginFinalPDF_GetFinalPDFsDelegate == null)) { |
6431 |
this.onBeginFinalPDF_GetFinalPDFsDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetFinalPDFs); |
6432 |
} |
6433 |
if ((this.onEndFinalPDF_GetFinalPDFsDelegate == null)) { |
6434 |
this.onEndFinalPDF_GetFinalPDFsDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetFinalPDFs); |
6435 |
} |
6436 |
if ((this.onFinalPDF_GetFinalPDFsCompletedDelegate == null)) { |
6437 |
this.onFinalPDF_GetFinalPDFsCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetFinalPDFsCompleted); |
6438 |
} |
6439 |
base.InvokeAsync(this.onBeginFinalPDF_GetFinalPDFsDelegate, new object[] { |
6440 |
final_id}, this.onEndFinalPDF_GetFinalPDFsDelegate, this.onFinalPDF_GetFinalPDFsCompletedDelegate, userState); |
6441 |
} |
6442 |
|
6443 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> FinalPDF_GetDocpage(string project_no, string docinfo_id) { |
6444 |
return base.Channel.FinalPDF_GetDocpage(project_no, docinfo_id); |
6445 |
} |
6446 |
|
6447 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6448 |
public System.IAsyncResult BeginFinalPDF_GetDocpage(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState) { |
6449 |
return base.Channel.BeginFinalPDF_GetDocpage(project_no, docinfo_id, callback, asyncState); |
6450 |
} |
6451 |
|
6452 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6453 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> EndFinalPDF_GetDocpage(System.IAsyncResult result) { |
6454 |
return base.Channel.EndFinalPDF_GetDocpage(result); |
6455 |
} |
6456 |
|
6457 |
private System.IAsyncResult OnBeginFinalPDF_GetDocpage(object[] inValues, System.AsyncCallback callback, object asyncState) { |
6458 |
string project_no = ((string)(inValues[0])); |
6459 |
string docinfo_id = ((string)(inValues[1])); |
6460 |
return this.BeginFinalPDF_GetDocpage(project_no, docinfo_id, callback, asyncState); |
6461 |
} |
6462 |
|
6463 |
private object[] OnEndFinalPDF_GetDocpage(System.IAsyncResult result) { |
6464 |
System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> retVal = this.EndFinalPDF_GetDocpage(result); |
6465 |
return new object[] { |
6466 |
retVal}; |
6467 |
} |
6468 |
|
6469 |
private void OnFinalPDF_GetDocpageCompleted(object state) { |
6470 |
if ((this.FinalPDF_GetDocpageCompleted != null)) { |
6471 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
6472 |
this.FinalPDF_GetDocpageCompleted(this, new FinalPDF_GetDocpageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
6473 |
} |
6474 |
} |
6475 |
|
6476 |
public void FinalPDF_GetDocpageAsync(string project_no, string docinfo_id) { |
6477 |
this.FinalPDF_GetDocpageAsync(project_no, docinfo_id, null); |
6478 |
} |
6479 |
|
6480 |
public void FinalPDF_GetDocpageAsync(string project_no, string docinfo_id, object userState) { |
6481 |
if ((this.onBeginFinalPDF_GetDocpageDelegate == null)) { |
6482 |
this.onBeginFinalPDF_GetDocpageDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetDocpage); |
6483 |
} |
6484 |
if ((this.onEndFinalPDF_GetDocpageDelegate == null)) { |
6485 |
this.onEndFinalPDF_GetDocpageDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetDocpage); |
6486 |
} |
6487 |
if ((this.onFinalPDF_GetDocpageCompletedDelegate == null)) { |
6488 |
this.onFinalPDF_GetDocpageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetDocpageCompleted); |
6489 |
} |
6490 |
base.InvokeAsync(this.onBeginFinalPDF_GetDocpageDelegate, new object[] { |
6491 |
project_no, |
6492 |
docinfo_id}, this.onEndFinalPDF_GetDocpageDelegate, this.onFinalPDF_GetDocpageCompletedDelegate, userState); |
6493 |
} |
6494 |
|
6495 |
public bool FinalPDF_SetFinalPDFStatus(string final_id, KCOM.ServiceDeepView.FinalStatus status) { |
6496 |
return base.Channel.FinalPDF_SetFinalPDFStatus(final_id, status); |
6497 |
} |
6498 |
|
6499 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6500 |
public System.IAsyncResult BeginFinalPDF_SetFinalPDFStatus(string final_id, KCOM.ServiceDeepView.FinalStatus status, System.AsyncCallback callback, object asyncState) { |
6501 |
return base.Channel.BeginFinalPDF_SetFinalPDFStatus(final_id, status, callback, asyncState); |
6502 |
} |
6503 |
|
6504 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6505 |
public bool EndFinalPDF_SetFinalPDFStatus(System.IAsyncResult result) { |
6506 |
return base.Channel.EndFinalPDF_SetFinalPDFStatus(result); |
6507 |
} |
6508 |
|
6509 |
private System.IAsyncResult OnBeginFinalPDF_SetFinalPDFStatus(object[] inValues, System.AsyncCallback callback, object asyncState) { |
6510 |
string final_id = ((string)(inValues[0])); |
6511 |
KCOM.ServiceDeepView.FinalStatus status = ((KCOM.ServiceDeepView.FinalStatus)(inValues[1])); |
6512 |
return this.BeginFinalPDF_SetFinalPDFStatus(final_id, status, callback, asyncState); |
6513 |
} |
6514 |
|
6515 |
private object[] OnEndFinalPDF_SetFinalPDFStatus(System.IAsyncResult result) { |
6516 |
bool retVal = this.EndFinalPDF_SetFinalPDFStatus(result); |
6517 |
return new object[] { |
6518 |
retVal}; |
6519 |
} |
6520 |
|
6521 |
private void OnFinalPDF_SetFinalPDFStatusCompleted(object state) { |
6522 |
if ((this.FinalPDF_SetFinalPDFStatusCompleted != null)) { |
6523 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
6524 |
this.FinalPDF_SetFinalPDFStatusCompleted(this, new FinalPDF_SetFinalPDFStatusCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
6525 |
} |
6526 |
} |
6527 |
|
6528 |
public void FinalPDF_SetFinalPDFStatusAsync(string final_id, KCOM.ServiceDeepView.FinalStatus status) { |
6529 |
this.FinalPDF_SetFinalPDFStatusAsync(final_id, status, null); |
6530 |
} |
6531 |
|
6532 |
public void FinalPDF_SetFinalPDFStatusAsync(string final_id, KCOM.ServiceDeepView.FinalStatus status, object userState) { |
6533 |
if ((this.onBeginFinalPDF_SetFinalPDFStatusDelegate == null)) { |
6534 |
this.onBeginFinalPDF_SetFinalPDFStatusDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_SetFinalPDFStatus); |
6535 |
} |
6536 |
if ((this.onEndFinalPDF_SetFinalPDFStatusDelegate == null)) { |
6537 |
this.onEndFinalPDF_SetFinalPDFStatusDelegate = new EndOperationDelegate(this.OnEndFinalPDF_SetFinalPDFStatus); |
6538 |
} |
6539 |
if ((this.onFinalPDF_SetFinalPDFStatusCompletedDelegate == null)) { |
6540 |
this.onFinalPDF_SetFinalPDFStatusCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_SetFinalPDFStatusCompleted); |
6541 |
} |
6542 |
base.InvokeAsync(this.onBeginFinalPDF_SetFinalPDFStatusDelegate, new object[] { |
6543 |
final_id, |
6544 |
status}, this.onEndFinalPDF_SetFinalPDFStatusDelegate, this.onFinalPDF_SetFinalPDFStatusCompletedDelegate, userState); |
6545 |
} |
6546 |
|
6547 |
public bool FinalPDF_GetFinalPDFStatus(string DocInfoID, string MarkupInfoID, string CreateUserID) { |
6548 |
return base.Channel.FinalPDF_GetFinalPDFStatus(DocInfoID, MarkupInfoID, CreateUserID); |
6549 |
} |
6550 |
|
6551 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6552 |
public System.IAsyncResult BeginFinalPDF_GetFinalPDFStatus(string DocInfoID, string MarkupInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState) { |
6553 |
return base.Channel.BeginFinalPDF_GetFinalPDFStatus(DocInfoID, MarkupInfoID, CreateUserID, callback, asyncState); |
6554 |
} |
6555 |
|
6556 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6557 |
public bool EndFinalPDF_GetFinalPDFStatus(System.IAsyncResult result) { |
6558 |
return base.Channel.EndFinalPDF_GetFinalPDFStatus(result); |
6559 |
} |
6560 |
|
6561 |
private System.IAsyncResult OnBeginFinalPDF_GetFinalPDFStatus(object[] inValues, System.AsyncCallback callback, object asyncState) { |
6562 |
string DocInfoID = ((string)(inValues[0])); |
6563 |
string MarkupInfoID = ((string)(inValues[1])); |
6564 |
string CreateUserID = ((string)(inValues[2])); |
6565 |
return this.BeginFinalPDF_GetFinalPDFStatus(DocInfoID, MarkupInfoID, CreateUserID, callback, asyncState); |
6566 |
} |
6567 |
|
6568 |
private object[] OnEndFinalPDF_GetFinalPDFStatus(System.IAsyncResult result) { |
6569 |
bool retVal = this.EndFinalPDF_GetFinalPDFStatus(result); |
6570 |
return new object[] { |
6571 |
retVal}; |
6572 |
} |
6573 |
|
6574 |
private void OnFinalPDF_GetFinalPDFStatusCompleted(object state) { |
6575 |
if ((this.FinalPDF_GetFinalPDFStatusCompleted != null)) { |
6576 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
6577 |
this.FinalPDF_GetFinalPDFStatusCompleted(this, new FinalPDF_GetFinalPDFStatusCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
6578 |
} |
6579 |
} |
6580 |
|
6581 |
public void FinalPDF_GetFinalPDFStatusAsync(string DocInfoID, string MarkupInfoID, string CreateUserID) { |
6582 |
this.FinalPDF_GetFinalPDFStatusAsync(DocInfoID, MarkupInfoID, CreateUserID, null); |
6583 |
} |
6584 |
|
6585 |
public void FinalPDF_GetFinalPDFStatusAsync(string DocInfoID, string MarkupInfoID, string CreateUserID, object userState) { |
6586 |
if ((this.onBeginFinalPDF_GetFinalPDFStatusDelegate == null)) { |
6587 |
this.onBeginFinalPDF_GetFinalPDFStatusDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetFinalPDFStatus); |
6588 |
} |
6589 |
if ((this.onEndFinalPDF_GetFinalPDFStatusDelegate == null)) { |
6590 |
this.onEndFinalPDF_GetFinalPDFStatusDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetFinalPDFStatus); |
6591 |
} |
6592 |
if ((this.onFinalPDF_GetFinalPDFStatusCompletedDelegate == null)) { |
6593 |
this.onFinalPDF_GetFinalPDFStatusCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetFinalPDFStatusCompleted); |
6594 |
} |
6595 |
base.InvokeAsync(this.onBeginFinalPDF_GetFinalPDFStatusDelegate, new object[] { |
6596 |
DocInfoID, |
6597 |
MarkupInfoID, |
6598 |
CreateUserID}, this.onEndFinalPDF_GetFinalPDFStatusDelegate, this.onFinalPDF_GetFinalPDFStatusCompletedDelegate, userState); |
6599 |
} |
6600 |
|
6601 |
public bool FinalPDF_SetCurrentPage(string final_id, int currentpage) { |
6602 |
return base.Channel.FinalPDF_SetCurrentPage(final_id, currentpage); |
6603 |
} |
6604 |
|
6605 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6606 |
public System.IAsyncResult BeginFinalPDF_SetCurrentPage(string final_id, int currentpage, System.AsyncCallback callback, object asyncState) { |
6607 |
return base.Channel.BeginFinalPDF_SetCurrentPage(final_id, currentpage, callback, asyncState); |
6608 |
} |
6609 |
|
6610 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6611 |
public bool EndFinalPDF_SetCurrentPage(System.IAsyncResult result) { |
6612 |
return base.Channel.EndFinalPDF_SetCurrentPage(result); |
6613 |
} |
6614 |
|
6615 |
private System.IAsyncResult OnBeginFinalPDF_SetCurrentPage(object[] inValues, System.AsyncCallback callback, object asyncState) { |
6616 |
string final_id = ((string)(inValues[0])); |
6617 |
int currentpage = ((int)(inValues[1])); |
6618 |
return this.BeginFinalPDF_SetCurrentPage(final_id, currentpage, callback, asyncState); |
6619 |
} |
6620 |
|
6621 |
private object[] OnEndFinalPDF_SetCurrentPage(System.IAsyncResult result) { |
6622 |
bool retVal = this.EndFinalPDF_SetCurrentPage(result); |
6623 |
return new object[] { |
6624 |
retVal}; |
6625 |
} |
6626 |
|
6627 |
private void OnFinalPDF_SetCurrentPageCompleted(object state) { |
6628 |
if ((this.FinalPDF_SetCurrentPageCompleted != null)) { |
6629 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
6630 |
this.FinalPDF_SetCurrentPageCompleted(this, new FinalPDF_SetCurrentPageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
6631 |
} |
6632 |
} |
6633 |
|
6634 |
public void FinalPDF_SetCurrentPageAsync(string final_id, int currentpage) { |
6635 |
this.FinalPDF_SetCurrentPageAsync(final_id, currentpage, null); |
6636 |
} |
6637 |
|
6638 |
public void FinalPDF_SetCurrentPageAsync(string final_id, int currentpage, object userState) { |
6639 |
if ((this.onBeginFinalPDF_SetCurrentPageDelegate == null)) { |
6640 |
this.onBeginFinalPDF_SetCurrentPageDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_SetCurrentPage); |
6641 |
} |
6642 |
if ((this.onEndFinalPDF_SetCurrentPageDelegate == null)) { |
6643 |
this.onEndFinalPDF_SetCurrentPageDelegate = new EndOperationDelegate(this.OnEndFinalPDF_SetCurrentPage); |
6644 |
} |
6645 |
if ((this.onFinalPDF_SetCurrentPageCompletedDelegate == null)) { |
6646 |
this.onFinalPDF_SetCurrentPageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_SetCurrentPageCompleted); |
6647 |
} |
6648 |
base.InvokeAsync(this.onBeginFinalPDF_SetCurrentPageDelegate, new object[] { |
6649 |
final_id, |
6650 |
currentpage}, this.onEndFinalPDF_SetCurrentPageDelegate, this.onFinalPDF_SetCurrentPageCompletedDelegate, userState); |
6651 |
} |
6652 |
|
6653 |
public bool FinalPDF_SetError(string final_id, string msg) { |
6654 |
return base.Channel.FinalPDF_SetError(final_id, msg); |
6655 |
} |
6656 |
|
6657 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6658 |
public System.IAsyncResult BeginFinalPDF_SetError(string final_id, string msg, System.AsyncCallback callback, object asyncState) { |
6659 |
return base.Channel.BeginFinalPDF_SetError(final_id, msg, callback, asyncState); |
6660 |
} |
6661 |
|
6662 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6663 |
public bool EndFinalPDF_SetError(System.IAsyncResult result) { |
6664 |
return base.Channel.EndFinalPDF_SetError(result); |
6665 |
} |
6666 |
|
6667 |
private System.IAsyncResult OnBeginFinalPDF_SetError(object[] inValues, System.AsyncCallback callback, object asyncState) { |
6668 |
string final_id = ((string)(inValues[0])); |
6669 |
string msg = ((string)(inValues[1])); |
6670 |
return this.BeginFinalPDF_SetError(final_id, msg, callback, asyncState); |
6671 |
} |
6672 |
|
6673 |
private object[] OnEndFinalPDF_SetError(System.IAsyncResult result) { |
6674 |
bool retVal = this.EndFinalPDF_SetError(result); |
6675 |
return new object[] { |
6676 |
retVal}; |
6677 |
} |
6678 |
|
6679 |
private void OnFinalPDF_SetErrorCompleted(object state) { |
6680 |
if ((this.FinalPDF_SetErrorCompleted != null)) { |
6681 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
6682 |
this.FinalPDF_SetErrorCompleted(this, new FinalPDF_SetErrorCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
6683 |
} |
6684 |
} |
6685 |
|
6686 |
public void FinalPDF_SetErrorAsync(string final_id, string msg) { |
6687 |
this.FinalPDF_SetErrorAsync(final_id, msg, null); |
6688 |
} |
6689 |
|
6690 |
public void FinalPDF_SetErrorAsync(string final_id, string msg, object userState) { |
6691 |
if ((this.onBeginFinalPDF_SetErrorDelegate == null)) { |
6692 |
this.onBeginFinalPDF_SetErrorDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_SetError); |
6693 |
} |
6694 |
if ((this.onEndFinalPDF_SetErrorDelegate == null)) { |
6695 |
this.onEndFinalPDF_SetErrorDelegate = new EndOperationDelegate(this.OnEndFinalPDF_SetError); |
6696 |
} |
6697 |
if ((this.onFinalPDF_SetErrorCompletedDelegate == null)) { |
6698 |
this.onFinalPDF_SetErrorCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_SetErrorCompleted); |
6699 |
} |
6700 |
base.InvokeAsync(this.onBeginFinalPDF_SetErrorDelegate, new object[] { |
6701 |
final_id, |
6702 |
msg}, this.onEndFinalPDF_SetErrorDelegate, this.onFinalPDF_SetErrorCompletedDelegate, userState); |
6703 |
} |
6704 |
|
6705 |
public bool FinalPDF_SetFinalResultPath(string project_no, string document_id, string url) { |
6706 |
return base.Channel.FinalPDF_SetFinalResultPath(project_no, document_id, url); |
6707 |
} |
6708 |
|
6709 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6710 |
public System.IAsyncResult BeginFinalPDF_SetFinalResultPath(string project_no, string document_id, string url, System.AsyncCallback callback, object asyncState) { |
6711 |
return base.Channel.BeginFinalPDF_SetFinalResultPath(project_no, document_id, url, callback, asyncState); |
6712 |
} |
6713 |
|
6714 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6715 |
public bool EndFinalPDF_SetFinalResultPath(System.IAsyncResult result) { |
6716 |
return base.Channel.EndFinalPDF_SetFinalResultPath(result); |
6717 |
} |
6718 |
|
6719 |
private System.IAsyncResult OnBeginFinalPDF_SetFinalResultPath(object[] inValues, System.AsyncCallback callback, object asyncState) { |
6720 |
string project_no = ((string)(inValues[0])); |
6721 |
string document_id = ((string)(inValues[1])); |
6722 |
string url = ((string)(inValues[2])); |
6723 |
return this.BeginFinalPDF_SetFinalResultPath(project_no, document_id, url, callback, asyncState); |
6724 |
} |
6725 |
|
6726 |
private object[] OnEndFinalPDF_SetFinalResultPath(System.IAsyncResult result) { |
6727 |
bool retVal = this.EndFinalPDF_SetFinalResultPath(result); |
6728 |
return new object[] { |
6729 |
retVal}; |
6730 |
} |
6731 |
|
6732 |
private void OnFinalPDF_SetFinalResultPathCompleted(object state) { |
6733 |
if ((this.FinalPDF_SetFinalResultPathCompleted != null)) { |
6734 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
6735 |
this.FinalPDF_SetFinalResultPathCompleted(this, new FinalPDF_SetFinalResultPathCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
6736 |
} |
6737 |
} |
6738 |
|
6739 |
public void FinalPDF_SetFinalResultPathAsync(string project_no, string document_id, string url) { |
6740 |
this.FinalPDF_SetFinalResultPathAsync(project_no, document_id, url, null); |
6741 |
} |
6742 |
|
6743 |
public void FinalPDF_SetFinalResultPathAsync(string project_no, string document_id, string url, object userState) { |
6744 |
if ((this.onBeginFinalPDF_SetFinalResultPathDelegate == null)) { |
6745 |
this.onBeginFinalPDF_SetFinalResultPathDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_SetFinalResultPath); |
6746 |
} |
6747 |
if ((this.onEndFinalPDF_SetFinalResultPathDelegate == null)) { |
6748 |
this.onEndFinalPDF_SetFinalResultPathDelegate = new EndOperationDelegate(this.OnEndFinalPDF_SetFinalResultPath); |
6749 |
} |
6750 |
if ((this.onFinalPDF_SetFinalResultPathCompletedDelegate == null)) { |
6751 |
this.onFinalPDF_SetFinalResultPathCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_SetFinalResultPathCompleted); |
6752 |
} |
6753 |
base.InvokeAsync(this.onBeginFinalPDF_SetFinalResultPathDelegate, new object[] { |
6754 |
project_no, |
6755 |
document_id, |
6756 |
url}, this.onEndFinalPDF_SetFinalResultPathDelegate, this.onFinalPDF_SetFinalResultPathCompletedDelegate, userState); |
6757 |
} |
6758 |
|
6759 |
public KCOMDataModel.DataModel.MEMBER FinalPDF_GetCommentMember(string project_no, string markupdata_id) { |
6760 |
return base.Channel.FinalPDF_GetCommentMember(project_no, markupdata_id); |
6761 |
} |
6762 |
|
6763 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6764 |
public System.IAsyncResult BeginFinalPDF_GetCommentMember(string project_no, string markupdata_id, System.AsyncCallback callback, object asyncState) { |
6765 |
return base.Channel.BeginFinalPDF_GetCommentMember(project_no, markupdata_id, callback, asyncState); |
6766 |
} |
6767 |
|
6768 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6769 |
public KCOMDataModel.DataModel.MEMBER EndFinalPDF_GetCommentMember(System.IAsyncResult result) { |
6770 |
return base.Channel.EndFinalPDF_GetCommentMember(result); |
6771 |
} |
6772 |
|
6773 |
private System.IAsyncResult OnBeginFinalPDF_GetCommentMember(object[] inValues, System.AsyncCallback callback, object asyncState) { |
6774 |
string project_no = ((string)(inValues[0])); |
6775 |
string markupdata_id = ((string)(inValues[1])); |
6776 |
return this.BeginFinalPDF_GetCommentMember(project_no, markupdata_id, callback, asyncState); |
6777 |
} |
6778 |
|
6779 |
private object[] OnEndFinalPDF_GetCommentMember(System.IAsyncResult result) { |
6780 |
KCOMDataModel.DataModel.MEMBER retVal = this.EndFinalPDF_GetCommentMember(result); |
6781 |
return new object[] { |
6782 |
retVal}; |
6783 |
} |
6784 |
|
6785 |
private void OnFinalPDF_GetCommentMemberCompleted(object state) { |
6786 |
if ((this.FinalPDF_GetCommentMemberCompleted != null)) { |
6787 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
6788 |
this.FinalPDF_GetCommentMemberCompleted(this, new FinalPDF_GetCommentMemberCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
6789 |
} |
6790 |
} |
6791 |
|
6792 |
public void FinalPDF_GetCommentMemberAsync(string project_no, string markupdata_id) { |
6793 |
this.FinalPDF_GetCommentMemberAsync(project_no, markupdata_id, null); |
6794 |
} |
6795 |
|
6796 |
public void FinalPDF_GetCommentMemberAsync(string project_no, string markupdata_id, object userState) { |
6797 |
if ((this.onBeginFinalPDF_GetCommentMemberDelegate == null)) { |
6798 |
this.onBeginFinalPDF_GetCommentMemberDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetCommentMember); |
6799 |
} |
6800 |
if ((this.onEndFinalPDF_GetCommentMemberDelegate == null)) { |
6801 |
this.onEndFinalPDF_GetCommentMemberDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetCommentMember); |
6802 |
} |
6803 |
if ((this.onFinalPDF_GetCommentMemberCompletedDelegate == null)) { |
6804 |
this.onFinalPDF_GetCommentMemberCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetCommentMemberCompleted); |
6805 |
} |
6806 |
base.InvokeAsync(this.onBeginFinalPDF_GetCommentMemberDelegate, new object[] { |
6807 |
project_no, |
6808 |
markupdata_id}, this.onEndFinalPDF_GetCommentMemberDelegate, this.onFinalPDF_GetCommentMemberCompletedDelegate, userState); |
6809 |
} |
6810 |
|
6811 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES> FinalPDF_GetProperties(string project_no) { |
6812 |
return base.Channel.FinalPDF_GetProperties(project_no); |
6813 |
} |
6814 |
|
6815 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6816 |
public System.IAsyncResult BeginFinalPDF_GetProperties(string project_no, System.AsyncCallback callback, object asyncState) { |
6817 |
return base.Channel.BeginFinalPDF_GetProperties(project_no, callback, asyncState); |
6818 |
} |
6819 |
|
6820 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
6821 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES> EndFinalPDF_GetProperties(System.IAsyncResult result) { |
6822 |
return base.Channel.EndFinalPDF_GetProperties(result); |
6823 |
} |
6824 |
|
6825 |
private System.IAsyncResult OnBeginFinalPDF_GetProperties(object[] inValues, System.AsyncCallback callback, object asyncState) { |
6826 |
string project_no = ((string)(inValues[0])); |
6827 |
return this.BeginFinalPDF_GetProperties(project_no, callback, asyncState); |
6828 |
} |
6829 |
|
6830 |
private object[] OnEndFinalPDF_GetProperties(System.IAsyncResult result) { |
6831 |
System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES> retVal = this.EndFinalPDF_GetProperties(result); |
6832 |
return new object[] { |
6833 |
retVal}; |
6834 |
} |
6835 |
|
6836 |
private void OnFinalPDF_GetPropertiesCompleted(object state) { |
6837 |
if ((this.FinalPDF_GetPropertiesCompleted != null)) { |
6838 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
6839 |
this.FinalPDF_GetPropertiesCompleted(this, new FinalPDF_GetPropertiesCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
6840 |
} |
6841 |
} |
6842 |
|
6843 |
public void FinalPDF_GetPropertiesAsync(string project_no) { |
6844 |
this.FinalPDF_GetPropertiesAsync(project_no, null); |
6845 |
} |
6846 |
|
6847 |
public void FinalPDF_GetPropertiesAsync(string project_no, object userState) { |
6848 |
if ((this.onBeginFinalPDF_GetPropertiesDelegate == null)) { |
6849 |
this.onBeginFinalPDF_GetPropertiesDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetProperties); |
6850 |
} |
6851 |
if ((this.onEndFinalPDF_GetPropertiesDelegate == null)) { |
6852 |
this.onEndFinalPDF_GetPropertiesDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetProperties); |
6853 |
} |
6854 |
if ((this.onFinalPDF_GetPropertiesCompletedDelegate == null)) { |
6855 |
this.onFinalPDF_GetPropertiesCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetPropertiesCompleted); |
6856 |
} |
6857 |
base.InvokeAsync(this.onBeginFinalPDF_GetPropertiesDelegate, new object[] { |
6858 |
project_no}, this.onEndFinalPDF_GetPropertiesDelegate, this.onFinalPDF_GetPropertiesCompletedDelegate, userState); |
6859 |
} |
6860 |
} |
6861 |
} |