/// <summary>
 /// Deprecated Method for adding a new object to the PortTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPortTypes(PortType portType)
 {
     base.AddObject("PortTypes", portType);
 }
 /// <summary>
 /// Create a new PortType object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static PortType CreatePortType(global::System.Int32 id, global::System.String name)
 {
     PortType portType = new PortType();
     portType.Id = id;
     portType.Name = name;
     return portType;
 }