/// <summary>
 /// Deprecated Method for adding a new object to the hs_hr_hsp_summary EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTohs_hr_hsp_summary(hs_hr_hsp_summary hs_hr_hsp_summary)
 {
     base.AddObject("hs_hr_hsp_summary", hs_hr_hsp_summary);
 }
 /// <summary>
 /// Create a new hs_hr_hsp_summary object.
 /// </summary>
 /// <param name="summary_id">Initial value of the summary_id property.</param>
 /// <param name="employee_id">Initial value of the employee_id property.</param>
 /// <param name="hsp_plan_id">Initial value of the hsp_plan_id property.</param>
 /// <param name="hsp_plan_year">Initial value of the hsp_plan_year property.</param>
 /// <param name="hsp_plan_status">Initial value of the hsp_plan_status property.</param>
 /// <param name="annual_limit">Initial value of the annual_limit property.</param>
 /// <param name="employer_amount">Initial value of the employer_amount property.</param>
 /// <param name="employee_amount">Initial value of the employee_amount property.</param>
 /// <param name="total_accrued">Initial value of the total_accrued property.</param>
 /// <param name="total_used">Initial value of the total_used property.</param>
 public static hs_hr_hsp_summary Createhs_hr_hsp_summary(global::System.Int32 summary_id, global::System.Int32 employee_id, global::System.SByte hsp_plan_id, global::System.Int32 hsp_plan_year, global::System.SByte hsp_plan_status, global::System.Decimal annual_limit, global::System.Decimal employer_amount, global::System.Decimal employee_amount, global::System.Decimal total_accrued, global::System.Decimal total_used)
 {
     hs_hr_hsp_summary hs_hr_hsp_summary = new hs_hr_hsp_summary();
     hs_hr_hsp_summary.summary_id = summary_id;
     hs_hr_hsp_summary.employee_id = employee_id;
     hs_hr_hsp_summary.hsp_plan_id = hsp_plan_id;
     hs_hr_hsp_summary.hsp_plan_year = hsp_plan_year;
     hs_hr_hsp_summary.hsp_plan_status = hsp_plan_status;
     hs_hr_hsp_summary.annual_limit = annual_limit;
     hs_hr_hsp_summary.employer_amount = employer_amount;
     hs_hr_hsp_summary.employee_amount = employee_amount;
     hs_hr_hsp_summary.total_accrued = total_accrued;
     hs_hr_hsp_summary.total_used = total_used;
     return hs_hr_hsp_summary;
 }