개정판 aa42c9c1
p_ExcptionCheck bool -> int 변경
Change-Id: If5b3229fd1eced350ccdbca6e6a489637eaf45a3
ConvertService/ServiceController/Markus.Service.StationController/ViewModel/DataBaseItemsModel.cs | ||
---|---|---|
79 | 79 |
} |
80 | 80 |
} |
81 | 81 |
|
82 |
private bool _ExcptionCheck = false;
|
|
83 |
public bool ExcptionCheck
|
|
82 |
private int? _ExcptionCheck;
|
|
83 |
public int? ExcptionCheck
|
|
84 | 84 |
{ |
85 | 85 |
get |
86 | 86 |
{ |
... | ... | |
1602 | 1602 |
public void Reset(object obj) |
1603 | 1603 |
{ |
1604 | 1604 |
SearchTimerOn = false; |
1605 |
ExcptionCheck = false;
|
|
1605 |
ExcptionCheck = null;
|
|
1606 | 1606 |
SelectedInt = 10; |
1607 | 1607 |
ProjectNumberFilter = ProjectNames[0]; |
1608 | 1608 |
UniqueKeyFilter = null; |
내보내기 Unified diff