Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PlatEnCoursJeu EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPlatEnCoursJeu(PlatEnCours platEnCours)
 {
     base.AddObject("PlatEnCoursJeu", platEnCours);
 }
Example #2
0
 /// <summary>
 /// Create a new PlatEnCours object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="commandeID">Initial value of the CommandeID property.</param>
 /// <param name="cuisinierID">Initial value of the CuisinierID property.</param>
 public static PlatEnCours CreatePlatEnCours(global::System.Int32 id, global::System.String commandeID, global::System.String cuisinierID)
 {
     PlatEnCours platEnCours = new PlatEnCours();
     platEnCours.ID = id;
     platEnCours.CommandeID = commandeID;
     platEnCours.CuisinierID = cuisinierID;
     return platEnCours;
 }