Click or drag to resize

EmployeeInfo(DbEmployee, DataStoreClient, Int32) Constructor

Initializes a new instance of the EmployeeInfo class

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public EmployeeInfo(
	DbEmployee emplDef,
	DataStoreClient ds,
	int langId
)

Parameters

emplDef  DbEmployee
 
ds  DataStoreClient
 
langId  Int32
 
See Also