コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the HR_Emp_EstimateExemptions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_Emp_EstimateExemptions(HR_Emp_EstimateExemptions hR_Emp_EstimateExemptions)
 {
     base.AddObject("HR_Emp_EstimateExemptions", hR_Emp_EstimateExemptions);
 }
コード例 #2
0
 /// <summary>
 /// Create a new HR_Emp_EstimateExemptions object.
 /// </summary>
 /// <param name="estimateExemptionID">Initial value of the EstimateExemptionID property.</param>
 /// <param name="employeeNumber">Initial value of the EmployeeNumber property.</param>
 /// <param name="exemptionRuleID">Initial value of the ExemptionRuleID property.</param>
 /// <param name="exemptionAmount">Initial value of the ExemptionAmount property.</param>
 /// <param name="estimateTaxExemptionID">Initial value of the EstimateTaxExemptionID property.</param>
 public static HR_Emp_EstimateExemptions CreateHR_Emp_EstimateExemptions(global::System.Int32 estimateExemptionID, global::System.Int64 employeeNumber, global::System.Int32 exemptionRuleID, global::System.Decimal exemptionAmount, global::System.Int32 estimateTaxExemptionID)
 {
     HR_Emp_EstimateExemptions hR_Emp_EstimateExemptions = new HR_Emp_EstimateExemptions();
     hR_Emp_EstimateExemptions.EstimateExemptionID = estimateExemptionID;
     hR_Emp_EstimateExemptions.EmployeeNumber = employeeNumber;
     hR_Emp_EstimateExemptions.ExemptionRuleID = exemptionRuleID;
     hR_Emp_EstimateExemptions.ExemptionAmount = exemptionAmount;
     hR_Emp_EstimateExemptions.EstimateTaxExemptionID = estimateTaxExemptionID;
     return hR_Emp_EstimateExemptions;
 }