Click or drag to resize

CommandResult(EErrorIds, Object) Constructor

Constructor

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

Parameters

id  EErrorIds
The error ID of the error message this CommandResult should display.
data  Object
Data to associate with this CommandResult.
See Also