Click or drag to resize

FiscalBaseEventArgs Constructor

Initializes a new instance of the FiscalBaseEventArgs class

Namespace: Micros.PosCore.Extensibility.Ops
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public FiscalBaseEventArgs(
	OpsEventType eventType,
	bool isInfoOnly,
	DataStoreClient dataStore,
	DataStoreClient dataStoreEx,
	GuestCheck guestCheck,
	CheckBase checkEx
)

Parameters

eventType  OpsEventType
 
isInfoOnly  Boolean
 
dataStore  DataStoreClient
 
dataStoreEx  DataStoreClient
 
guestCheck  GuestCheck
 
checkEx  CheckBase
 
See Also