Click or drag to resize

OpsCustomRequest(OpsContext, ListCustomInputObject, String, Object, Object, String, EventHandler) Constructor

Initializes a new instance of the OpsCustomRequest class

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.9
Syntax
C#
public 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