Click or drag to resize

TrainingEmployeeInfo(Int64, Int32, DataStoreClient, Int32) Constructor

Initializes a new instance of the TrainingEmployeeInfo class

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

Parameters

employeeId  Int64
 
employeeObjNum  Int32
 
ds  DataStoreClient
 
langId  Int32
 
See Also