コード例 #1
0
 /// <summary>
 /// Create a new HR_Cmp_SalaryGenerationDate object.
 /// </summary>
 /// <param name="generationId">Initial value of the GenerationId property.</param>
 /// <param name="companyID">Initial value of the CompanyID property.</param>
 /// <param name="generationDay">Initial value of the GenerationDay property.</param>
 public static HR_Cmp_SalaryGenerationDate CreateHR_Cmp_SalaryGenerationDate(global::System.Int32 generationId, global::System.Int64 companyID, global::System.Int16 generationDay)
 {
     HR_Cmp_SalaryGenerationDate hR_Cmp_SalaryGenerationDate = new HR_Cmp_SalaryGenerationDate();
     hR_Cmp_SalaryGenerationDate.GenerationId = generationId;
     hR_Cmp_SalaryGenerationDate.CompanyID = companyID;
     hR_Cmp_SalaryGenerationDate.GenerationDay = generationDay;
     return hR_Cmp_SalaryGenerationDate;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the HR_Cmp_SalaryGenerationDate EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_Cmp_SalaryGenerationDate(HR_Cmp_SalaryGenerationDate hR_Cmp_SalaryGenerationDate)
 {
     base.AddObject("HR_Cmp_SalaryGenerationDate", hR_Cmp_SalaryGenerationDate);
 }