/// <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(Agenda agenda) { base.AddObject("Agenda", agenda); }
/// <summary> /// Create a new Agenda object. /// </summary> /// <param name="idAgenda">Initial value of the IdAgenda property.</param> public static Agenda CreateAgenda(global::System.Int32 idAgenda) { Agenda agenda = new Agenda(); agenda.IdAgenda = idAgenda; return agenda; }