Ejemplo n.º 1
0
 /// <summary>
 /// Create a new Ocol_Silvic object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="fK_Judet">Initial value of the FK_Judet property.</param>
 /// <param name="nume">Initial value of the Nume property.</param>
 /// <param name="adresa">Initial value of the Adresa property.</param>
 /// <param name="telefon">Initial value of the Telefon property.</param>
 /// <param name="fax">Initial value of the Fax property.</param>
 /// <param name="mail">Initial value of the Mail property.</param>
 /// <param name="longitudine">Initial value of the Longitudine property.</param>
 /// <param name="latitudine">Initial value of the Latitudine property.</param>
 public static Ocol_Silvic CreateOcol_Silvic(global::System.Byte id, global::System.Byte fK_Judet, global::System.String nume, global::System.String adresa, global::System.String telefon, global::System.String fax, global::System.String mail, global::System.Double longitudine, global::System.Double latitudine)
 {
     Ocol_Silvic ocol_Silvic = new Ocol_Silvic();
     ocol_Silvic.ID = id;
     ocol_Silvic.FK_Judet = fK_Judet;
     ocol_Silvic.Nume = nume;
     ocol_Silvic.Adresa = adresa;
     ocol_Silvic.Telefon = telefon;
     ocol_Silvic.Fax = fax;
     ocol_Silvic.Mail = mail;
     ocol_Silvic.Longitudine = longitudine;
     ocol_Silvic.Latitudine = latitudine;
     return ocol_Silvic;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Ocol_Silvic EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToOcol_Silvic(Ocol_Silvic ocol_Silvic)
 {
     base.AddObject("Ocol_Silvic", ocol_Silvic);
 }