Click or drag to resize

TrainingEmployeeInfo Constructor (DbEmployee, 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(
	DbEmployee emplDef,
	DataStoreClient ds,
	int langId
)

Parameters

emplDef
Type: DbEmployee
ds
Type: DataStoreClient
langId
Type: SystemInt32
See Also