/// <summary>
 /// Deprecated Method for adding a new object to the PlatformOS EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPlatformOS(PlatformO platformO)
 {
     base.AddObject("PlatformOS", platformO);
 }
 /// <summary>
 /// Create a new PlatformO object.
 /// </summary>
 /// <param name="platformOSID">Initial value of the PlatformOSID property.</param>
 /// <param name="shortName">Initial value of the ShortName property.</param>
 public static PlatformO CreatePlatformO(global::System.String platformOSID, global::System.String shortName)
 {
     PlatformO platformO = new PlatformO();
     platformO.PlatformOSID = platformOSID;
     platformO.ShortName = shortName;
     return platformO;
 }