/// <summary> /// Create a new Examenes object. /// </summary> /// <param name="idAnalisis">Initial value of the idAnalisis property.</param> /// <param name="fecha">Initial value of the Fecha property.</param> /// <param name="idPersona">Initial value of the IdPersona property.</param> public static Examenes CreateExamenes(global::System.Guid idAnalisis, global::System.DateTime fecha, global::System.Guid idPersona) { Examenes examenes = new Examenes(); examenes.idAnalisis = idAnalisis; examenes.Fecha = fecha; examenes.IdPersona = idPersona; return examenes; }
/// <summary> /// Deprecated Method for adding a new object to the Examenes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToExamenes(Examenes examenes) { base.AddObject("Examenes", examenes); }