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