| | |
| | | { |
| | | list.AddRange(this.Hydrants); |
| | | } |
| | | if (this.Meters != null && this.Meters.Count > 0) |
| | | { |
| | | list.AddRange(this.Meters); |
| | | } |
| | | if (this.Flowmeters != null && this.Flowmeters.Count > 0) |
| | | { |
| | | list.AddRange(this.Flowmeters); |
| | |
| | | if (this.Translations != null && this.Translations.Count > 0) |
| | | { |
| | | list.AddRange(this.Translations); |
| | | } |
| | | if (this.Exchangers != null && this.Exchangers.Count > 0) |
| | | { |
| | | list.AddRange(this.Exchangers); |
| | | } |
| | | if (this.Pumps != null && this.Pumps.Count > 0) |
| | | { |
| | |
| | | if (this.Hydrants != null && this.Hydrants.Count > 0) |
| | | { |
| | | list.AddRange(this.Hydrants); |
| | | } |
| | | if (this.Meters != null && this.Meters.Count > 0) |
| | | { |
| | | list.AddRange(this.Meters); |
| | | } |
| | | if (this.Flowmeters != null && this.Flowmeters.Count > 0) |
| | | { |
| | |
| | | { |
| | | list.AddRange(this.Translations); |
| | | } |
| | | if (this.Exchangers != null && this.Exchangers.Count > 0) |
| | | { |
| | | list.AddRange(this.Exchangers); |
| | | } |
| | | if (this.Pumps != null && this.Pumps.Count > 0) |
| | | { |
| | | list.AddRange(this.Pumps); |
| | |
| | | if (this.Hydrants != null && this.Hydrants.Count > 0) |
| | | { |
| | | list.AddRange(this.Hydrants); |
| | | } |
| | | if (this.Meters != null && this.Meters.Count > 0) |
| | | { |
| | | list.AddRange(this.Meters); |
| | | } |
| | | if (this.Flowmeters != null && this.Flowmeters.Count > 0) |
| | | { |
| | |
| | | { |
| | | list.AddRange(this.Translations); |
| | | } |
| | | if (this.Exchangers != null && this.Exchangers.Count > 0) |
| | | { |
| | | list.AddRange(this.Exchangers); |
| | | } |
| | | |
| | | return list; |
| | | } |