예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the GroupeJeu EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGroupeJeu(Groupe groupe)
 {
     base.AddObject("GroupeJeu", groupe);
 }
예제 #2
0
 /// <summary>
 /// Create a new Groupe object.
 /// </summary>
 /// <param name="idGroupe">Initial value of the idGroupe property.</param>
 /// <param name="capaciteGroupe">Initial value of the capaciteGroupe property.</param>
 public static Groupe CreateGroupe(global::System.Int32 idGroupe, global::System.Int32 capaciteGroupe)
 {
     Groupe groupe = new Groupe();
     groupe.idGroupe = idGroupe;
     groupe.capaciteGroupe = capaciteGroupe;
     return groupe;
 }