Click or drag to resize

CashierInfo(Int32, Int32, Int32, DataStoreClient, Int32) Constructor

Initializes a new instance of the CashierInfo class

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public CashierInfo(
	int cashierId,
	int cashierObjNum,
	int rvcId,
	DataStoreClient ds,
	int langId
)

Parameters

cashierId  Int32
 
cashierObjNum  Int32
 
rvcId  Int32
 
ds  DataStoreClient
 
langId  Int32
 
See Also