/// <summary> /// Create a new Agendum object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="data">Initial value of the data property.</param> /// <param name="hora">Initial value of the hora property.</param> public static Agendum CreateAgendum(global::System.Int32 id, global::System.String data, global::System.String hora) { Agendum agendum = new Agendum(); agendum.ID = id; agendum.data = data; agendum.hora = hora; return(agendum); }
/// <summary> /// Create a new Agendum object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="data">Initial value of the data property.</param> /// <param name="hora">Initial value of the hora property.</param> public static Agendum CreateAgendum(global::System.Int32 id, global::System.String data, global::System.String hora) { Agendum agendum = new Agendum(); agendum.ID = id; agendum.data = data; agendum.hora = hora; return agendum; }
/// <summary> /// Deprecated Method for adding a new object to the Agenda EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAgenda(Agendum agendum) { base.AddObject("Agenda", agendum); }