개정판 53880c83
issue #886: Symbol legend 생성 작업 중....
IKCOM/Interface.cs | ||
---|---|---|
1 |
using MarkupToPDF.Controls.Common; |
|
1 |
using KCOMDataModel.DataModel; |
|
2 |
using MarkupToPDF.Controls.Common; |
|
2 | 3 |
using System; |
3 | 4 |
using System.Collections.Generic; |
4 | 5 |
using System.Linq; |
... | ... | |
102 | 103 |
public bool IsPreviewUser { get; set; } |
103 | 104 |
} |
104 | 105 |
|
106 |
public class _MemberDeptColors |
|
107 |
{ |
|
108 |
public List<MEMBER_DEPT_COLOR> _memberDeptColors { get; set; } |
|
109 |
} |
|
110 |
|
|
111 |
public class _MemberDeptColorsInfo |
|
112 |
{ |
|
113 |
public List<MEMBER_DEPT_COLORINFO> _memberDeptColorsInfo { get; set; } |
|
114 |
} |
|
115 |
|
|
105 | 116 |
public class MarkupItemEx : MarkupItem |
106 | 117 |
{ |
107 | 118 |
public string MarkupInfoID { get; set; } |
108 | 119 |
public bool IsUpdate { get; set; } |
109 | 120 |
} |
110 | 121 |
|
122 |
|
|
111 | 123 |
public class VPRevision |
112 | 124 |
{ |
113 | 125 |
public string RevNo { get; set; } |
... | ... | |
140 | 152 |
public int Data_Type { get; set; } |
141 | 153 |
public string ParsingMemo { get; set; } |
142 | 154 |
public string Symbol_ID { get; set; } |
155 |
public long Group_ID { get; set; } |
|
143 | 156 |
} |
144 | 157 |
public enum SERVICE_NAME |
145 | 158 |
{ |
내보내기 Unified diff