Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Agenda EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAgenda(Agenda agenda)
 {
     base.AddObject("Agenda", agenda);
 }
Example #2
0
 /// <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;
 }