Click or drag to resize

CommandResult(EErrorIds, Object, PosCoreResult) Constructor

Constructor

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public CommandResult(
	EErrorIds id,
	Object data,
	PosCoreResult posCoreRslt
)

Parameters

id  EErrorIds
The error ID of the error message this CommandResult should display.
data  Object
Data to associate with this CommandResult.
posCoreRslt  PosCoreResult
The inner or source POS core result.
See Also