Inheritance: System.Data.Objects.DataClasses.EntityObject
Exemplo n.º 1
0
 /// <summary>
 /// Create a new atenciones_enfermeria object.
 /// </summary>
 /// <param name="actividad">Initial value of the actividad property.</param>
 /// <param name="enfermera">Initial value of the enfermera property.</param>
 /// <param name="expediente">Initial value of the expediente property.</param>
 /// <param name="fecha">Initial value of the fecha property.</param>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="prefijo">Initial value of the prefijo property.</param>
 public static atenciones_enfermeria Createatenciones_enfermeria(global::System.Int64 actividad, global::System.String enfermera, global::System.Int64 expediente, global::System.DateTime fecha, global::System.Int64 id, global::System.Int32 prefijo)
 {
     atenciones_enfermeria atenciones_enfermeria = new atenciones_enfermeria();
     atenciones_enfermeria.actividad = actividad;
     atenciones_enfermeria.enfermera = enfermera;
     atenciones_enfermeria.expediente = expediente;
     atenciones_enfermeria.fecha = fecha;
     atenciones_enfermeria.id = id;
     atenciones_enfermeria.prefijo = prefijo;
     return atenciones_enfermeria;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the atenciones_enfermeria EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToatenciones_enfermeria(atenciones_enfermeria atenciones_enfermeria)
 {
     base.AddObject("atenciones_enfermeria", atenciones_enfermeria);
 }