Esempio n. 1
0
 /// <summary>
 /// Create a new ANTENA object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="ip">Initial value of the ip property.</param>
 /// <param name="idAntena">Initial value of the idAntena property.</param>
 /// <param name="idPuerta">Initial value of the idPuerta property.</param>
 /// <param name="activo">Initial value of the activo property.</param>
 public static ANTENA CreateANTENA(global::System.Int32 id, global::System.String ip, global::System.String idAntena, global::System.Int32 idPuerta, global::System.Boolean activo)
 {
     ANTENA aNTENA = new ANTENA();
     aNTENA.id = id;
     aNTENA.ip = ip;
     aNTENA.idAntena = idAntena;
     aNTENA.idPuerta = idPuerta;
     aNTENA.activo = activo;
     return aNTENA;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ANTENA EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToANTENA(ANTENA aNTENA)
 {
     base.AddObject("ANTENA", aNTENA);
 }