예제 #1
0
        /// <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);
        }
예제 #2
0
 /// <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;
 }
예제 #3
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(Agendum agendum)
 {
     base.AddObject("Agenda", agendum);
 }
예제 #4
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(Agendum agendum)
 {
     base.AddObject("Agenda", agendum);
 }