示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Statistici_Animale EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStatistici_Animale(Statistici_Animale statistici_Animale)
 {
     base.AddObject("Statistici_Animale", statistici_Animale);
 }
示例#2
0
 /// <summary>
 /// Create a new Statistici_Animale object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="fK_Animale">Initial value of the FK_Animale 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_Apa">Initial value of the Morti_Apa property.</param>
 /// <param name="morti_Mancati">Initial value of the Morti_Mancati property.</param>
 /// <param name="morti_Brac">Initial value of the Morti_Brac property.</param>
 /// <param name="morti_Vanatoare">Initial value of the Morti_Vanatoare property.</param>
 /// <param name="fK_Usr">Initial value of the FK_Usr property.</param>
 public static Statistici_Animale CreateStatistici_Animale(global::System.Int32 id, global::System.Byte fK_Animale, 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_Apa, global::System.Int32 morti_Mancati, global::System.Int32 morti_Brac, global::System.Int32 morti_Vanatoare, global::System.Int32 fK_Usr)
 {
     Statistici_Animale statistici_Animale = new Statistici_Animale();
     statistici_Animale.ID = id;
     statistici_Animale.FK_Animale = fK_Animale;
     statistici_Animale.FK_Camp = fK_Camp;
     statistici_Animale.FK_Padure = fK_Padure;
     statistici_Animale.IsFromPadure = isFromPadure;
     statistici_Animale.Vii = vii;
     statistici_Animale.Vii_Vanduti = vii_Vanduti;
     statistici_Animale.Vii_Nascuti = vii_Nascuti;
     statistici_Animale.Vii_Cumparati = vii_Cumparati;
     statistici_Animale.Morti = morti;
     statistici_Animale.Morti_Foc = morti_Foc;
     statistici_Animale.Morti_Apa = morti_Apa;
     statistici_Animale.Morti_Mancati = morti_Mancati;
     statistici_Animale.Morti_Brac = morti_Brac;
     statistici_Animale.Morti_Vanatoare = morti_Vanatoare;
     statistici_Animale.FK_Usr = fK_Usr;
     return statistici_Animale;
 }