Inheritance: System.Data.Objects.DataClasses.EntityObject
Exemple #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the citas_terapia EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTocitas_terapia(citas_terapia citas_terapia)
 {
     base.AddObject("citas_terapia", citas_terapia);
 }
Exemple #2
0
 /// <summary>
 /// Create a new citas_terapia object.
 /// </summary>
 /// <param name="atendido">Initial value of the atendido property.</param>
 /// <param name="expediente">Initial value of the expediente property.</param>
 /// <param name="fecha">Initial value of the fecha property.</param>
 /// <param name="hora_final">Initial value of the hora_final property.</param>
 /// <param name="hora_inicio">Initial value of the hora_inicio property.</param>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="prefijo">Initial value of the prefijo property.</param>
 /// <param name="user">Initial value of the user property.</param>
 public static citas_terapia Createcitas_terapia(global::System.Boolean atendido, global::System.Int64 expediente, global::System.DateTime fecha, global::System.TimeSpan hora_final, global::System.TimeSpan hora_inicio, global::System.Int64 id, global::System.Int32 prefijo, global::System.String user)
 {
     citas_terapia citas_terapia = new citas_terapia();
     citas_terapia.atendido = atendido;
     citas_terapia.expediente = expediente;
     citas_terapia.fecha = fecha;
     citas_terapia.hora_final = hora_final;
     citas_terapia.hora_inicio = hora_inicio;
     citas_terapia.id = id;
     citas_terapia.prefijo = prefijo;
     citas_terapia.user = user;
     return citas_terapia;
 }