コード例 #1
0
 /// <summary>
 /// Create a new meeting object.
 /// </summary>
 /// <param name="idMeet">Initial value of the idMeet property.</param>
 /// <param name="nombre">Initial value of the nombre property.</param>
 /// <param name="descripcion">Initial value of the descripcion property.</param>
 /// <param name="fecha">Initial value of the fecha property.</param>
 /// <param name="longitud">Initial value of the longitud property.</param>
 /// <param name="latitud">Initial value of the latitud property.</param>
 /// <param name="userOwner">Initial value of the userOwner property.</param>
 public static meeting Createmeeting(global::System.Int32 idMeet, global::System.String nombre, global::System.String descripcion, global::System.DateTime fecha, global::System.Double longitud, global::System.Double latitud, global::System.String userOwner)
 {
     meeting meeting = new meeting();
     meeting.idMeet = idMeet;
     meeting.nombre = nombre;
     meeting.descripcion = descripcion;
     meeting.fecha = fecha;
     meeting.longitud = longitud;
     meeting.latitud = latitud;
     meeting.userOwner = userOwner;
     return meeting;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the meetings EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomeetings(meeting meeting)
 {
     base.AddObject("meetings", meeting);
 }