| | |
| | | namespace HStation.WinFrmUI |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | public class AssetsFlowmeterMainMgrViewModel |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | public AssetsFlowmeterMainMgrViewModel() { } |
| | | public AssetsFlowmeterMainMgrViewModel() |
| | | { } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | public AssetsFlowmeterMainMgrViewModel(HStation.Vmo.AssetsFlowmeterMainVmo rhs) |
| | | { |
| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | public void Reset(HStation.Vmo.AssetsFlowmeterMainVmo rhs) |
| | | { |
| | |
| | | |
| | | /// <summary> |
| | | /// id |
| | | /// </summary> |
| | | /// </summary> |
| | | [Display(Name = "ID")] |
| | | public long ID { get; set; } |
| | | |
| | |
| | | public long SeriesID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 名称 |
| | | /// 型号 |
| | | /// </summary> |
| | | [Display(Name = "名称")] |
| | | [Display(Name = "型号")] |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | public string Description { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | public HStation.Vmo.AssetsFlowmeterMainVmo Vmo { get; set; } |
| | | |
| | | } |
| | | } |
| | | } |