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