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