| | |
| | | /// </summary> |
| | | public PumpCurveExMapping(PumpCurve rhs, PumpCurveMapping mapping) : base(rhs) |
| | | { |
| | | this.MappingID = mapping.ID; |
| | | this.PumpID = mapping.PumpID; |
| | | this.OtherName = mapping.OtherName; |
| | | this.IsWorking = mapping.IsWorking; |
| | | this.SortCode = mapping.SortCode; |
| | | MappingID = mapping.ID; |
| | | PumpID = mapping.PumpID; |
| | | OtherName = mapping.OtherName; |
| | | IsWorking = mapping.IsWorking; |
| | | SortCode = mapping.SortCode; |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | public void Reset(PumpCurveExMapping rhs) |
| | | { |
| | | base.Reset(rhs); |
| | | this.MappingID = rhs.MappingID; |
| | | this.PumpID = rhs.PumpID; |
| | | this.OtherName = rhs.OtherName; |
| | | this.SortCode = rhs.SortCode; |
| | | this.IsWorking = rhs.IsWorking; |
| | | MappingID = rhs.MappingID; |
| | | PumpID = rhs.PumpID; |
| | | OtherName = rhs.OtherName; |
| | | SortCode = rhs.SortCode; |
| | | IsWorking = rhs.IsWorking; |
| | | } |
| | | |
| | | |
| | |
| | | /// </summary> |
| | | public void Reset(PumpCurveMapping rhs) |
| | | { |
| | | this.MappingID = rhs.ID; |
| | | this.PumpID = rhs.PumpID; |
| | | this.OtherName = rhs.OtherName; |
| | | this.SortCode = rhs.SortCode; |
| | | this.IsWorking = rhs.IsWorking; |
| | | MappingID = rhs.ID; |
| | | PumpID = rhs.PumpID; |
| | | OtherName = rhs.OtherName; |
| | | SortCode = rhs.SortCode; |
| | | IsWorking = rhs.IsWorking; |
| | | } |
| | | |
| | | /// <summary> |