/// <summary> /// Returns a ConduitType list with the type of all ports associated to this instance. /// </summary> public List <ConduitType> GetPortTypes() { return(PortList.Select(x => x.ConduitType).ToList()); }