Click or drag to resize

OpsSelectionEntry(Int64, String, Int64, Object, Boolean, String) Constructor

Initializes a new instance of the OpsSelectionEntry class

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public OpsSelectionEntry(
	long number,
	string name,
	long id,
	Object data,
	bool selected,
	string imageData
)

Parameters

number  Int64
 
name  String
 
id  Int64
 
data  Object
 
selected  Boolean
 
imageData  String
 
See Also