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