Click or drag to resize

CommandResult Constructor (EErrorIds, Object, PosCoreResult)

Constructor

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

Parameters

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