| | |
| | | /// </summary> |
| | | public PumpCurve(PumpCurve rhs) : base(rhs) |
| | | { |
| | | this.CurveCode = rhs.CurveCode; |
| | | this.SourceFrom = rhs.SourceFrom; |
| | | this.CreateMethod = rhs.CreateMethod; |
| | | this.CoordParas = rhs.CoordParas; |
| | | this.CurveInfo = rhs.CurveInfo; |
| | | CurveCode = rhs.CurveCode; |
| | | SourceFrom = rhs.SourceFrom; |
| | | CreateMethod = rhs.CreateMethod; |
| | | CoordParas = rhs.CoordParas; |
| | | CurveInfo = rhs.CurveInfo; |
| | | //this.PointInfo = rhs.PointInfo; |
| | | this.ReliabilityStatus = rhs.ReliabilityStatus; |
| | | this.CreateTime = rhs.CreateTime; |
| | | this.UpdateTime = rhs.UpdateTime; |
| | | this.Description = rhs.Description; |
| | | ReliabilityStatus = rhs.ReliabilityStatus; |
| | | CreateTime = rhs.CreateTime; |
| | | UpdateTime = rhs.UpdateTime; |
| | | Description = rhs.Description; |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | public void Reset(PumpCurve rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.CurveCode = rhs.CurveCode; |
| | | this.SourceFrom = rhs.SourceFrom; |
| | | this.CreateMethod = rhs.CreateMethod; |
| | | this.CoordParas = rhs.CoordParas; |
| | | this.CurveInfo = rhs.CurveInfo; |
| | | ID = rhs.ID; |
| | | CurveCode = rhs.CurveCode; |
| | | SourceFrom = rhs.SourceFrom; |
| | | CreateMethod = rhs.CreateMethod; |
| | | CoordParas = rhs.CoordParas; |
| | | CurveInfo = rhs.CurveInfo; |
| | | //this.PointInfo = rhs.PointInfo; |
| | | this.ReliabilityStatus = rhs.ReliabilityStatus; |
| | | this.CreateTime = rhs.CreateTime; |
| | | this.UpdateTime = rhs.UpdateTime; |
| | | this.Description = rhs.Description; |
| | | ReliabilityStatus = rhs.ReliabilityStatus; |
| | | CreateTime = rhs.CreateTime; |
| | | UpdateTime = rhs.UpdateTime; |
| | | Description = rhs.Description; |
| | | } |
| | | |
| | | |