Ejemplo n.º 1
0
 /// <summary>
 /// Create a new GetPhysician_View object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="facility">Initial value of the facility property.</param>
 /// <param name="medical_school">Initial value of the medical_school property.</param>
 /// <param name="internship">Initial value of the internship property.</param>
 /// <param name="residency">Initial value of the residency property.</param>
 /// <param name="fellowship">Initial value of the fellowship property.</param>
 /// <param name="primaryhospital">Initial value of the primaryhospital property.</param>
 /// <param name="secondaryhospital">Initial value of the secondaryhospital property.</param>
 /// <param name="apptavailability">Initial value of the apptavailability property.</param>
 /// <param name="zip_latitude">Initial value of the zip_latitude property.</param>
 /// <param name="zip_longitude">Initial value of the zip_longitude property.</param>
 /// <param name="addr_latitude">Initial value of the addr_latitude property.</param>
 /// <param name="addr_longitude">Initial value of the addr_longitude property.</param>
 public static GetPhysician_View CreateGetPhysician_View(global::System.Int32 id, global::System.String facility, global::System.String medical_school, global::System.String internship, global::System.String residency, global::System.String fellowship, global::System.String primaryhospital, global::System.String secondaryhospital, global::System.Int32 apptavailability, global::System.Single zip_latitude, global::System.Single zip_longitude, global::System.Single addr_latitude, global::System.Single addr_longitude)
 {
     GetPhysician_View getPhysician_View = new GetPhysician_View();
     getPhysician_View.id = id;
     getPhysician_View.facility = facility;
     getPhysician_View.medical_school = medical_school;
     getPhysician_View.internship = internship;
     getPhysician_View.residency = residency;
     getPhysician_View.fellowship = fellowship;
     getPhysician_View.primaryhospital = primaryhospital;
     getPhysician_View.secondaryhospital = secondaryhospital;
     getPhysician_View.apptavailability = apptavailability;
     getPhysician_View.zip_latitude = zip_latitude;
     getPhysician_View.zip_longitude = zip_longitude;
     getPhysician_View.addr_latitude = addr_latitude;
     getPhysician_View.addr_longitude = addr_longitude;
     return getPhysician_View;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the GetPhysician_View EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGetPhysician_View(GetPhysician_View getPhysician_View)
 {
     base.AddObject("GetPhysician_View", getPhysician_View);
 }