コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Patient_Appointments_View EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPatient_Appointments_View(Patient_Appointments_View patient_Appointments_View)
 {
     base.AddObject("Patient_Appointments_View", patient_Appointments_View);
 }
コード例 #2
0
 /// <summary>
 /// Create a new Patient_Appointments_View object.
 /// </summary>
 /// <param name="patientId">Initial value of the PatientId property.</param>
 /// <param name="idProfesional">Initial value of the IdProfesional property.</param>
 /// <param name="apellido">Initial value of the Apellido property.</param>
 /// <param name="nombre">Initial value of the Nombre property.</param>
 /// <param name="appointmentId">Initial value of the AppointmentId property.</param>
 /// <param name="isExceptional">Initial value of the IsExceptional property.</param>
 public static Patient_Appointments_View CreatePatient_Appointments_View(global::System.Int32 patientId, global::System.Int32 idProfesional, global::System.String apellido, global::System.String nombre, global::System.Int32 appointmentId, global::System.Boolean isExceptional)
 {
     Patient_Appointments_View patient_Appointments_View = new Patient_Appointments_View();
     patient_Appointments_View.PatientId = patientId;
     patient_Appointments_View.IdProfesional = idProfesional;
     patient_Appointments_View.Apellido = apellido;
     patient_Appointments_View.Nombre = nombre;
     patient_Appointments_View.AppointmentId = appointmentId;
     patient_Appointments_View.IsExceptional = isExceptional;
     return patient_Appointments_View;
 }