| | |
| | | this.Fourlinks = new List<RevitFourlink>(); |
| | | this.Nozzles = new List<RevitNozzle>(); |
| | | this.Hydrants = new List<RevitHydrant>(); |
| | | this.Coolings = new List<RevitCooling>(); |
| | | this.Meters = new List<RevitMeter>(); |
| | | this.Flowmeters = new List<RevitFlowmeter>(); |
| | | this.Pressmeters = new List<RevitPressmeter>(); |
| | |
| | | this.Fourlinks = rhs.Fourlinks; |
| | | this.Nozzles = rhs.Nozzles; |
| | | this.Hydrants = rhs.Hydrants; |
| | | this.Coolings = rhs.Coolings; |
| | | this.Meters = rhs.Meters; |
| | | this.Flowmeters = rhs.Flowmeters; |
| | | this.Pressmeters = rhs.Pressmeters; |
| | |
| | | public List<RevitHydrant> Hydrants { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 冷却塔列表 |
| | | /// </summary> |
| | | public List<RevitCooling> Coolings { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 水表 |
| | | /// </summary> |
| | | public List<RevitMeter> Meters { get; set; } |