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)
Syntax
C#
public FiscalBaseEventArgs(
	OpsEventType eventType,
	bool isInfoOnly,
	DataStoreClient dataStore,
	int checkNumber,
	int checkSequence
)

Parameters

eventType
Type: Micros.PosCore.Extensibility.OpsOpsEventType
isInfoOnly
Type: SystemBoolean
dataStore
Type: DataStoreClient
checkNumber
Type: SystemInt32
checkSequence
Type: SystemInt32
See Also