Click or drag to resize

CheckSelectionInfo Constructor

Initializes a new instance of the CheckSelectionInfo class

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public CheckSelectionInfo(
	long checkId,
	int checkNumber,
	string checkGuid,
	string checkName,
	DateTime checkPickupDateTime,
	int ordStatusId,
	DateTime checkFireTime
)

Parameters

checkId  Int64
 
checkNumber  Int32
 
checkGuid  String
 
checkName  String
 
checkPickupDateTime  DateTime
 
ordStatusId  Int32
 
checkFireTime  DateTime
 
See Also