OpsCustomRequest(OpsContext, ListCustomInputObject, String, Object, Object, String, EventHandler) Constructor |
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.9
Syntaxpublic OpsCustomRequest(
OpsContext opsContext,
List<CustomInputObject> buttonList,
string resourceName,
Object uiData,
Object data,
string propertyName,
EventHandler onAsciiInput = null
)
Parameters
- opsContext OpsContext
-
- buttonList ListCustomInputObject
-
- resourceName String
-
- uiData Object
-
- data Object
-
- propertyName String
-
- onAsciiInput EventHandler (Optional)
-
See Also