Exemplo n.º 1
0
 /// <summary>
 /// Create a new HR_Emp_BankAccountDetails object.
 /// </summary>
 /// <param name="employeeNumber">Initial value of the EmployeeNumber property.</param>
 /// <param name="accountNumber">Initial value of the AccountNumber property.</param>
 /// <param name="bankAccountTypeID">Initial value of the BankAccountTypeID property.</param>
 public static HR_Emp_BankAccountDetails CreateHR_Emp_BankAccountDetails(global::System.Int64 employeeNumber, global::System.Int32 accountNumber, global::System.Int32 bankAccountTypeID)
 {
     HR_Emp_BankAccountDetails hR_Emp_BankAccountDetails = new HR_Emp_BankAccountDetails();
     hR_Emp_BankAccountDetails.EmployeeNumber = employeeNumber;
     hR_Emp_BankAccountDetails.AccountNumber = accountNumber;
     hR_Emp_BankAccountDetails.BankAccountTypeID = bankAccountTypeID;
     return hR_Emp_BankAccountDetails;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the HR_Emp_BankAccountDetails EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_Emp_BankAccountDetails(HR_Emp_BankAccountDetails hR_Emp_BankAccountDetails)
 {
     base.AddObject("HR_Emp_BankAccountDetails", hR_Emp_BankAccountDetails);
 }