Click or drag to resize

OpsEmployeeOkCancelRequest Constructor (TranslatedText, Boolean, Boolean)

Constructor

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

Parameters

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