| | |
| | | namespace HStation.WinFrmUI |
| | | using HStation.Vmo; |
| | | |
| | | namespace HStation.WinFrmUI |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | [TypeConverter(typeof(PropertySorter))] |
| | | public class HomeXhsProjectPropertyViewModel |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | public HomeXhsProjectPropertyViewModel() { } |
| | | public HomeXhsProjectPropertyViewModel() |
| | | { } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | public HomeXhsProjectPropertyViewModel(XhsProjectStdDto rhs) |
| | | public HomeXhsProjectPropertyViewModel(XhsProjectVmo rhs) |
| | | { |
| | | this.NO = rhs.NO; |
| | | this.Name = rhs.Name; |
| | |
| | | [PropertyOrder(2)] |
| | | [Browsable(true)] |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 生效时间 |
| | | /// </summary> |
| | | [DisplayName("生效时间")] |
| | | [Category("基本信息")] |
| | | [PropertyOrder(3)] |
| | | [Browsable(true)] |
| | | public string StartTime { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 失效时间 |
| | | /// </summary> |
| | | [DisplayName("失效时间")] |
| | | [Category("基本信息")] |
| | | [PropertyOrder(4)] |
| | | [Browsable(true)] |
| | | public string EndTime { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 详细地址 |
| | |
| | | public string Description { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | [Browsable(false)] |
| | | public XhsProjectStdDto Project { get; set; } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | public XhsProjectVmo Project { get; set; } |
| | | } |
| | | } |
| | | } |