hytos / DTI_PID / SPPIDConverter / OPC / OPC_Info.cs @ dd71563c
이력 | 보기 | 이력해설 | 다운로드 (541 Bytes)
1 | 3d7ff99c | gaqhf | using System; |
---|---|---|---|
2 | using System.Collections.Generic; |
||
3 | using System.Linq; |
||
4 | using System.Text; |
||
5 | using System.Threading.Tasks; |
||
6 | |||
7 | namespace Converter.SPPID.OPC |
||
8 | { |
||
9 | public class OPC_Info |
||
10 | { |
||
11 | a80baec5 | gaqhf | public string CurrentGraphicOID { get; set; } |
12 | public string FindGraphicOID { get; set; } |
||
13 | public string FindDrawingPath { get; set; } |
||
14 | public string FindDrawingName { get; set; } |
||
15 | public string TagValue { get; set; } |
||
16 | public string CurrentRepID { get; set; } |
||
17 | public string FindRepID { get; set; } |
||
18 | 3d7ff99c | gaqhf | } |
19 | } |