개정판 d953c0ad
dev issue #1227 : default attribute mapping
Change-Id: Ibad140874add3df1e3fa651f7e6b19ec11ebf0c8
DTI_PID/APIDConverter/Form/MappingForm.cs | ||
---|---|---|
232 | 232 |
dt.Columns["Clear"].Caption = ""; |
233 | 233 |
|
234 | 234 |
gridControlAttribute.DataSource = dt; |
235 |
gridViewAttribute.Columns["APID_SYMBOL"].Visible = false; |
|
236 |
gridViewAttribute.Columns["Clear"].Visible = false; |
|
237 |
|
|
235 | 238 |
gridViewAttribute.Columns["UID"].Visible = false; |
236 | 239 |
gridViewAttribute.Columns["APID_ATTRIBUTE_TYPE"].Visible = false; |
237 | 240 |
gridViewAttribute.Columns["Property"].Visible = false; |
DTI_PID/APIDConverter/Utils/APIDUtils.cs | ||
---|---|---|
141 | 141 |
{ |
142 | 142 |
return PID.Utilities.PipeLabelHelper.GetPipeDisplayLabelFields().ToDictionary(x => x.Key, y => y.Value); |
143 | 143 |
} |
144 |
|
|
145 |
|
|
146 |
|
|
147 | 144 |
private static DataTable GetSymbolAttributes() |
148 | 145 |
{ |
149 | 146 |
DataTable dt = new DataTable(); |
... | ... | |
168 | 165 |
|
169 | 166 |
return dt; |
170 | 167 |
} |
171 |
|
|
172 | 168 |
private static DataTable GetPipeAttributes() |
173 | 169 |
{ |
174 | 170 |
DataTable dt = new DataTable(); |
... | ... | |
188 | 184 |
|
189 | 185 |
return dt; |
190 | 186 |
} |
191 |
|
|
192 | 187 |
public static DataTable GetAPIDAttributes() |
193 | 188 |
{ |
194 | 189 |
DataTable attributeTable = new DataTable(); |
내보내기 Unified diff