コード例 #1
0
 /// <summary>
 /// Create a new PLA_EMPLEADOS object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="cIA_Codigo">Initial value of the CIA_Codigo property.</param>
 /// <param name="eMP_Numero">Initial value of the EMP_Numero property.</param>
 /// <param name="eMP_Identificacion">Initial value of the EMP_Identificacion property.</param>
 /// <param name="pUE_ID">Initial value of the PUE_ID property.</param>
 /// <param name="dEP_ID">Initial value of the DEP_ID property.</param>
 /// <param name="eMP_FechaIngreso">Initial value of the EMP_FechaIngreso property.</param>
 /// <param name="eMP_FechaNacimiento">Initial value of the EMP_FechaNacimiento property.</param>
 /// <param name="eMP_SalarioXHora">Initial value of the EMP_SalarioXHora property.</param>
 /// <param name="eMP_SalarioMensual">Initial value of the EMP_SalarioMensual property.</param>
 /// <param name="eMP_SalarioDiario">Initial value of the EMP_SalarioDiario property.</param>
 /// <param name="bAN_ID">Initial value of the BAN_ID property.</param>
 /// <param name="tIP_ID">Initial value of the TIP_ID property.</param>
 /// <param name="nAC_ID">Initial value of the NAC_ID property.</param>
 /// <param name="eMP_TIPOPAGO">Initial value of the EMP_TIPOPAGO property.</param>
 /// <param name="eMP_Eliminado">Initial value of the EMP_Eliminado property.</param>
 /// <param name="eMP_CursoBasico">Initial value of the EMP_CursoBasico property.</param>
 /// <param name="eMP_PermisoPortacion">Initial value of the EMP_PermisoPortacion property.</param>
 /// <param name="eMP_ExamenPsicologico">Initial value of the EMP_ExamenPsicologico property.</param>
 public static PLA_EMPLEADOS CreatePLA_EMPLEADOS(global::System.Double id, global::System.String cIA_Codigo, global::System.Double eMP_Numero, global::System.String eMP_Identificacion, global::System.Double pUE_ID, global::System.Double dEP_ID, global::System.DateTime eMP_FechaIngreso, global::System.DateTime eMP_FechaNacimiento, global::System.Double eMP_SalarioXHora, global::System.Double eMP_SalarioMensual, global::System.Double eMP_SalarioDiario, global::System.Double bAN_ID, global::System.Double tIP_ID, global::System.Double nAC_ID, global::System.String eMP_TIPOPAGO, global::System.String eMP_Eliminado, global::System.Double eMP_CursoBasico, global::System.Double eMP_PermisoPortacion, global::System.Double eMP_ExamenPsicologico)
 {
     PLA_EMPLEADOS pLA_EMPLEADOS = new PLA_EMPLEADOS();
     pLA_EMPLEADOS.ID = id;
     pLA_EMPLEADOS.CIA_Codigo = cIA_Codigo;
     pLA_EMPLEADOS.EMP_Numero = eMP_Numero;
     pLA_EMPLEADOS.EMP_Identificacion = eMP_Identificacion;
     pLA_EMPLEADOS.PUE_ID = pUE_ID;
     pLA_EMPLEADOS.DEP_ID = dEP_ID;
     pLA_EMPLEADOS.EMP_FechaIngreso = eMP_FechaIngreso;
     pLA_EMPLEADOS.EMP_FechaNacimiento = eMP_FechaNacimiento;
     pLA_EMPLEADOS.EMP_SalarioXHora = eMP_SalarioXHora;
     pLA_EMPLEADOS.EMP_SalarioMensual = eMP_SalarioMensual;
     pLA_EMPLEADOS.EMP_SalarioDiario = eMP_SalarioDiario;
     pLA_EMPLEADOS.BAN_ID = bAN_ID;
     pLA_EMPLEADOS.TIP_ID = tIP_ID;
     pLA_EMPLEADOS.NAC_ID = nAC_ID;
     pLA_EMPLEADOS.EMP_TIPOPAGO = eMP_TIPOPAGO;
     pLA_EMPLEADOS.EMP_Eliminado = eMP_Eliminado;
     pLA_EMPLEADOS.EMP_CursoBasico = eMP_CursoBasico;
     pLA_EMPLEADOS.EMP_PermisoPortacion = eMP_PermisoPortacion;
     pLA_EMPLEADOS.EMP_ExamenPsicologico = eMP_ExamenPsicologico;
     return pLA_EMPLEADOS;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PLA_EMPLEADOS EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPLA_EMPLEADOS(PLA_EMPLEADOS pLA_EMPLEADOS)
 {
     base.AddObject("PLA_EMPLEADOS", pLA_EMPLEADOS);
 }