/// <summary> /// Create a new hs_hr_emp_directdebit object. /// </summary> /// <param name="emp_number">Initial value of the emp_number property.</param> /// <param name="dd_seqno">Initial value of the dd_seqno property.</param> /// <param name="dd_routing_num">Initial value of the dd_routing_num property.</param> /// <param name="dd_account">Initial value of the dd_account property.</param> /// <param name="dd_amount">Initial value of the dd_amount property.</param> /// <param name="dd_account_type">Initial value of the dd_account_type property.</param> /// <param name="dd_transaction_type">Initial value of the dd_transaction_type property.</param> public static hs_hr_emp_directdebit Createhs_hr_emp_directdebit(global::System.Int32 emp_number, global::System.Decimal dd_seqno, global::System.Int32 dd_routing_num, global::System.String dd_account, global::System.Decimal dd_amount, global::System.String dd_account_type, global::System.String dd_transaction_type) { hs_hr_emp_directdebit hs_hr_emp_directdebit = new hs_hr_emp_directdebit(); hs_hr_emp_directdebit.emp_number = emp_number; hs_hr_emp_directdebit.dd_seqno = dd_seqno; hs_hr_emp_directdebit.dd_routing_num = dd_routing_num; hs_hr_emp_directdebit.dd_account = dd_account; hs_hr_emp_directdebit.dd_amount = dd_amount; hs_hr_emp_directdebit.dd_account_type = dd_account_type; hs_hr_emp_directdebit.dd_transaction_type = dd_transaction_type; return hs_hr_emp_directdebit; }
/// <summary> /// Deprecated Method for adding a new object to the hs_hr_emp_directdebit EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTohs_hr_emp_directdebit(hs_hr_emp_directdebit hs_hr_emp_directdebit) { base.AddObject("hs_hr_emp_directdebit", hs_hr_emp_directdebit); }