Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Statistici_Plante EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStatistici_Plante(Statistici_Plante statistici_Plante)
 {
     base.AddObject("Statistici_Plante", statistici_Plante);
 }
Example #2
0
 /// <summary>
 /// Create a new Statistici_Plante object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="fK_Plante">Initial value of the FK_Plante property.</param>
 /// <param name="fK_Camp">Initial value of the FK_Camp property.</param>
 /// <param name="fK_Padure">Initial value of the FK_Padure property.</param>
 /// <param name="isFromPadure">Initial value of the IsFromPadure property.</param>
 /// <param name="vii">Initial value of the Vii property.</param>
 /// <param name="vii_Vanduti">Initial value of the Vii_Vanduti property.</param>
 /// <param name="vii_Nascuti">Initial value of the Vii_Nascuti property.</param>
 /// <param name="vii_Cumparati">Initial value of the Vii_Cumparati property.</param>
 /// <param name="morti">Initial value of the Morti property.</param>
 /// <param name="morti_Foc">Initial value of the Morti_Foc property.</param>
 /// <param name="morti_Taiati">Initial value of the Morti_Taiati property.</param>
 public static Statistici_Plante CreateStatistici_Plante(global::System.Int32 id, global::System.Byte fK_Plante, global::System.Int32 fK_Camp, global::System.Int32 fK_Padure, global::System.Boolean isFromPadure, global::System.Int32 vii, global::System.Int32 vii_Vanduti, global::System.Int32 vii_Nascuti, global::System.Int32 vii_Cumparati, global::System.Int32 morti, global::System.Int32 morti_Foc, global::System.Int32 morti_Taiati)
 {
     Statistici_Plante statistici_Plante = new Statistici_Plante();
     statistici_Plante.ID = id;
     statistici_Plante.FK_Plante = fK_Plante;
     statistici_Plante.FK_Camp = fK_Camp;
     statistici_Plante.FK_Padure = fK_Padure;
     statistici_Plante.IsFromPadure = isFromPadure;
     statistici_Plante.Vii = vii;
     statistici_Plante.Vii_Vanduti = vii_Vanduti;
     statistici_Plante.Vii_Nascuti = vii_Nascuti;
     statistici_Plante.Vii_Cumparati = vii_Cumparati;
     statistici_Plante.Morti = morti;
     statistici_Plante.Morti_Foc = morti_Foc;
     statistici_Plante.Morti_Taiati = morti_Taiati;
     return statistici_Plante;
 }