Features_PayrollGetEmployee Method |  |
Funkcia pre návrat informácií o pracovníkovi.
Namespace: Exa.OBERON.Services.OBERONAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.0)
Syntaxpublic ExaException GetEmployee(
EmployeeArg u_Employee_Args,
ref Employee urf_Employee
)
Public Function GetEmployee (
u_Employee_Args As EmployeeArg,
ByRef urf_Employee As Employee
) As ExaException
Dim instance As Features_Payroll
Dim u_Employee_Args As EmployeeArg
Dim urf_Employee As Employee
Dim returnValue As ExaException
returnValue = instance.GetEmployee(u_Employee_Args,
urf_Employee)
Parameters
- u_Employee_Args EmployeeArg
- Obsahuje pomocné filtre na identifikáciu hľadaného pracovníka.
- urf_Employee Employee
- Údaje pracovníka.
Return Value
ExaExceptionVracia načítané údaje o pracovníkovi.
See Also