Click or drag to resize

EmployeeInfo Constructor (Int64, Int32, DataStoreClient, Int32)

Initializes a new instance of the EmployeeInfo class

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public EmployeeInfo(
	long employeeId,
	int employeeObjNum,
	DataStoreClient ds,
	int langId
)

Parameters

employeeId
Type: SystemInt64
employeeObjNum
Type: SystemInt32
ds
Type: DataStoreClient
langId
Type: SystemInt32
See Also