Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TypePlatJeu EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTypePlatJeu(TypePlat typePlat)
 {
     base.AddObject("TypePlatJeu", typePlat);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new TypePlat object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 public static TypePlat CreateTypePlat(global::System.Int32 id, global::System.String description)
 {
     TypePlat typePlat = new TypePlat();
     typePlat.ID = id;
     typePlat.Description = description;
     return typePlat;
 }