예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Mensajes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMensajes(Mensajes mensajes)
 {
     base.AddObject("Mensajes", mensajes);
 }
예제 #2
0
 /// <summary>
 /// Create a new Mensajes object.
 /// </summary>
 /// <param name="mensaje_Id">Initial value of the Mensaje_Id property.</param>
 /// <param name="contactoId">Initial value of the ContactoId property.</param>
 /// <param name="mensaje">Initial value of the Mensaje property.</param>
 /// <param name="emisorContactante">Initial value of the EmisorContactante property.</param>
 /// <param name="leido">Initial value of the Leido property.</param>
 /// <param name="fechaEnviado">Initial value of the FechaEnviado property.</param>
 public static Mensajes CreateMensajes(global::System.Int64 mensaje_Id, global::System.Int64 contactoId, global::System.String mensaje, global::System.Boolean emisorContactante, global::System.Boolean leido, global::System.DateTime fechaEnviado)
 {
     Mensajes mensajes = new Mensajes();
     mensajes.Mensaje_Id = mensaje_Id;
     mensajes.ContactoId = contactoId;
     mensajes.Mensaje = mensaje;
     mensajes.EmisorContactante = emisorContactante;
     mensajes.Leido = leido;
     mensajes.FechaEnviado = fechaEnviado;
     return mensajes;
 }