ÎļþÃû´Ó Component/HStation.Report.SDK.Core/chart/curve/PumpCurveEqualEffViewModel.cs ÐÞ¸Ä |
| | |
| | | using System.Drawing; |
| | | |
| | | namespace HStation.Report |
| | | namespace Yw.DiagramFile |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | public class PumpCurveEqualEffViewModel |
| | | { |
| | | { |
| | | /// <summary> |
| | | /// æ é¢ |
| | | /// </summary> |
| | | public string Name { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// é¢è² |
| | | /// </summary> |
| | | public Color? Color { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// çæçº¿ |
| | | /// </summary> |
| | |
| | | /// <summary> |
| | | /// æ¯å¦å°é |
| | | /// </summary> |
| | | public bool IsClosed { get; set; } |
| | | public bool IsClosed { get; set; } |
| | | } |
| | | |
| | | } |
| | | } |