コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the T_Recette EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToT_Recette(T_Recette t_Recette)
 {
     base.AddObject("T_Recette", t_Recette);
 }
コード例 #2
0
 /// <summary>
 /// Create a new T_Recette object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="nom">Initial value of the nom property.</param>
 /// <param name="introduction">Initial value of the introduction property.</param>
 /// <param name="realisation">Initial value of the realisation property.</param>
 /// <param name="createurID">Initial value of the createurID property.</param>
 /// <param name="temps_prepa">Initial value of the temps_prepa property.</param>
 public static T_Recette CreateT_Recette(global::System.Int64 id, global::System.String nom, global::System.String introduction, global::System.String realisation, global::System.Int64 createurID, global::System.Int32 temps_prepa)
 {
     T_Recette t_Recette = new T_Recette();
     t_Recette.id = id;
     t_Recette.nom = nom;
     t_Recette.introduction = introduction;
     t_Recette.realisation = realisation;
     t_Recette.createurID = createurID;
     t_Recette.temps_prepa = temps_prepa;
     return t_Recette;
 }