1 |
1 |
//------------------------------------------------------------------------------
|
2 |
2 |
// <auto-generated>
|
3 |
|
// This code was generated by a tool.
|
4 |
|
// Runtime Version:4.0.30319.42000
|
|
3 |
// 이 코드는 도구를 사용하여 생성되었습니다.
|
|
4 |
// 런타임 버전:4.0.30319.42000
|
5 |
5 |
//
|
6 |
|
// Changes to this file may cause incorrect behavior and will be lost if
|
7 |
|
// the code is regenerated.
|
|
6 |
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
|
|
7 |
// 이러한 변경 내용이 손실됩니다.
|
8 |
8 |
// </auto-generated>
|
9 |
9 |
//------------------------------------------------------------------------------
|
10 |
10 |
|
... | ... | |
15 |
15 |
|
16 |
16 |
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
17 |
17 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
18 |
|
[System.Runtime.Serialization.DataContractAttribute(Name="FinalPDFResult", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")]
|
19 |
|
[System.SerializableAttribute()]
|
20 |
|
public partial struct FinalPDFResult : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
21 |
|
|
22 |
|
[System.NonSerializedAttribute()]
|
23 |
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
24 |
|
|
25 |
|
private int CurrentPageField;
|
26 |
|
|
27 |
|
private string ExceptionField;
|
28 |
|
|
29 |
|
private string FinalIDField;
|
30 |
|
|
31 |
|
private string ProjectNoField;
|
32 |
|
|
33 |
|
private KCOM.ServiceDeepView.FinalStatus StatusField;
|
34 |
|
|
35 |
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
36 |
|
get {
|
37 |
|
return this.extensionDataField;
|
38 |
|
}
|
39 |
|
set {
|
40 |
|
this.extensionDataField = value;
|
41 |
|
}
|
42 |
|
}
|
43 |
|
|
44 |
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
45 |
|
public int CurrentPage {
|
46 |
|
get {
|
47 |
|
return this.CurrentPageField;
|
48 |
|
}
|
49 |
|
set {
|
50 |
|
if ((this.CurrentPageField.Equals(value) != true)) {
|
51 |
|
this.CurrentPageField = value;
|
52 |
|
this.RaisePropertyChanged("CurrentPage");
|
53 |
|
}
|
54 |
|
}
|
55 |
|
}
|
56 |
|
|
57 |
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
58 |
|
public string Exception {
|
59 |
|
get {
|
60 |
|
return this.ExceptionField;
|
61 |
|
}
|
62 |
|
set {
|
63 |
|
if ((object.ReferenceEquals(this.ExceptionField, value) != true)) {
|
64 |
|
this.ExceptionField = value;
|
65 |
|
this.RaisePropertyChanged("Exception");
|
66 |
|
}
|
67 |
|
}
|
68 |
|
}
|
69 |
|
|
70 |
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
71 |
|
public string FinalID {
|
72 |
|
get {
|
73 |
|
return this.FinalIDField;
|
74 |
|
}
|
75 |
|
set {
|
76 |
|
if ((object.ReferenceEquals(this.FinalIDField, value) != true)) {
|
77 |
|
this.FinalIDField = value;
|
78 |
|
this.RaisePropertyChanged("FinalID");
|
79 |
|
}
|
80 |
|
}
|
81 |
|
}
|
82 |
|
|
83 |
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
84 |
|
public string ProjectNo {
|
85 |
|
get {
|
86 |
|
return this.ProjectNoField;
|
87 |
|
}
|
88 |
|
set {
|
89 |
|
if ((object.ReferenceEquals(this.ProjectNoField, value) != true)) {
|
90 |
|
this.ProjectNoField = value;
|
91 |
|
this.RaisePropertyChanged("ProjectNo");
|
92 |
|
}
|
93 |
|
}
|
94 |
|
}
|
95 |
|
|
96 |
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
97 |
|
public KCOM.ServiceDeepView.FinalStatus Status {
|
98 |
|
get {
|
99 |
|
return this.StatusField;
|
100 |
|
}
|
101 |
|
set {
|
102 |
|
if ((this.StatusField.Equals(value) != true)) {
|
103 |
|
this.StatusField = value;
|
104 |
|
this.RaisePropertyChanged("Status");
|
105 |
|
}
|
106 |
|
}
|
107 |
|
}
|
108 |
|
|
109 |
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
110 |
|
|
111 |
|
void RaisePropertyChanged(string propertyName) {
|
112 |
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
113 |
|
if ((propertyChanged != null)) {
|
114 |
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
115 |
|
}
|
116 |
|
}
|
117 |
|
}
|
118 |
|
|
119 |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
120 |
|
[System.Runtime.Serialization.DataContractAttribute(Name="FinalStatus", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")]
|
121 |
|
public enum FinalStatus : int {
|
122 |
|
|
123 |
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
124 |
|
Insert = 0,
|
125 |
|
|
126 |
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
127 |
|
Wait = 1,
|
128 |
|
|
129 |
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
130 |
|
Create = 2,
|
131 |
|
|
132 |
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
133 |
|
PdfStamp = 3,
|
134 |
|
|
135 |
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
136 |
|
Success = 4,
|
137 |
|
|
138 |
|
[System.Runtime.Serialization.EnumMemberAttribute()]
|
139 |
|
Error = 5,
|
140 |
|
}
|
141 |
|
|
142 |
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
143 |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
144 |
18 |
[System.Runtime.Serialization.DataContractAttribute(Name="StructuralObject", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses", IsReference=true)]
|
145 |
19 |
[System.SerializableAttribute()]
|
146 |
20 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityObject))]
|
|
21 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))]
|
147 |
22 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCPAGE))]
|
148 |
23 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO))]
|
149 |
24 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION))]
|
150 |
25 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA))]
|
151 |
26 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))]
|
152 |
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))]
|
|
27 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))]
|
153 |
28 |
public partial class StructuralObject : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
154 |
29 |
|
155 |
30 |
[System.NonSerializedAttribute()]
|
... | ... | |
179 |
54 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
180 |
55 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityObject", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses", IsReference=true)]
|
181 |
56 |
[System.SerializableAttribute()]
|
|
57 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))]
|
182 |
58 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCPAGE))]
|
183 |
59 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO))]
|
184 |
60 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION))]
|
185 |
61 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA))]
|
186 |
62 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))]
|
187 |
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))]
|
|
63 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))]
|
188 |
64 |
public partial class EntityObject : KCOM.ServiceDeepView.StructuralObject {
|
189 |
65 |
|
190 |
66 |
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
... | ... | |
285 |
161 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
286 |
162 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityKeyMember", Namespace="http://schemas.datacontract.org/2004/07/System.Data")]
|
287 |
163 |
[System.SerializableAttribute()]
|
|
164 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalPDFResult))]
|
|
165 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalStatus))]
|
288 |
166 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityObject))]
|
289 |
167 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.StructuralObject))]
|
290 |
168 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
|
... | ... | |
292 |
170 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.RelatedEnd))]
|
293 |
171 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
|
294 |
172 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
|
|
173 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_SystemInfo))]
|
|
174 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_BasicParam))]
|
|
175 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.VPRevision>))]
|
|
176 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.VPRevision))]
|
|
177 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.MarkupInfoItem>))]
|
|
178 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.MarkupInfoItem))]
|
|
179 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.MarkupItem>))]
|
|
180 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.MarkupItem))]
|
|
181 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.FAVORITE_FLAG))]
|
295 |
182 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityKey))]
|
296 |
183 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOM.ServiceDeepView.EntityKeyMember>))]
|
297 |
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalPDFResult))]
|
298 |
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalStatus))]
|
299 |
184 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<System.Windows.Rect>))]
|
300 |
185 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Windows.Rect))]
|
|
186 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<string>))]
|
|
187 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC>))]
|
|
188 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))]
|
301 |
189 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))]
|
302 |
190 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE>))]
|
303 |
191 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCPAGE))]
|
... | ... | |
308 |
196 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>))]
|
309 |
197 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA))]
|
310 |
198 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))]
|
311 |
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<string>))]
|
312 |
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_SystemInfo))]
|
313 |
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_BasicParam))]
|
314 |
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.VPRevision>))]
|
315 |
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.VPRevision))]
|
316 |
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.MarkupInfoItem>))]
|
317 |
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.MarkupInfoItem))]
|
318 |
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.MarkupItem>))]
|
319 |
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.MarkupItem))]
|
320 |
199 |
public partial class EntityKeyMember : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
321 |
200 |
|
322 |
201 |
[System.NonSerializedAttribute()]
|
... | ... | |
376 |
255 |
|
377 |
256 |
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
378 |
257 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
258 |
[System.Runtime.Serialization.DataContractAttribute(Name="FinalPDFResult", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")]
|
|
259 |
[System.SerializableAttribute()]
|
|
260 |
public partial struct FinalPDFResult : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
261 |
|
|
262 |
[System.NonSerializedAttribute()]
|
|
263 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
264 |
|
|
265 |
private int CurrentPageField;
|
|
266 |
|
|
267 |
private string ExceptionField;
|
|
268 |
|
|
269 |
private string FinalIDField;
|
|
270 |
|
|
271 |
private string ProjectNoField;
|
|
272 |
|
|
273 |
private KCOM.ServiceDeepView.FinalStatus StatusField;
|
|
274 |
|
|
275 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
|
276 |
get {
|
|
277 |
return this.extensionDataField;
|
|
278 |
}
|
|
279 |
set {
|
|
280 |
this.extensionDataField = value;
|
|
281 |
}
|
|
282 |
}
|
|
283 |
|
|
284 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
285 |
public int CurrentPage {
|
|
286 |
get {
|
|
287 |
return this.CurrentPageField;
|
|
288 |
}
|
|
289 |
set {
|
|
290 |
if ((this.CurrentPageField.Equals(value) != true)) {
|
|
291 |
this.CurrentPageField = value;
|
|
292 |
this.RaisePropertyChanged("CurrentPage");
|
|
293 |
}
|
|
294 |
}
|
|
295 |
}
|
|
296 |
|
|
297 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
298 |
public string Exception {
|
|
299 |
get {
|
|
300 |
return this.ExceptionField;
|
|
301 |
}
|
|
302 |
set {
|
|
303 |
if ((object.ReferenceEquals(this.ExceptionField, value) != true)) {
|
|
304 |
this.ExceptionField = value;
|
|
305 |
this.RaisePropertyChanged("Exception");
|
|
306 |
}
|
|
307 |
}
|
|
308 |
}
|
|
309 |
|
|
310 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
311 |
public string FinalID {
|
|
312 |
get {
|
|
313 |
return this.FinalIDField;
|
|
314 |
}
|
|
315 |
set {
|
|
316 |
if ((object.ReferenceEquals(this.FinalIDField, value) != true)) {
|
|
317 |
this.FinalIDField = value;
|
|
318 |
this.RaisePropertyChanged("FinalID");
|
|
319 |
}
|
|
320 |
}
|
|
321 |
}
|
|
322 |
|
|
323 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
324 |
public string ProjectNo {
|
|
325 |
get {
|
|
326 |
return this.ProjectNoField;
|
|
327 |
}
|
|
328 |
set {
|
|
329 |
if ((object.ReferenceEquals(this.ProjectNoField, value) != true)) {
|
|
330 |
this.ProjectNoField = value;
|
|
331 |
this.RaisePropertyChanged("ProjectNo");
|
|
332 |
}
|
|
333 |
}
|
|
334 |
}
|
|
335 |
|
|
336 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
337 |
public KCOM.ServiceDeepView.FinalStatus Status {
|
|
338 |
get {
|
|
339 |
return this.StatusField;
|
|
340 |
}
|
|
341 |
set {
|
|
342 |
if ((this.StatusField.Equals(value) != true)) {
|
|
343 |
this.StatusField = value;
|
|
344 |
this.RaisePropertyChanged("Status");
|
|
345 |
}
|
|
346 |
}
|
|
347 |
}
|
|
348 |
|
|
349 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
|
350 |
|
|
351 |
void RaisePropertyChanged(string propertyName) {
|
|
352 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
|
353 |
if ((propertyChanged != null)) {
|
|
354 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
|
355 |
}
|
|
356 |
}
|
|
357 |
}
|
|
358 |
|
|
359 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
|
360 |
[System.Runtime.Serialization.DataContractAttribute(Name="FinalStatus", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")]
|
|
361 |
public enum FinalStatus : int {
|
|
362 |
|
|
363 |
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
364 |
Insert = 0,
|
|
365 |
|
|
366 |
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
367 |
Wait = 1,
|
|
368 |
|
|
369 |
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
370 |
Create = 2,
|
|
371 |
|
|
372 |
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
373 |
PdfStamp = 3,
|
|
374 |
|
|
375 |
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
376 |
Success = 4,
|
|
377 |
|
|
378 |
[System.Runtime.Serialization.EnumMemberAttribute()]
|
|
379 |
Error = 5,
|
|
380 |
}
|
|
381 |
|
|
382 |
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
383 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
379 |
384 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfDOCINFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
|
380 |
385 |
[System.SerializableAttribute()]
|
381 |
386 |
public partial class EntityReferenceOfDOCINFOitJtO6kG : KCOM.ServiceDeepView.EntityReference {
|
... | ... | |
466 |
471 |
|
467 |
472 |
IKCOM.KCOM_SystemInfo EndGetSystemData(System.IAsyncResult result);
|
468 |
473 |
|
|
474 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetFavoriteVP", ReplyAction="urn:ServiceDeepView/GetFavoriteVPResponse")]
|
|
475 |
System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> GetFavoriteVP(string PrjNo, string userID, string sharepointItemID);
|
|
476 |
|
|
477 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetFavoriteVP", ReplyAction="urn:ServiceDeepView/GetFavoriteVPResponse")]
|
|
478 |
System.IAsyncResult BeginGetFavoriteVP(string PrjNo, string userID, string sharepointItemID, System.AsyncCallback callback, object asyncState);
|
|
479 |
|
|
480 |
System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> EndGetFavoriteVP(System.IAsyncResult result);
|
|
481 |
|
|
482 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/EditFavoriteVP", ReplyAction="urn:ServiceDeepView/EditFavoriteVPResponse")]
|
|
483 |
bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description);
|
|
484 |
|
|
485 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/EditFavoriteVP", ReplyAction="urn:ServiceDeepView/EditFavoriteVPResponse")]
|
|
486 |
System.IAsyncResult BeginEditFavoriteVP(string prjNo, string userID, string docID, int state, string description, System.AsyncCallback callback, object asyncState);
|
|
487 |
|
|
488 |
bool EndEditFavoriteVP(System.IAsyncResult result);
|
|
489 |
|
|
490 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")]
|
|
491 |
bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID);
|
|
492 |
|
|
493 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")]
|
|
494 |
System.IAsyncResult BeginDelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID, System.AsyncCallback callback, object asyncState);
|
|
495 |
|
|
496 |
bool EndDelFavoriteVP(System.IAsyncResult result);
|
|
497 |
|
469 |
498 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")]
|
470 |
499 |
System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo);
|
471 |
500 |
|
... | ... | |
553 |
582 |
System.IAsyncResult BeginDeleteMarkup(string ProjectNo, string MarkupInfoID, System.AsyncCallback callback, object asyncState);
|
554 |
583 |
|
555 |
584 |
bool EndDeleteMarkup(System.IAsyncResult result);
|
|
585 |
|
|
586 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFavoriteVP", ReplyAction="urn:ServiceDeepView/SetFavoriteVPResponse")]
|
|
587 |
bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag);
|
|
588 |
|
|
589 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SetFavoriteVP", ReplyAction="urn:ServiceDeepView/SetFavoriteVPResponse")]
|
|
590 |
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);
|
|
591 |
|
|
592 |
bool EndSetFavoriteVP(System.IAsyncResult result);
|
556 |
593 |
}
|
557 |
594 |
|
558 |
595 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
... | ... | |
580 |
617 |
|
581 |
618 |
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
582 |
619 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
620 |
public partial class GetFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
621 |
|
|
622 |
private object[] results;
|
|
623 |
|
|
624 |
public GetFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
625 |
base(exception, cancelled, userState) {
|
|
626 |
this.results = results;
|
|
627 |
}
|
|
628 |
|
|
629 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> Result {
|
|
630 |
get {
|
|
631 |
base.RaiseExceptionIfNecessary();
|
|
632 |
return ((System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC>)(this.results[0]));
|
|
633 |
}
|
|
634 |
}
|
|
635 |
}
|
|
636 |
|
|
637 |
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
638 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
639 |
public partial class EditFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
640 |
|
|
641 |
private object[] results;
|
|
642 |
|
|
643 |
public EditFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
644 |
base(exception, cancelled, userState) {
|
|
645 |
this.results = results;
|
|
646 |
}
|
|
647 |
|
|
648 |
public bool Result {
|
|
649 |
get {
|
|
650 |
base.RaiseExceptionIfNecessary();
|
|
651 |
return ((bool)(this.results[0]));
|
|
652 |
}
|
|
653 |
}
|
|
654 |
}
|
|
655 |
|
|
656 |
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
657 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
658 |
public partial class DelFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
659 |
|
|
660 |
private object[] results;
|
|
661 |
|
|
662 |
public DelFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
663 |
base(exception, cancelled, userState) {
|
|
664 |
this.results = results;
|
|
665 |
}
|
|
666 |
|
|
667 |
public bool Result {
|
|
668 |
get {
|
|
669 |
base.RaiseExceptionIfNecessary();
|
|
670 |
return ((bool)(this.results[0]));
|
|
671 |
}
|
|
672 |
}
|
|
673 |
}
|
|
674 |
|
|
675 |
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
676 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
583 |
677 |
public partial class GetCompareRectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
584 |
678 |
|
585 |
679 |
private object[] results;
|
... | ... | |
789 |
883 |
|
790 |
884 |
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
791 |
885 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
886 |
public partial class SetFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
887 |
|
|
888 |
private object[] results;
|
|
889 |
|
|
890 |
public SetFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
891 |
base(exception, cancelled, userState) {
|
|
892 |
this.results = results;
|
|
893 |
}
|
|
894 |
|
|
895 |
public bool Result {
|
|
896 |
get {
|
|
897 |
base.RaiseExceptionIfNecessary();
|
|
898 |
return ((bool)(this.results[0]));
|
|
899 |
}
|
|
900 |
}
|
|
901 |
}
|
|
902 |
|
|
903 |
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
904 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
792 |
905 |
public partial class ServiceDeepViewClient : System.ServiceModel.ClientBase<KCOM.ServiceDeepView.ServiceDeepView>, KCOM.ServiceDeepView.ServiceDeepView {
|
793 |
906 |
|
794 |
907 |
private BeginOperationDelegate onBeginGetSystemDataDelegate;
|
... | ... | |
797 |
910 |
|
798 |
911 |
private System.Threading.SendOrPostCallback onGetSystemDataCompletedDelegate;
|
799 |
912 |
|
|
913 |
private BeginOperationDelegate onBeginGetFavoriteVPDelegate;
|
|
914 |
|
|
915 |
private EndOperationDelegate onEndGetFavoriteVPDelegate;
|
|
916 |
|
|
917 |
private System.Threading.SendOrPostCallback onGetFavoriteVPCompletedDelegate;
|
|
918 |
|
|
919 |
private BeginOperationDelegate onBeginEditFavoriteVPDelegate;
|
|
920 |
|
|
921 |
private EndOperationDelegate onEndEditFavoriteVPDelegate;
|
|
922 |
|
|
923 |
private System.Threading.SendOrPostCallback onEditFavoriteVPCompletedDelegate;
|
|
924 |
|
|
925 |
private BeginOperationDelegate onBeginDelFavoriteVPDelegate;
|
|
926 |
|
|
927 |
private EndOperationDelegate onEndDelFavoriteVPDelegate;
|
|
928 |
|
|
929 |
private System.Threading.SendOrPostCallback onDelFavoriteVPCompletedDelegate;
|
|
930 |
|
800 |
931 |
private BeginOperationDelegate onBeginGetCompareRectDelegate;
|
801 |
932 |
|
802 |
933 |
private EndOperationDelegate onEndGetCompareRectDelegate;
|
... | ... | |
863 |
994 |
|
864 |
995 |
private System.Threading.SendOrPostCallback onDeleteMarkupCompletedDelegate;
|
865 |
996 |
|
|
997 |
private BeginOperationDelegate onBeginSetFavoriteVPDelegate;
|
|
998 |
|
|
999 |
private EndOperationDelegate onEndSetFavoriteVPDelegate;
|
|
1000 |
|
|
1001 |
private System.Threading.SendOrPostCallback onSetFavoriteVPCompletedDelegate;
|
|
1002 |
|
866 |
1003 |
public ServiceDeepViewClient() {
|
867 |
1004 |
}
|
868 |
1005 |
|
... | ... | |
884 |
1021 |
|
885 |
1022 |
public event System.EventHandler<GetSystemDataCompletedEventArgs> GetSystemDataCompleted;
|
886 |
1023 |
|
|
1024 |
public event System.EventHandler<GetFavoriteVPCompletedEventArgs> GetFavoriteVPCompleted;
|
|
1025 |
|
|
1026 |
public event System.EventHandler<EditFavoriteVPCompletedEventArgs> EditFavoriteVPCompleted;
|
|
1027 |
|
|
1028 |
public event System.EventHandler<DelFavoriteVPCompletedEventArgs> DelFavoriteVPCompleted;
|
|
1029 |
|
887 |
1030 |
public event System.EventHandler<GetCompareRectCompletedEventArgs> GetCompareRectCompleted;
|
888 |
1031 |
|
889 |
1032 |
public event System.EventHandler<SetFinalPDFCompletedEventArgs> SetFinalPDFCompleted;
|
... | ... | |
906 |
1049 |
|
907 |
1050 |
public event System.EventHandler<DeleteMarkupCompletedEventArgs> DeleteMarkupCompleted;
|
908 |
1051 |
|
|
1052 |
public event System.EventHandler<SetFavoriteVPCompletedEventArgs> SetFavoriteVPCompleted;
|
|
1053 |
|
909 |
1054 |
public IKCOM.KCOM_SystemInfo GetSystemData() {
|
910 |
1055 |
return base.Channel.GetSystemData();
|
911 |
1056 |
}
|
... | ... | |
954 |
1099 |
base.InvokeAsync(this.onBeginGetSystemDataDelegate, null, this.onEndGetSystemDataDelegate, this.onGetSystemDataCompletedDelegate, userState);
|
955 |
1100 |
}
|
956 |
1101 |
|
|
1102 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> GetFavoriteVP(string PrjNo, string userID, string sharepointItemID) {
|
|
1103 |
return base.Channel.GetFavoriteVP(PrjNo, userID, sharepointItemID);
|
|
1104 |
}
|
|
1105 |
|
|
1106 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
1107 |
public System.IAsyncResult BeginGetFavoriteVP(string PrjNo, string userID, string sharepointItemID, System.AsyncCallback callback, object asyncState) {
|
|
1108 |
return base.Channel.BeginGetFavoriteVP(PrjNo, userID, sharepointItemID, callback, asyncState);
|
|
1109 |
}
|
|
1110 |
|
|
1111 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
1112 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> EndGetFavoriteVP(System.IAsyncResult result) {
|
|
1113 |
return base.Channel.EndGetFavoriteVP(result);
|
|
1114 |
}
|
|
1115 |
|
|
1116 |
private System.IAsyncResult OnBeginGetFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) {
|
|
1117 |
string PrjNo = ((string)(inValues[0]));
|
|
1118 |
string userID = ((string)(inValues[1]));
|
|
1119 |
string sharepointItemID = ((string)(inValues[2]));
|
|
1120 |
return this.BeginGetFavoriteVP(PrjNo, userID, sharepointItemID, callback, asyncState);
|
|
1121 |
}
|
|
1122 |
|
|
1123 |
private object[] OnEndGetFavoriteVP(System.IAsyncResult result) {
|
|
1124 |
System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> retVal = this.EndGetFavoriteVP(result);
|
|
1125 |
return new object[] {
|
|
1126 |
retVal};
|
|
1127 |
}
|
|
1128 |
|
|
1129 |
private void OnGetFavoriteVPCompleted(object state) {
|
|
1130 |
if ((this.GetFavoriteVPCompleted != null)) {
|
|
1131 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
|
|
1132 |
this.GetFavoriteVPCompleted(this, new GetFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
|
|
1133 |
}
|
|
1134 |
}
|
|
1135 |
|
|
1136 |
public void GetFavoriteVPAsync(string PrjNo, string userID, string sharepointItemID) {
|
|
1137 |
this.GetFavoriteVPAsync(PrjNo, userID, sharepointItemID, null);
|
|
1138 |
}
|
|
1139 |
|
|
1140 |
public void GetFavoriteVPAsync(string PrjNo, string userID, string sharepointItemID, object userState) {
|
|
1141 |
if ((this.onBeginGetFavoriteVPDelegate == null)) {
|
|
1142 |
this.onBeginGetFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginGetFavoriteVP);
|
|
1143 |
}
|
|
1144 |
if ((this.onEndGetFavoriteVPDelegate == null)) {
|
|
1145 |
this.onEndGetFavoriteVPDelegate = new EndOperationDelegate(this.OnEndGetFavoriteVP);
|
|
1146 |
}
|
|
1147 |
if ((this.onGetFavoriteVPCompletedDelegate == null)) {
|
|
1148 |
this.onGetFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetFavoriteVPCompleted);
|
|
1149 |
}
|
|
1150 |
base.InvokeAsync(this.onBeginGetFavoriteVPDelegate, new object[] {
|
|
1151 |
PrjNo,
|
|
1152 |
userID,
|
|
1153 |
sharepointItemID}, this.onEndGetFavoriteVPDelegate, this.onGetFavoriteVPCompletedDelegate, userState);
|
|
1154 |
}
|
|
1155 |
|
|
1156 |
public bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description) {
|
|
1157 |
return base.Channel.EditFavoriteVP(prjNo, userID, docID, state, description);
|
|
1158 |
}
|
|
1159 |
|
|
1160 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
1161 |
public System.IAsyncResult BeginEditFavoriteVP(string prjNo, string userID, string docID, int state, string description, System.AsyncCallback callback, object asyncState) {
|
|
1162 |
return base.Channel.BeginEditFavoriteVP(prjNo, userID, docID, state, description, callback, asyncState);
|
|
1163 |
}
|
|
1164 |
|
|
1165 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
1166 |
public bool EndEditFavoriteVP(System.IAsyncResult result) {
|
|
1167 |
return base.Channel.EndEditFavoriteVP(result);
|
|
1168 |
}
|
|
1169 |
|
|
1170 |
private System.IAsyncResult OnBeginEditFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) {
|
|
1171 |
string prjNo = ((string)(inValues[0]));
|
|
1172 |
string userID = ((string)(inValues[1]));
|
|
1173 |
string docID = ((string)(inValues[2]));
|
|
1174 |
int state = ((int)(inValues[3]));
|
|
1175 |
string description = ((string)(inValues[4]));
|
|
1176 |
return this.BeginEditFavoriteVP(prjNo, userID, docID, state, description, callback, asyncState);
|
|
1177 |
}
|
|
1178 |
|
|
1179 |
private object[] OnEndEditFavoriteVP(System.IAsyncResult result) {
|
|
1180 |
bool retVal = this.EndEditFavoriteVP(result);
|
|
1181 |
return new object[] {
|
|
1182 |
retVal};
|
|
1183 |
}
|
|
1184 |
|
|
1185 |
private void OnEditFavoriteVPCompleted(object state) {
|
|
1186 |
if ((this.EditFavoriteVPCompleted != null)) {
|
|
1187 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
|
|
1188 |
this.EditFavoriteVPCompleted(this, new EditFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
|
|
1189 |
}
|
|
1190 |
}
|
|
1191 |
|
|
1192 |
public void EditFavoriteVPAsync(string prjNo, string userID, string docID, int state, string description) {
|
|
1193 |
this.EditFavoriteVPAsync(prjNo, userID, docID, state, description, null);
|
|
1194 |
}
|
|
1195 |
|
|
1196 |
public void EditFavoriteVPAsync(string prjNo, string userID, string docID, int state, string description, object userState) {
|
|
1197 |
if ((this.onBeginEditFavoriteVPDelegate == null)) {
|
|
1198 |
this.onBeginEditFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginEditFavoriteVP);
|
|
1199 |
}
|
|
1200 |
if ((this.onEndEditFavoriteVPDelegate == null)) {
|
|
1201 |
this.onEndEditFavoriteVPDelegate = new EndOperationDelegate(this.OnEndEditFavoriteVP);
|
|
1202 |
}
|
|
1203 |
if ((this.onEditFavoriteVPCompletedDelegate == null)) {
|
|
1204 |
this.onEditFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnEditFavoriteVPCompleted);
|
|
1205 |
}
|
|
1206 |
base.InvokeAsync(this.onBeginEditFavoriteVPDelegate, new object[] {
|
|
1207 |
prjNo,
|
|
1208 |
userID,
|
|
1209 |
docID,
|
|
1210 |
state,
|
|
1211 |
description}, this.onEndEditFavoriteVPDelegate, this.onEditFavoriteVPCompletedDelegate, userState);
|
|
1212 |
}
|
|
1213 |
|
|
1214 |
public bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID) {
|
|
1215 |
return base.Channel.DelFavoriteVP(prjNo, userID, SavePageNo, docID);
|
|
1216 |
}
|
|
1217 |
|
|
1218 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
1219 |
public System.IAsyncResult BeginDelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID, System.AsyncCallback callback, object asyncState) {
|
|
1220 |
return base.Channel.BeginDelFavoriteVP(prjNo, userID, SavePageNo, docID, callback, asyncState);
|
|
1221 |
}
|
|
1222 |
|
|
1223 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
1224 |
public bool EndDelFavoriteVP(System.IAsyncResult result) {
|
|
1225 |
return base.Channel.EndDelFavoriteVP(result);
|
|
1226 |
}
|
|
1227 |
|
|
1228 |
private System.IAsyncResult OnBeginDelFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) {
|
|
1229 |
string prjNo = ((string)(inValues[0]));
|
|
1230 |
string userID = ((string)(inValues[1]));
|
|
1231 |
int SavePageNo = ((int)(inValues[2]));
|
|
1232 |
string docID = ((string)(inValues[3]));
|
|
1233 |
return this.BeginDelFavoriteVP(prjNo, userID, SavePageNo, docID, callback, asyncState);
|
|
1234 |
}
|
|
1235 |
|
|
1236 |
private object[] OnEndDelFavoriteVP(System.IAsyncResult result) {
|
|
1237 |
bool retVal = this.EndDelFavoriteVP(result);
|
|
1238 |
return new object[] {
|
|
1239 |
retVal};
|
|
1240 |
}
|
|
1241 |
|
|
1242 |
private void OnDelFavoriteVPCompleted(object state) {
|
|
1243 |
if ((this.DelFavoriteVPCompleted != null)) {
|
|
1244 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
|
|
1245 |
this.DelFavoriteVPCompleted(this, new DelFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
|
|
1246 |
}
|
|
1247 |
}
|
|
1248 |
|
|
1249 |
public void DelFavoriteVPAsync(string prjNo, string userID, int SavePageNo, string docID) {
|
|
1250 |
this.DelFavoriteVPAsync(prjNo, userID, SavePageNo, docID, null);
|
|
1251 |
}
|
|
1252 |
|
|
1253 |
public void DelFavoriteVPAsync(string prjNo, string userID, int SavePageNo, string docID, object userState) {
|
|
1254 |
if ((this.onBeginDelFavoriteVPDelegate == null)) {
|
|
1255 |
this.onBeginDelFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginDelFavoriteVP);
|
|
1256 |
}
|
|
1257 |
if ((this.onEndDelFavoriteVPDelegate == null)) {
|
|
1258 |
this.onEndDelFavoriteVPDelegate = new EndOperationDelegate(this.OnEndDelFavoriteVP);
|
|
1259 |
}
|
|
1260 |
if ((this.onDelFavoriteVPCompletedDelegate == null)) {
|
|
1261 |
this.onDelFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDelFavoriteVPCompleted);
|
|
1262 |
}
|
|
1263 |
base.InvokeAsync(this.onBeginDelFavoriteVPDelegate, new object[] {
|
|
1264 |
prjNo,
|
|
1265 |
userID,
|
|
1266 |
SavePageNo,
|
|
1267 |
docID}, this.onEndDelFavoriteVPDelegate, this.onDelFavoriteVPCompletedDelegate, userState);
|
|
1268 |
}
|
|
1269 |
|
957 |
1270 |
public System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo) {
|
958 |
1271 |
return base.Channel.GetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo);
|
959 |
1272 |
}
|
... | ... | |
1529 |
1842 |
ProjectNo,
|
1530 |
1843 |
MarkupInfoID}, this.onEndDeleteMarkupDelegate, this.onDeleteMarkupCompletedDelegate, userState);
|
1531 |
1844 |
}
|
|
1845 |
|
|
1846 |
public bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag) {
|
|
1847 |
return base.Channel.SetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag);
|
|
1848 |
}
|
|
1849 |
|
|
1850 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
1851 |
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) {
|
|
1852 |
return base.Channel.BeginSetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag, callback, asyncState);
|
|
1853 |
}
|
|
1854 |
|
|
1855 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
1856 |
public bool EndSetFavoriteVP(System.IAsyncResult result) {
|
|
1857 |
return base.Channel.EndSetFavoriteVP(result);
|
|
1858 |
}
|
|
1859 |
|
|
1860 |
private System.IAsyncResult OnBeginSetFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) {
|
|
1861 |
string prjNo = ((string)(inValues[0]));
|
|
1862 |
string userID = ((string)(inValues[1]));
|
|
1863 |
string groupNo = ((string)(inValues[2]));
|
|
1864 |
string docNo = ((string)(inValues[3]));
|
|
1865 |
string rev = ((string)(inValues[4]));
|
|
1866 |
int SavePageNo = ((int)(inValues[5]));
|
|
1867 |
string documentItemID = ((string)(inValues[6]));
|
|
1868 |
string VPDescription = ((string)(inValues[7]));
|
|
1869 |
IKCOM.FAVORITE_FLAG flag = ((IKCOM.FAVORITE_FLAG)(inValues[8]));
|
|
1870 |
return this.BeginSetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag, callback, asyncState);
|
|
1871 |
}
|
|
1872 |
|
|
1873 |
private object[] OnEndSetFavoriteVP(System.IAsyncResult result) {
|
|
1874 |
bool retVal = this.EndSetFavoriteVP(result);
|
|
1875 |
return new object[] {
|
|
1876 |
retVal};
|
|
1877 |
}
|
|
1878 |
|
|
1879 |
private void OnSetFavoriteVPCompleted(object state) {
|
|
1880 |
if ((this.SetFavoriteVPCompleted != null)) {
|
|
1881 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
|
|
1882 |
this.SetFavoriteVPCompleted(this, new SetFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
|
|
1883 |
}
|
|
1884 |
}
|
|
1885 |
|
|
1886 |
public void SetFavoriteVPAsync(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag) {
|
|
1887 |
this.SetFavoriteVPAsync(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag, null);
|
|
1888 |
}
|
|
1889 |
|
|
1890 |
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) {
|
|
1891 |
if ((this.onBeginSetFavoriteVPDelegate == null)) {
|
|
1892 |
this.onBeginSetFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginSetFavoriteVP);
|
|
1893 |
}
|
|
1894 |
if ((this.onEndSetFavoriteVPDelegate == null)) {
|
|
1895 |
this.onEndSetFavoriteVPDelegate = new EndOperationDelegate(this.OnEndSetFavoriteVP);
|
|
1896 |
}
|
|
1897 |
if ((this.onSetFavoriteVPCompletedDelegate == null)) {
|
|
1898 |
this.onSetFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSetFavoriteVPCompleted);
|
|
1899 |
}
|
|
1900 |
base.InvokeAsync(this.onBeginSetFavoriteVPDelegate, new object[] {
|
|
1901 |
prjNo,
|
|
1902 |
userID,
|
|
1903 |
groupNo,
|
|
1904 |
docNo,
|
|
1905 |
rev,
|
|
1906 |
SavePageNo,
|
|
1907 |
documentItemID,
|
|
1908 |
VPDescription,
|
|
1909 |
flag}, this.onEndSetFavoriteVPDelegate, this.onSetFavoriteVPCompletedDelegate, userState);
|
|
1910 |
}
|
1532 |
1911 |
}
|
1533 |
1912 |
}
|