ÎļþÃû´Ó WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/17-compressor/TankSingleMatchingViewModel.cs ÐÞ¸Ä |
| | |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | | this.Description = rhs.Description; |
| | | this.SortCode = rhs.SortCode; |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | | this.Description = rhs.Description; |
| | | this.Caliber = rhs.Caliber; |
| | | this.Material = rhs.Material; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.SortCode = rhs.SortCode; |
| | | this.KeyWord = string.Join(",", rhs.KeyWord); |
| | | this.Coefficient = rhs.MinorLoss; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | [DisplayName("ID")] |
| | |
| | | /// <summary> |
| | | /// å£å¾ |
| | | /// </summary> |
| | | [DisplayName("å£å¾(mm)")] |
| | | [DisplayName("å£å¾")] |
| | | [Browsable(true)] |
| | | public string Caliber { get; set; } |
| | | public double? Caliber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ææ |
| | |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å建人 |
| | | /// </summary> |
| | | [DisplayName("å建人")] |
| | | [Browsable(false)] |
| | | public string CreateName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å建æ¶é´ |
| | | /// </summary> |
| | | [DisplayName("å建æ¶é´")] |
| | | [Browsable(false)] |
| | | public string CreateTime { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è¯å«å
³é®å |
| | | /// </summary> |
| | | [DisplayName("å
³é®å")] |
| | | [Browsable(true)] |
| | | public string KeyWord { get; set; } |
| | | |
| | | /// <summary> |
| | | /// éé¨è®¾ç½® |
| | | /// </summary> |
| | | [DisplayName("éé¨è®¾ç½®")] |
| | | [Browsable(true)] |
| | | public string CompressorSetting { get; set; } |
| | | } |
| | | } |