Click or drag to resize

OpsLockUnlockWsRequest Class

Lock Unlock request message dialog. Uses Yes No dialog for rendering. This dialog should be displayed on the login screen (user should be signed out) Yes translates to SwitchRVC call (prompts for sign in) No Translates to Unlock call (prompts for authorization - sign in)
Inheritance Hierarchy

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public class OpsLockUnlockWsRequest : OpsAskYesNoRequest

The OpsLockUnlockWsRequest type exposes the following members.

Constructors
  NameDescription
Public methodOpsLockUnlockWsRequest
Constructor
Top
Properties
  NameDescription
Public propertyNoText
Translatable Text ID that will be used for the Cancel button
Public propertyYesText
Translatable Text ID that will be used for the OK button
Top
Methods
See Also