개정판 3aafb914
Convert Service 컨트롤러 수정
Change-Id: Ie916564795c4396336fe8bbe5e962d1740398ddf
ConvertService/ServiceBase/Markus.Service.StationController/ViewModel/DataBaseByStatusViewModel.cs | ||
---|---|---|
9 | 9 |
using Markus.Message; |
10 | 10 |
using Markus.Service.StationController.Extensions; |
11 | 11 |
using Markus.Service.Interface; |
12 |
using Markus.Service.StationController.Behaviors; |
|
12 | 13 |
|
13 | 14 |
namespace Markus.Service.StationController.ViewModel |
14 | 15 |
{ |
... | ... | |
19 | 20 |
private System.Collections.ObjectModel.ObservableCollection<ConvertItem> items; |
20 | 21 |
private ConvertItem selectItem; |
21 | 22 |
|
22 |
private IEnumerable<StatusCodeType> statusType;
|
|
23 |
private StatusTypeList statusType;
|
|
23 | 24 |
private bool isLoading; |
24 | 25 |
|
25 | 26 |
public System.Collections.ObjectModel.ObservableCollection<ConvertItem> Items |
... | ... | |
41 | 42 |
} |
42 | 43 |
|
43 | 44 |
|
44 |
public IEnumerable<StatusCodeType> StatusType
|
|
45 |
public StatusTypeList StatusType
|
|
45 | 46 |
{ |
46 | 47 |
get => statusType; set |
47 | 48 |
{ |
내보내기 Unified diff