프로젝트

일반

사용자정보

개정판 95e7bd84

ID95e7bd8431fcf028c86da386202c28ff956b654e
상위 cdb2c0a2
하위 ad3c4ac3

semi 이(가) 4년 이상 전에 추가함

수정사항 & Add Dialog validation 하는 중

Change-Id: Id53bbd718ea1cc5aebfc97f0216fe6a3f464ee00

차이점 보기:

ConvertService/ServiceBase/Markus.Service.StationController/Data/ConvertCOUNT.cs
25 25

  
26 26
        }
27 27

  
28
        public ConvertCOUNT(string projectNO, int count, int exception_count)
28
        public ConvertCOUNT(string projectNO, double count, double exception_count)
29 29
        {
30 30
            Project_NO = projectNO;
31 31
            Count = count;
32 32
            ExceptionCount = exception_count;
33
            StringCount = count + " / ";
33 34
        }
34 35

  
35 36
        private string _Project_NO;
......
81 82
                    OnPropertyChanged("Count");
82 83
                }
83 84
            }
84
        }  
85
        }
85 86

  
86 87

  
88
        private string  _StringCount;
89
        public string StringCount
90
        {
91
            get
92
            {
93
                return _StringCount;
94
            }
95
            set
96
            {
97
                if (_StringCount != value)
98
                {
99
                    _StringCount = value;
100
                    OnPropertyChanged("StringCount");
101
                }
102
            }
103
        }
87 104

  
88 105
    }
89 106
}

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)