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: 18.2
Syntax
C#
public void SelectClosedCheckEmployees(
	EmployeeInfoList empList,
	long[] employeeIds
)

Parameters

empList
Type: Micros.OpsEmployeeInfoList
List of employees to be updated
employeeIds
Type: SystemInt64
Array of employee Id's to be selected.
See Also