/// <summary> /// Deprecated Method for adding a new object to the hs_hr_hsp EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTohs_hr_hsp(hs_hr_hsp hs_hr_hsp) { base.AddObject("hs_hr_hsp", hs_hr_hsp); }
/// <summary> /// Create a new hs_hr_hsp object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="employee_id">Initial value of the employee_id property.</param> /// <param name="hsp_value">Initial value of the hsp_value property.</param> /// <param name="total_acrued">Initial value of the total_acrued property.</param> /// <param name="amount_per_day">Initial value of the amount_per_day property.</param> public static hs_hr_hsp Createhs_hr_hsp(global::System.Int32 id, global::System.Int32 employee_id, global::System.Decimal hsp_value, global::System.Decimal total_acrued, global::System.Decimal amount_per_day) { hs_hr_hsp hs_hr_hsp = new hs_hr_hsp(); hs_hr_hsp.id = id; hs_hr_hsp.employee_id = employee_id; hs_hr_hsp.hsp_value = hsp_value; hs_hr_hsp.total_acrued = total_acrued; hs_hr_hsp.amount_per_day = amount_per_day; return hs_hr_hsp; }