/// <summary> /// Create a new PlanVacunacion_FullView object. /// </summary> /// <param name="codigo">Initial value of the Codigo property.</param> /// <param name="fechaPlaneada">Initial value of the FechaPlaneada property.</param> /// <param name="fechaPlaneada_Alterada">Initial value of the FechaPlaneada_Alterada property.</param> /// <param name="patientId">Initial value of the PatientId property.</param> public static PlanVacunacion_FullView CreatePlanVacunacion_FullView(global::System.Int32 codigo, global::System.DateTime fechaPlaneada, global::System.Boolean fechaPlaneada_Alterada, global::System.Int32 patientId) { PlanVacunacion_FullView planVacunacion_FullView = new PlanVacunacion_FullView(); planVacunacion_FullView.Codigo = codigo; planVacunacion_FullView.FechaPlaneada = fechaPlaneada; planVacunacion_FullView.FechaPlaneada_Alterada = fechaPlaneada_Alterada; planVacunacion_FullView.PatientId = patientId; return planVacunacion_FullView; }
/// <summary> /// Deprecated Method for adding a new object to the PlanVacunacion_FullView EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToPlanVacunacion_FullView(PlanVacunacion_FullView planVacunacion_FullView) { base.AddObject("PlanVacunacion_FullView", planVacunacion_FullView); }