Click or drag to resize

OpsEmployeeOkCancelRequest(TranslatedText, Boolean, Boolean) Constructor

Constructor

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public OpsEmployeeOkCancelRequest(
	TranslatedText tt,
	bool showAllAssignedRVC,
	bool performSelectAndOkAsSingleOperation
)

Parameters

tt  TranslatedText
Translated text instance to use when translating dialog text.
showAllAssignedRVC  Boolean
Show all RVC employee can be assigned to.
performSelectAndOkAsSingleOperation  Boolean
Single tap/click will select the row and perform ok operation - in most cases will open a new edit dialog
See Also