Click or drag to resize

TrainingEmployeeInfo Constructor (Int64, Int32, DataStoreClient, Int32)

Initializes a new instance of the TrainingEmployeeInfo class

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

Parameters

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