Beispiel #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SpecialiteJeu EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSpecialiteJeu(Specialite specialite)
 {
     base.AddObject("SpecialiteJeu", specialite);
 }
Beispiel #2
0
 /// <summary>
 /// Create a new Specialite object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="nom">Initial value of the Nom property.</param>
 /// <param name="image">Initial value of the Image property.</param>
 public static Specialite CreateSpecialite(global::System.Int32 id, global::System.String nom, global::System.String image)
 {
     Specialite specialite = new Specialite();
     specialite.ID = id;
     specialite.Nom = nom;
     specialite.Image = image;
     return specialite;
 }