/// <summary> /// Create a new Porta object. /// </summary> /// <param name="progressivo">Initial value of the Progressivo property.</param> /// <param name="codicePorta">Initial value of the CodicePorta property.</param> /// <param name="livelloHacking">Initial value of the LivelloHacking property.</param> public static Porta CreatePorta(global::System.Int64 progressivo, global::System.String codicePorta, global::System.Int64 livelloHacking) { Porta porta = new Porta(); porta.Progressivo = progressivo; porta.CodicePorta = codicePorta; porta.LivelloHacking = livelloHacking; return porta; }
/// <summary> /// Deprecated Method for adding a new object to the Portas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToPortas(Porta porta) { base.AddObject("Portas", porta); }