CommandResult(EErrorIds, Object, PosCoreResult) Constructor |
Constructor
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic 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