Click or drag to resize

OpsCustomRequest Constructor

Initializes a new instance of the OpsCustomRequest class

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public OpsCustomRequest(
	string resourceName,
	Object uiData,
	Object data,
	string propertyName,
	EventHandler onAsciiInput = null
)

Parameters

resourceName  String
 
uiData  Object
 
data  Object
 
propertyName  String
 
onAsciiInput  EventHandler  (Optional)
 
See Also