Click or drag to resize

OpsSelectionEntry Constructor (Int64, String)

Initializes a new instance of the OpsSelectionEntry class

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public OpsSelectionEntry(
	long number,
	string name
)

Parameters

number
Type: SystemInt64
name
Type: SystemString
See Also