コード例 #1
0
ファイル: erd.Designer.cs プロジェクト: tigerss/Grow-Romania
 /// <summary>
 /// Create a new Real_Judet object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="fK_Real_SubRegiune">Initial value of the FK_Real_SubRegiune property.</param>
 /// <param name="nume">Initial value of the Nume property.</param>
 /// <param name="rezervatiiNaturale">Initial value of the RezervatiiNaturale property.</param>
 /// <param name="procentPadure">Initial value of the ProcentPadure property.</param>
 /// <param name="nrHidrocentrale">Initial value of the NrHidrocentrale property.</param>
 /// <param name="nrOrase">Initial value of the NrOrase property.</param>
 public static Real_Judet CreateReal_Judet(global::System.Byte id, global::System.Byte fK_Real_SubRegiune, global::System.String nume, global::System.Byte rezervatiiNaturale, global::System.Double procentPadure, global::System.Int32 nrHidrocentrale, global::System.Byte nrOrase)
 {
     Real_Judet real_Judet = new Real_Judet();
     real_Judet.ID = id;
     real_Judet.FK_Real_SubRegiune = fK_Real_SubRegiune;
     real_Judet.Nume = nume;
     real_Judet.RezervatiiNaturale = rezervatiiNaturale;
     real_Judet.ProcentPadure = procentPadure;
     real_Judet.NrHidrocentrale = nrHidrocentrale;
     real_Judet.NrOrase = nrOrase;
     return real_Judet;
 }
コード例 #2
0
ファイル: erd.Designer.cs プロジェクト: tigerss/Grow-Romania
 /// <summary>
 /// Deprecated Method for adding a new object to the Real_Judet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToReal_Judet(Real_Judet real_Judet)
 {
     base.AddObject("Real_Judet", real_Judet);
 }