개정판 53880c83
issue #886: Symbol legend 생성 작업 중....
KCOM/Connected Services/ServiceDeepView/Reference.cs | ||
---|---|---|
26 | 26 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))] |
27 | 27 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MEMBER))] |
28 | 28 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SIGN_INFO))] |
29 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA_GROUP))] |
|
29 | 30 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PRIVATE))] |
30 | 31 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PUBLIC))] |
31 | 32 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST_HISTORY))] |
... | ... | |
69 | 70 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))] |
70 | 71 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MEMBER))] |
71 | 72 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SIGN_INFO))] |
73 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA_GROUP))] |
|
72 | 74 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PRIVATE))] |
73 | 75 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PUBLIC))] |
74 | 76 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST_HISTORY))] |
... | ... | |
215 | 217 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.SIGN_INFO>))] |
216 | 218 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SIGN_INFO))] |
217 | 219 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER>))] |
220 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA_GROUP))] |
|
218 | 221 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PRIVATE))] |
219 | 222 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PUBLIC))] |
220 | 223 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST_HISTORY))] |
... | ... | |
598 | 601 |
|
599 | 602 |
KCOMDataModel.DataModel.DOCUMENT_ITEM EndGetDocumentItemInfo(System.IAsyncResult result); |
600 | 603 |
|
604 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfoItemsColorChange", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsColorChangeResponse")] |
|
605 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetMarkupInfoItemsColorChange(string ProjectNo, string DocInfoId, string Value, string USER_ID); |
|
606 |
|
|
607 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupInfoItemsColorChange", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsColorChangeResponse")] |
|
608 |
System.IAsyncResult BeginGetMarkupInfoItemsColorChange(string ProjectNo, string DocInfoId, string Value, string USER_ID, System.AsyncCallback callback, object asyncState); |
|
609 |
|
|
610 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetMarkupInfoItemsColorChange(System.IAsyncResult result); |
|
611 |
|
|
601 | 612 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")] |
602 | 613 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId); |
603 | 614 |
|
... | ... | |
654 | 665 |
|
655 | 666 |
bool EndSaveMarkupData(System.IAsyncResult result); |
656 | 667 |
|
668 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupDataGroup", ReplyAction="urn:ServiceDeepView/AddMarkupDataGroupResponse")] |
|
669 |
long AddMarkupDataGroup(KCOMDataModel.DataModel.MARKUP_DATA_GROUP mARKUP_DATA_GROUP, string ProjectNo); |
|
670 |
|
|
671 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMarkupDataGroup", ReplyAction="urn:ServiceDeepView/AddMarkupDataGroupResponse")] |
|
672 |
System.IAsyncResult BeginAddMarkupDataGroup(KCOMDataModel.DataModel.MARKUP_DATA_GROUP mARKUP_DATA_GROUP, string ProjectNo, System.AsyncCallback callback, object asyncState); |
|
673 |
|
|
674 |
long EndAddMarkupDataGroup(System.IAsyncResult result); |
|
675 |
|
|
676 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/UpdateMarkupDataGroup", ReplyAction="urn:ServiceDeepView/UpdateMarkupDataGroupResponse")] |
|
677 |
bool UpdateMarkupDataGroup(long Group_ID, string ProjectNo); |
|
678 |
|
|
679 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/UpdateMarkupDataGroup", ReplyAction="urn:ServiceDeepView/UpdateMarkupDataGroupResponse")] |
|
680 |
System.IAsyncResult BeginUpdateMarkupDataGroup(long Group_ID, string ProjectNo, System.AsyncCallback callback, object asyncState); |
|
681 |
|
|
682 |
bool EndUpdateMarkupDataGroup(System.IAsyncResult result); |
|
683 |
|
|
684 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/UpdateMarkupData", ReplyAction="urn:ServiceDeepView/UpdateMarkupDataResponse")] |
|
685 |
bool UpdateMarkupData(string CommentID, long Group_ID, string ProjectNo); |
|
686 |
|
|
687 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/UpdateMarkupData", ReplyAction="urn:ServiceDeepView/UpdateMarkupDataResponse")] |
|
688 |
System.IAsyncResult BeginUpdateMarkupData(string CommentID, long Group_ID, string ProjectNo, System.AsyncCallback callback, object asyncState); |
|
689 |
|
|
690 |
bool EndUpdateMarkupData(System.IAsyncResult result); |
|
691 |
|
|
657 | 692 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveSymbol", ReplyAction="urn:ServiceDeepView/SaveSymbolResponse")] |
658 | 693 |
bool SaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private); |
659 | 694 |
|
... | ... | |
830 | 865 |
|
831 | 866 |
bool EndConsolidate(System.IAsyncResult result); |
832 | 867 |
|
868 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/ConsolidateMergedPDF", ReplyAction="urn:ServiceDeepView/ConsolidateMergedPDFResponse")] |
|
869 |
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); |
|
870 |
|
|
871 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/ConsolidateMergedPDF", ReplyAction="urn:ServiceDeepView/ConsolidateMergedPDFResponse")] |
|
872 |
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); |
|
873 |
|
|
874 |
KCOM.ServiceDeepView.FinalPDFResult EndConsolidateMergedPDF(System.IAsyncResult result); |
|
875 |
|
|
833 | 876 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/TeamConsolidate", ReplyAction="urn:ServiceDeepView/TeamConsolidateResponse")] |
834 | 877 |
bool TeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems); |
835 | 878 |
|
... | ... | |
878 | 921 |
|
879 | 922 |
string EndGetSymbolData(System.IAsyncResult result); |
880 | 923 |
|
924 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolImageURL", ReplyAction="urn:ServiceDeepView/GetSymbolImageURLResponse")] |
|
925 |
string GetSymbolImageURL(string id, int type); |
|
926 |
|
|
927 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSymbolImageURL", ReplyAction="urn:ServiceDeepView/GetSymbolImageURLResponse")] |
|
928 |
System.IAsyncResult BeginGetSymbolImageURL(string id, int type, System.AsyncCallback callback, object asyncState); |
|
929 |
|
|
930 |
string EndGetSymbolImageURL(System.IAsyncResult result); |
|
931 |
|
|
881 | 932 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSignData", ReplyAction="urn:ServiceDeepView/GetSignDataResponse")] |
882 | 933 |
string GetSignData(string project_no, string user_id); |
883 | 934 |
|
... | ... | |
1169 | 1220 |
|
1170 | 1221 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1171 | 1222 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1223 |
public partial class GetMarkupInfoItemsColorChangeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
|
1224 |
|
|
1225 |
private object[] results; |
|
1226 |
|
|
1227 |
public GetMarkupInfoItemsColorChangeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
|
1228 |
base(exception, cancelled, userState) { |
|
1229 |
this.results = results; |
|
1230 |
} |
|
1231 |
|
|
1232 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> Result { |
|
1233 |
get { |
|
1234 |
base.RaiseExceptionIfNecessary(); |
|
1235 |
return ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(this.results[0])); |
|
1236 |
} |
|
1237 |
} |
|
1238 |
} |
|
1239 |
|
|
1240 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
1241 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
|
1172 | 1242 |
public partial class GetMarkupInfoItemsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1173 | 1243 |
|
1174 | 1244 |
private object[] results; |
... | ... | |
1302 | 1372 |
|
1303 | 1373 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1304 | 1374 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1375 |
public partial class AddMarkupDataGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
|
1376 |
|
|
1377 |
private object[] results; |
|
1378 |
|
|
1379 |
public AddMarkupDataGroupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
|
1380 |
base(exception, cancelled, userState) { |
|
1381 |
this.results = results; |
|
1382 |
} |
|
1383 |
|
|
1384 |
public long Result { |
|
1385 |
get { |
|
1386 |
base.RaiseExceptionIfNecessary(); |
|
1387 |
return ((long)(this.results[0])); |
|
1388 |
} |
|
1389 |
} |
|
1390 |
} |
|
1391 |
|
|
1392 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
1393 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
|
1394 |
public partial class UpdateMarkupDataGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
|
1395 |
|
|
1396 |
private object[] results; |
|
1397 |
|
|
1398 |
public UpdateMarkupDataGroupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
|
1399 |
base(exception, cancelled, userState) { |
|
1400 |
this.results = results; |
|
1401 |
} |
|
1402 |
|
|
1403 |
public bool Result { |
|
1404 |
get { |
|
1405 |
base.RaiseExceptionIfNecessary(); |
|
1406 |
return ((bool)(this.results[0])); |
|
1407 |
} |
|
1408 |
} |
|
1409 |
} |
|
1410 |
|
|
1411 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
1412 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
|
1413 |
public partial class UpdateMarkupDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
|
1414 |
|
|
1415 |
private object[] results; |
|
1416 |
|
|
1417 |
public UpdateMarkupDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
|
1418 |
base(exception, cancelled, userState) { |
|
1419 |
this.results = results; |
|
1420 |
} |
|
1421 |
|
|
1422 |
public bool Result { |
|
1423 |
get { |
|
1424 |
base.RaiseExceptionIfNecessary(); |
|
1425 |
return ((bool)(this.results[0])); |
|
1426 |
} |
|
1427 |
} |
|
1428 |
} |
|
1429 |
|
|
1430 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
1431 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
|
1305 | 1432 |
public partial class SaveSymbolCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1306 | 1433 |
|
1307 | 1434 |
private object[] results; |
... | ... | |
1720 | 1847 |
|
1721 | 1848 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1722 | 1849 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1850 |
public partial class ConsolidateMergedPDFCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
|
1851 |
|
|
1852 |
private object[] results; |
|
1853 |
|
|
1854 |
public ConsolidateMergedPDFCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
|
1855 |
base(exception, cancelled, userState) { |
|
1856 |
this.results = results; |
|
1857 |
} |
|
1858 |
|
|
1859 |
public KCOM.ServiceDeepView.FinalPDFResult Result { |
|
1860 |
get { |
|
1861 |
base.RaiseExceptionIfNecessary(); |
|
1862 |
return ((KCOM.ServiceDeepView.FinalPDFResult)(this.results[0])); |
|
1863 |
} |
|
1864 |
} |
|
1865 |
} |
|
1866 |
|
|
1867 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
1868 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
|
1723 | 1869 |
public partial class TeamConsolidateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1724 | 1870 |
|
1725 | 1871 |
private object[] results; |
... | ... | |
1834 | 1980 |
|
1835 | 1981 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
1836 | 1982 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
1983 |
public partial class GetSymbolImageURLCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
|
1984 |
|
|
1985 |
private object[] results; |
|
1986 |
|
|
1987 |
public GetSymbolImageURLCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
|
1988 |
base(exception, cancelled, userState) { |
|
1989 |
this.results = results; |
|
1990 |
} |
|
1991 |
|
|
1992 |
public string Result { |
|
1993 |
get { |
|
1994 |
base.RaiseExceptionIfNecessary(); |
|
1995 |
return ((string)(this.results[0])); |
|
1996 |
} |
|
1997 |
} |
|
1998 |
} |
|
1999 |
|
|
2000 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
2001 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
|
1837 | 2002 |
public partial class GetSignDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1838 | 2003 |
|
1839 | 2004 |
private object[] results; |
... | ... | |
2041 | 2206 |
|
2042 | 2207 |
private System.Threading.SendOrPostCallback onGetDocumentItemInfoCompletedDelegate; |
2043 | 2208 |
|
2209 |
private BeginOperationDelegate onBeginGetMarkupInfoItemsColorChangeDelegate; |
|
2210 |
|
|
2211 |
private EndOperationDelegate onEndGetMarkupInfoItemsColorChangeDelegate; |
|
2212 |
|
|
2213 |
private System.Threading.SendOrPostCallback onGetMarkupInfoItemsColorChangeCompletedDelegate; |
|
2214 |
|
|
2044 | 2215 |
private BeginOperationDelegate onBeginGetMarkupInfoItemsDelegate; |
2045 | 2216 |
|
2046 | 2217 |
private EndOperationDelegate onEndGetMarkupInfoItemsDelegate; |
... | ... | |
2083 | 2254 |
|
2084 | 2255 |
private System.Threading.SendOrPostCallback onSaveMarkupDataCompletedDelegate; |
2085 | 2256 |
|
2257 |
private BeginOperationDelegate onBeginAddMarkupDataGroupDelegate; |
|
2258 |
|
|
2259 |
private EndOperationDelegate onEndAddMarkupDataGroupDelegate; |
|
2260 |
|
|
2261 |
private System.Threading.SendOrPostCallback onAddMarkupDataGroupCompletedDelegate; |
|
2262 |
|
|
2263 |
private BeginOperationDelegate onBeginUpdateMarkupDataGroupDelegate; |
|
2264 |
|
|
2265 |
private EndOperationDelegate onEndUpdateMarkupDataGroupDelegate; |
|
2266 |
|
|
2267 |
private System.Threading.SendOrPostCallback onUpdateMarkupDataGroupCompletedDelegate; |
|
2268 |
|
|
2269 |
private BeginOperationDelegate onBeginUpdateMarkupDataDelegate; |
|
2270 |
|
|
2271 |
private EndOperationDelegate onEndUpdateMarkupDataDelegate; |
|
2272 |
|
|
2273 |
private System.Threading.SendOrPostCallback onUpdateMarkupDataCompletedDelegate; |
|
2274 |
|
|
2086 | 2275 |
private BeginOperationDelegate onBeginSaveSymbolDelegate; |
2087 | 2276 |
|
2088 | 2277 |
private EndOperationDelegate onEndSaveSymbolDelegate; |
... | ... | |
2215 | 2404 |
|
2216 | 2405 |
private System.Threading.SendOrPostCallback onConsolidateCompletedDelegate; |
2217 | 2406 |
|
2407 |
private BeginOperationDelegate onBeginConsolidateMergedPDFDelegate; |
|
2408 |
|
|
2409 |
private EndOperationDelegate onEndConsolidateMergedPDFDelegate; |
|
2410 |
|
|
2411 |
private System.Threading.SendOrPostCallback onConsolidateMergedPDFCompletedDelegate; |
|
2412 |
|
|
2218 | 2413 |
private BeginOperationDelegate onBeginTeamConsolidateDelegate; |
2219 | 2414 |
|
2220 | 2415 |
private EndOperationDelegate onEndTeamConsolidateDelegate; |
... | ... | |
2251 | 2446 |
|
2252 | 2447 |
private System.Threading.SendOrPostCallback onGetSymbolDataCompletedDelegate; |
2253 | 2448 |
|
2449 |
private BeginOperationDelegate onBeginGetSymbolImageURLDelegate; |
|
2450 |
|
|
2451 |
private EndOperationDelegate onEndGetSymbolImageURLDelegate; |
|
2452 |
|
|
2453 |
private System.Threading.SendOrPostCallback onGetSymbolImageURLCompletedDelegate; |
|
2454 |
|
|
2254 | 2455 |
private BeginOperationDelegate onBeginGetSignDataDelegate; |
2255 | 2456 |
|
2256 | 2457 |
private EndOperationDelegate onEndGetSignDataDelegate; |
... | ... | |
2336 | 2537 |
|
2337 | 2538 |
public event System.EventHandler<GetDocumentItemInfoCompletedEventArgs> GetDocumentItemInfoCompleted; |
2338 | 2539 |
|
2540 |
public event System.EventHandler<GetMarkupInfoItemsColorChangeCompletedEventArgs> GetMarkupInfoItemsColorChangeCompleted; |
|
2541 |
|
|
2339 | 2542 |
public event System.EventHandler<GetMarkupInfoItemsCompletedEventArgs> GetMarkupInfoItemsCompleted; |
2340 | 2543 |
|
2341 | 2544 |
public event System.EventHandler<GetSyncMarkupInfoItemsCompletedEventArgs> GetSyncMarkupInfoItemsCompleted; |
... | ... | |
2350 | 2553 |
|
2351 | 2554 |
public event System.EventHandler<SaveMarkupDataCompletedEventArgs> SaveMarkupDataCompleted; |
2352 | 2555 |
|
2556 |
public event System.EventHandler<AddMarkupDataGroupCompletedEventArgs> AddMarkupDataGroupCompleted; |
|
2557 |
|
|
2558 |
public event System.EventHandler<UpdateMarkupDataGroupCompletedEventArgs> UpdateMarkupDataGroupCompleted; |
|
2559 |
|
|
2560 |
public event System.EventHandler<UpdateMarkupDataCompletedEventArgs> UpdateMarkupDataCompleted; |
|
2561 |
|
|
2353 | 2562 |
public event System.EventHandler<SaveSymbolCompletedEventArgs> SaveSymbolCompleted; |
2354 | 2563 |
|
2355 | 2564 |
public event System.EventHandler<AddPublicSymbolCompletedEventArgs> AddPublicSymbolCompleted; |
... | ... | |
2394 | 2603 |
|
2395 | 2604 |
public event System.EventHandler<ConsolidateCompletedEventArgs> ConsolidateCompleted; |
2396 | 2605 |
|
2606 |
public event System.EventHandler<ConsolidateMergedPDFCompletedEventArgs> ConsolidateMergedPDFCompleted; |
|
2607 |
|
|
2397 | 2608 |
public event System.EventHandler<TeamConsolidateCompletedEventArgs> TeamConsolidateCompleted; |
2398 | 2609 |
|
2399 | 2610 |
public event System.EventHandler<GetMemberCompletedEventArgs> GetMemberCompleted; |
... | ... | |
2406 | 2617 |
|
2407 | 2618 |
public event System.EventHandler<GetSymbolDataCompletedEventArgs> GetSymbolDataCompleted; |
2408 | 2619 |
|
2620 |
public event System.EventHandler<GetSymbolImageURLCompletedEventArgs> GetSymbolImageURLCompleted; |
|
2621 |
|
|
2409 | 2622 |
public event System.EventHandler<GetSignDataCompletedEventArgs> GetSignDataCompleted; |
2410 | 2623 |
|
2411 | 2624 |
public event System.EventHandler<GetProjectNameCompletedEventArgs> GetProjectNameCompleted; |
... | ... | |
3058 | 3271 |
param}, this.onEndGetDocumentItemInfoDelegate, this.onGetDocumentItemInfoCompletedDelegate, userState); |
3059 | 3272 |
} |
3060 | 3273 |
|
3274 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetMarkupInfoItemsColorChange(string ProjectNo, string DocInfoId, string Value, string USER_ID) { |
|
3275 |
return base.Channel.GetMarkupInfoItemsColorChange(ProjectNo, DocInfoId, Value, USER_ID); |
|
3276 |
} |
|
3277 |
|
|
3278 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
3279 |
public System.IAsyncResult BeginGetMarkupInfoItemsColorChange(string ProjectNo, string DocInfoId, string Value, string USER_ID, System.AsyncCallback callback, object asyncState) { |
|
3280 |
return base.Channel.BeginGetMarkupInfoItemsColorChange(ProjectNo, DocInfoId, Value, USER_ID, callback, asyncState); |
|
3281 |
} |
|
3282 |
|
|
3283 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
3284 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetMarkupInfoItemsColorChange(System.IAsyncResult result) { |
|
3285 |
return base.Channel.EndGetMarkupInfoItemsColorChange(result); |
|
3286 |
} |
|
3287 |
|
|
3288 |
private System.IAsyncResult OnBeginGetMarkupInfoItemsColorChange(object[] inValues, System.AsyncCallback callback, object asyncState) { |
|
3289 |
string ProjectNo = ((string)(inValues[0])); |
|
3290 |
string DocInfoId = ((string)(inValues[1])); |
|
3291 |
string Value = ((string)(inValues[2])); |
|
3292 |
string USER_ID = ((string)(inValues[3])); |
|
3293 |
return this.BeginGetMarkupInfoItemsColorChange(ProjectNo, DocInfoId, Value, USER_ID, callback, asyncState); |
|
3294 |
} |
|
3295 |
|
|
3296 |
private object[] OnEndGetMarkupInfoItemsColorChange(System.IAsyncResult result) { |
|
3297 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> retVal = this.EndGetMarkupInfoItemsColorChange(result); |
|
3298 |
return new object[] { |
|
3299 |
retVal}; |
|
3300 |
} |
|
3301 |
|
|
3302 |
private void OnGetMarkupInfoItemsColorChangeCompleted(object state) { |
|
3303 |
if ((this.GetMarkupInfoItemsColorChangeCompleted != null)) { |
|
3304 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
|
3305 |
this.GetMarkupInfoItemsColorChangeCompleted(this, new GetMarkupInfoItemsColorChangeCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
|
3306 |
} |
|
3307 |
} |
|
3308 |
|
|
3309 |
public void GetMarkupInfoItemsColorChangeAsync(string ProjectNo, string DocInfoId, string Value, string USER_ID) { |
|
3310 |
this.GetMarkupInfoItemsColorChangeAsync(ProjectNo, DocInfoId, Value, USER_ID, null); |
|
3311 |
} |
|
3312 |
|
|
3313 |
public void GetMarkupInfoItemsColorChangeAsync(string ProjectNo, string DocInfoId, string Value, string USER_ID, object userState) { |
|
3314 |
if ((this.onBeginGetMarkupInfoItemsColorChangeDelegate == null)) { |
|
3315 |
this.onBeginGetMarkupInfoItemsColorChangeDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupInfoItemsColorChange); |
|
3316 |
} |
|
3317 |
if ((this.onEndGetMarkupInfoItemsColorChangeDelegate == null)) { |
|
3318 |
this.onEndGetMarkupInfoItemsColorChangeDelegate = new EndOperationDelegate(this.OnEndGetMarkupInfoItemsColorChange); |
|
3319 |
} |
|
3320 |
if ((this.onGetMarkupInfoItemsColorChangeCompletedDelegate == null)) { |
|
3321 |
this.onGetMarkupInfoItemsColorChangeCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupInfoItemsColorChangeCompleted); |
|
3322 |
} |
|
3323 |
base.InvokeAsync(this.onBeginGetMarkupInfoItemsColorChangeDelegate, new object[] { |
|
3324 |
ProjectNo, |
|
3325 |
DocInfoId, |
|
3326 |
Value, |
|
3327 |
USER_ID}, this.onEndGetMarkupInfoItemsColorChangeDelegate, this.onGetMarkupInfoItemsColorChangeCompletedDelegate, userState); |
|
3328 |
} |
|
3329 |
|
|
3061 | 3330 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId) { |
3062 | 3331 |
return base.Channel.GetMarkupInfoItems(ProjectNo, DocInfoId); |
3063 | 3332 |
} |
... | ... | |
3442 | 3711 |
mlmarkup_data}, this.onEndSaveMarkupDataDelegate, this.onSaveMarkupDataCompletedDelegate, userState1); |
3443 | 3712 |
} |
3444 | 3713 |
|
3714 |
public long AddMarkupDataGroup(KCOMDataModel.DataModel.MARKUP_DATA_GROUP mARKUP_DATA_GROUP, string ProjectNo) { |
|
3715 |
return base.Channel.AddMarkupDataGroup(mARKUP_DATA_GROUP, ProjectNo); |
|
3716 |
} |
|
3717 |
|
|
3718 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
3719 |
public System.IAsyncResult BeginAddMarkupDataGroup(KCOMDataModel.DataModel.MARKUP_DATA_GROUP mARKUP_DATA_GROUP, string ProjectNo, System.AsyncCallback callback, object asyncState) { |
|
3720 |
return base.Channel.BeginAddMarkupDataGroup(mARKUP_DATA_GROUP, ProjectNo, callback, asyncState); |
|
3721 |
} |
|
3722 |
|
|
3723 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
3724 |
public long EndAddMarkupDataGroup(System.IAsyncResult result) { |
|
3725 |
return base.Channel.EndAddMarkupDataGroup(result); |
|
3726 |
} |
|
3727 |
|
|
3728 |
private System.IAsyncResult OnBeginAddMarkupDataGroup(object[] inValues, System.AsyncCallback callback, object asyncState) { |
|
3729 |
KCOMDataModel.DataModel.MARKUP_DATA_GROUP mARKUP_DATA_GROUP = ((KCOMDataModel.DataModel.MARKUP_DATA_GROUP)(inValues[0])); |
|
3730 |
string ProjectNo = ((string)(inValues[1])); |
|
3731 |
return this.BeginAddMarkupDataGroup(mARKUP_DATA_GROUP, ProjectNo, callback, asyncState); |
|
3732 |
} |
|
3733 |
|
|
3734 |
private object[] OnEndAddMarkupDataGroup(System.IAsyncResult result) { |
|
3735 |
long retVal = this.EndAddMarkupDataGroup(result); |
|
3736 |
return new object[] { |
|
3737 |
retVal}; |
|
3738 |
} |
|
3739 |
|
|
3740 |
private void OnAddMarkupDataGroupCompleted(object state) { |
|
3741 |
if ((this.AddMarkupDataGroupCompleted != null)) { |
|
3742 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
|
3743 |
this.AddMarkupDataGroupCompleted(this, new AddMarkupDataGroupCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
|
3744 |
} |
|
3745 |
} |
|
3746 |
|
|
3747 |
public void AddMarkupDataGroupAsync(KCOMDataModel.DataModel.MARKUP_DATA_GROUP mARKUP_DATA_GROUP, string ProjectNo) { |
|
3748 |
this.AddMarkupDataGroupAsync(mARKUP_DATA_GROUP, ProjectNo, null); |
|
3749 |
} |
|
3750 |
|
|
3751 |
public void AddMarkupDataGroupAsync(KCOMDataModel.DataModel.MARKUP_DATA_GROUP mARKUP_DATA_GROUP, string ProjectNo, object userState) { |
|
3752 |
if ((this.onBeginAddMarkupDataGroupDelegate == null)) { |
|
3753 |
this.onBeginAddMarkupDataGroupDelegate = new BeginOperationDelegate(this.OnBeginAddMarkupDataGroup); |
|
3754 |
} |
|
3755 |
if ((this.onEndAddMarkupDataGroupDelegate == null)) { |
|
3756 |
this.onEndAddMarkupDataGroupDelegate = new EndOperationDelegate(this.OnEndAddMarkupDataGroup); |
|
3757 |
} |
|
3758 |
if ((this.onAddMarkupDataGroupCompletedDelegate == null)) { |
|
3759 |
this.onAddMarkupDataGroupCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMarkupDataGroupCompleted); |
|
3760 |
} |
|
3761 |
base.InvokeAsync(this.onBeginAddMarkupDataGroupDelegate, new object[] { |
|
3762 |
mARKUP_DATA_GROUP, |
|
3763 |
ProjectNo}, this.onEndAddMarkupDataGroupDelegate, this.onAddMarkupDataGroupCompletedDelegate, userState); |
|
3764 |
} |
|
3765 |
|
|
3766 |
public bool UpdateMarkupDataGroup(long Group_ID, string ProjectNo) { |
|
3767 |
return base.Channel.UpdateMarkupDataGroup(Group_ID, ProjectNo); |
|
3768 |
} |
|
3769 |
|
|
3770 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
3771 |
public System.IAsyncResult BeginUpdateMarkupDataGroup(long Group_ID, string ProjectNo, System.AsyncCallback callback, object asyncState) { |
|
3772 |
return base.Channel.BeginUpdateMarkupDataGroup(Group_ID, ProjectNo, callback, asyncState); |
|
3773 |
} |
|
3774 |
|
|
3775 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
3776 |
public bool EndUpdateMarkupDataGroup(System.IAsyncResult result) { |
|
3777 |
return base.Channel.EndUpdateMarkupDataGroup(result); |
|
3778 |
} |
|
3779 |
|
|
3780 |
private System.IAsyncResult OnBeginUpdateMarkupDataGroup(object[] inValues, System.AsyncCallback callback, object asyncState) { |
|
3781 |
long Group_ID = ((long)(inValues[0])); |
|
3782 |
string ProjectNo = ((string)(inValues[1])); |
|
3783 |
return this.BeginUpdateMarkupDataGroup(Group_ID, ProjectNo, callback, asyncState); |
|
3784 |
} |
|
3785 |
|
|
3786 |
private object[] OnEndUpdateMarkupDataGroup(System.IAsyncResult result) { |
|
3787 |
bool retVal = this.EndUpdateMarkupDataGroup(result); |
|
3788 |
return new object[] { |
|
3789 |
retVal}; |
|
3790 |
} |
|
3791 |
|
|
3792 |
private void OnUpdateMarkupDataGroupCompleted(object state) { |
|
3793 |
if ((this.UpdateMarkupDataGroupCompleted != null)) { |
|
3794 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
|
3795 |
this.UpdateMarkupDataGroupCompleted(this, new UpdateMarkupDataGroupCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
|
3796 |
} |
|
3797 |
} |
|
3798 |
|
|
3799 |
public void UpdateMarkupDataGroupAsync(long Group_ID, string ProjectNo) { |
|
3800 |
this.UpdateMarkupDataGroupAsync(Group_ID, ProjectNo, null); |
|
3801 |
} |
|
3802 |
|
|
3803 |
public void UpdateMarkupDataGroupAsync(long Group_ID, string ProjectNo, object userState) { |
|
3804 |
if ((this.onBeginUpdateMarkupDataGroupDelegate == null)) { |
|
3805 |
this.onBeginUpdateMarkupDataGroupDelegate = new BeginOperationDelegate(this.OnBeginUpdateMarkupDataGroup); |
|
3806 |
} |
|
3807 |
if ((this.onEndUpdateMarkupDataGroupDelegate == null)) { |
|
3808 |
this.onEndUpdateMarkupDataGroupDelegate = new EndOperationDelegate(this.OnEndUpdateMarkupDataGroup); |
|
3809 |
} |
|
3810 |
if ((this.onUpdateMarkupDataGroupCompletedDelegate == null)) { |
|
3811 |
this.onUpdateMarkupDataGroupCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnUpdateMarkupDataGroupCompleted); |
|
3812 |
} |
|
3813 |
base.InvokeAsync(this.onBeginUpdateMarkupDataGroupDelegate, new object[] { |
|
3814 |
Group_ID, |
|
3815 |
ProjectNo}, this.onEndUpdateMarkupDataGroupDelegate, this.onUpdateMarkupDataGroupCompletedDelegate, userState); |
|
3816 |
} |
|
3817 |
|
|
3818 |
public bool UpdateMarkupData(string CommentID, long Group_ID, string ProjectNo) { |
|
3819 |
return base.Channel.UpdateMarkupData(CommentID, Group_ID, ProjectNo); |
|
3820 |
} |
|
3821 |
|
|
3822 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
3823 |
public System.IAsyncResult BeginUpdateMarkupData(string CommentID, long Group_ID, string ProjectNo, System.AsyncCallback callback, object asyncState) { |
|
3824 |
return base.Channel.BeginUpdateMarkupData(CommentID, Group_ID, ProjectNo, callback, asyncState); |
|
3825 |
} |
|
3826 |
|
|
3827 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
3828 |
public bool EndUpdateMarkupData(System.IAsyncResult result) { |
|
3829 |
return base.Channel.EndUpdateMarkupData(result); |
|
3830 |
} |
|
3831 |
|
|
3832 |
private System.IAsyncResult OnBeginUpdateMarkupData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
|
3833 |
string CommentID = ((string)(inValues[0])); |
|
3834 |
long Group_ID = ((long)(inValues[1])); |
|
3835 |
string ProjectNo = ((string)(inValues[2])); |
|
3836 |
return this.BeginUpdateMarkupData(CommentID, Group_ID, ProjectNo, callback, asyncState); |
|
3837 |
} |
|
3838 |
|
|
3839 |
private object[] OnEndUpdateMarkupData(System.IAsyncResult result) { |
|
3840 |
bool retVal = this.EndUpdateMarkupData(result); |
|
3841 |
return new object[] { |
|
3842 |
retVal}; |
|
3843 |
} |
|
3844 |
|
|
3845 |
private void OnUpdateMarkupDataCompleted(object state) { |
|
3846 |
if ((this.UpdateMarkupDataCompleted != null)) { |
|
3847 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
|
3848 |
this.UpdateMarkupDataCompleted(this, new UpdateMarkupDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
|
3849 |
} |
|
3850 |
} |
|
3851 |
|
|
3852 |
public void UpdateMarkupDataAsync(string CommentID, long Group_ID, string ProjectNo) { |
|
3853 |
this.UpdateMarkupDataAsync(CommentID, Group_ID, ProjectNo, null); |
|
3854 |
} |
|
3855 |
|
|
3856 |
public void UpdateMarkupDataAsync(string CommentID, long Group_ID, string ProjectNo, object userState) { |
|
3857 |
if ((this.onBeginUpdateMarkupDataDelegate == null)) { |
|
3858 |
this.onBeginUpdateMarkupDataDelegate = new BeginOperationDelegate(this.OnBeginUpdateMarkupData); |
|
3859 |
} |
|
3860 |
if ((this.onEndUpdateMarkupDataDelegate == null)) { |
|
3861 |
this.onEndUpdateMarkupDataDelegate = new EndOperationDelegate(this.OnEndUpdateMarkupData); |
|
3862 |
} |
|
3863 |
if ((this.onUpdateMarkupDataCompletedDelegate == null)) { |
|
3864 |
this.onUpdateMarkupDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnUpdateMarkupDataCompleted); |
|
3865 |
} |
|
3866 |
base.InvokeAsync(this.onBeginUpdateMarkupDataDelegate, new object[] { |
|
3867 |
CommentID, |
|
3868 |
Group_ID, |
|
3869 |
ProjectNo}, this.onEndUpdateMarkupDataDelegate, this.onUpdateMarkupDataCompletedDelegate, userState); |
|
3870 |
} |
|
3871 |
|
|
3445 | 3872 |
public bool SaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private) { |
3446 | 3873 |
return base.Channel.SaveSymbol(symbol_private); |
3447 | 3874 |
} |
... | ... | |
4600 | 5027 |
markupInfoItems}, this.onEndConsolidateDelegate, this.onConsolidateCompletedDelegate, userState); |
4601 | 5028 |
} |
4602 | 5029 |
|
5030 |
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) { |
|
5031 |
return base.Channel.ConsolidateMergedPDF(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID); |
|
5032 |
} |
|
5033 |
|
|
5034 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
5035 |
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) { |
|
5036 |
return base.Channel.BeginConsolidateMergedPDF(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID, callback, asyncState); |
|
5037 |
} |
|
5038 |
|
|
5039 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
5040 |
public KCOM.ServiceDeepView.FinalPDFResult EndConsolidateMergedPDF(System.IAsyncResult result) { |
|
5041 |
return base.Channel.EndConsolidateMergedPDF(result); |
|
5042 |
} |
|
5043 |
|
|
5044 |
private System.IAsyncResult OnBeginConsolidateMergedPDF(object[] inValues, System.AsyncCallback callback, object asyncState) { |
|
5045 |
string project_no = ((string)(inValues[0])); |
|
5046 |
string _user_id = ((string)(inValues[1])); |
|
5047 |
string _doc_id = ((string)(inValues[2])); |
|
5048 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems = ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(inValues[3])); |
|
5049 |
string ProjectNo = ((string)(inValues[4])); |
|
5050 |
string DocInfoID = ((string)(inValues[5])); |
|
5051 |
string CreateUserID = ((string)(inValues[6])); |
|
5052 |
return this.BeginConsolidateMergedPDF(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID, callback, asyncState); |
|
5053 |
} |
|
5054 |
|
|
5055 |
private object[] OnEndConsolidateMergedPDF(System.IAsyncResult result) { |
|
5056 |
KCOM.ServiceDeepView.FinalPDFResult retVal = this.EndConsolidateMergedPDF(result); |
|
5057 |
return new object[] { |
|
5058 |
retVal}; |
|
5059 |
} |
|
5060 |
|
|
5061 |
private void OnConsolidateMergedPDFCompleted(object state) { |
|
5062 |
if ((this.ConsolidateMergedPDFCompleted != null)) { |
|
5063 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
|
5064 |
this.ConsolidateMergedPDFCompleted(this, new ConsolidateMergedPDFCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
|
5065 |
} |
|
5066 |
} |
|
5067 |
|
|
5068 |
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) { |
|
5069 |
this.ConsolidateMergedPDFAsync(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID, null); |
|
5070 |
} |
|
5071 |
|
|
5072 |
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) { |
|
5073 |
if ((this.onBeginConsolidateMergedPDFDelegate == null)) { |
|
5074 |
this.onBeginConsolidateMergedPDFDelegate = new BeginOperationDelegate(this.OnBeginConsolidateMergedPDF); |
|
5075 |
} |
|
5076 |
if ((this.onEndConsolidateMergedPDFDelegate == null)) { |
|
5077 |
this.onEndConsolidateMergedPDFDelegate = new EndOperationDelegate(this.OnEndConsolidateMergedPDF); |
|
5078 |
} |
|
5079 |
if ((this.onConsolidateMergedPDFCompletedDelegate == null)) { |
|
5080 |
this.onConsolidateMergedPDFCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnConsolidateMergedPDFCompleted); |
|
5081 |
} |
|
5082 |
base.InvokeAsync(this.onBeginConsolidateMergedPDFDelegate, new object[] { |
|
5083 |
project_no, |
|
5084 |
_user_id, |
|
5085 |
_doc_id, |
|
5086 |
markupInfoItems, |
|
5087 |
ProjectNo, |
|
5088 |
DocInfoID, |
|
5089 |
CreateUserID}, this.onEndConsolidateMergedPDFDelegate, this.onConsolidateMergedPDFCompletedDelegate, userState); |
|
5090 |
} |
|
5091 |
|
|
4603 | 5092 |
public bool TeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) { |
4604 | 5093 |
return base.Channel.TeamConsolidate(project_no, _user_id, _doc_id, markupInfoItems); |
4605 | 5094 |
} |
... | ... | |
4908 | 5397 |
type}, this.onEndGetSymbolDataDelegate, this.onGetSymbolDataCompletedDelegate, userState); |
4909 | 5398 |
} |
4910 | 5399 |
|
5400 |
public string GetSymbolImageURL(string id, int type) { |
|
5401 |
return base.Channel.GetSymbolImageURL(id, type); |
|
5402 |
} |
|
5403 |
|
|
5404 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
5405 |
public System.IAsyncResult BeginGetSymbolImageURL(string id, int type, System.AsyncCallback callback, object asyncState) { |
|
5406 |
return base.Channel.BeginGetSymbolImageURL(id, type, callback, asyncState); |
|
5407 |
} |
|
5408 |
|
|
5409 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
|
5410 |
public string EndGetSymbolImageURL(System.IAsyncResult result) { |
|
5411 |
return base.Channel.EndGetSymbolImageURL(result); |
|
5412 |
} |
|
5413 |
|
|
5414 |
private System.IAsyncResult OnBeginGetSymbolImageURL(object[] inValues, System.AsyncCallback callback, object asyncState) { |
|
5415 |
string id = ((string)(inValues[0])); |
|
5416 |
int type = ((int)(inValues[1])); |
|
5417 |
return this.BeginGetSymbolImageURL(id, type, callback, asyncState); |
|
5418 |
} |
|
5419 |
|
|
5420 |
private object[] OnEndGetSymbolImageURL(System.IAsyncResult result) { |
|
5421 |
string retVal = this.EndGetSymbolImageURL(result); |
|
5422 |
return new object[] { |
|
5423 |
retVal}; |
|
5424 |
} |
|
5425 |
|
|
5426 |
private void OnGetSymbolImageURLCompleted(object state) { |
|
5427 |
if ((this.GetSymbolImageURLCompleted != null)) { |
|
5428 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
|
5429 |
this.GetSymbolImageURLCompleted(this, new GetSymbolImageURLCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
|
5430 |
} |
|
5431 |
} |
|
5432 |
|
|
5433 |
public void GetSymbolImageURLAsync(string id, int type) { |
|
5434 |
this.GetSymbolImageURLAsync(id, type, null); |
|
5435 |
} |
|
5436 |
|
|
5437 |
public void GetSymbolImageURLAsync(string id, int type, object userState) { |
|
5438 |
if ((this.onBeginGetSymbolImageURLDelegate == null)) { |
|
5439 |
this.onBeginGetSymbolImageURLDelegate = new BeginOperationDelegate(this.OnBeginGetSymbolImageURL); |
|
5440 |
} |
|
5441 |
if ((this.onEndGetSymbolImageURLDelegate == null)) { |
|
5442 |
this.onEndGetSymbolImageURLDelegate = new EndOperationDelegate(this.OnEndGetSymbolImageURL); |
|
5443 |
} |
|
5444 |
if ((this.onGetSymbolImageURLCompletedDelegate == null)) { |
|
5445 |
this.onGetSymbolImageURLCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSymbolImageURLCompleted); |
|
5446 |
} |
|
5447 |
base.InvokeAsync(this.onBeginGetSymbolImageURLDelegate, new object[] { |
|
5448 |
id, |
|
5449 |
type}, this.onEndGetSymbolImageURLDelegate, this.onGetSymbolImageURLCompletedDelegate, userState); |
|
5450 |
} |
|
5451 |
|
|
4911 | 5452 |
public string GetSignData(string project_no, string user_id) { |
4912 | 5453 |
return base.Channel.GetSignData(project_no, user_id); |
4913 | 5454 |
} |
내보내기 Unified diff