Click or drag to resize

OpsContextSelectClosedCheckEmployees Method

Set employees in the closed check employee list as selected.

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public void SelectClosedCheckEmployees(
	EmployeeInfoList empList,
	long[] employeeIds
)

Parameters

empList  EmployeeInfoList
List of employees to be updated
employeeIds  Int64
Array of employee Id's to be selected.
See Also