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
SystemObject
  Micros.OpsOpsRequest
    Micros.OpsOpsAskYesNoRequest
      Micros.OpsOpsLockUnlockWsRequest
        Micros.OpsExportReliabiltyOpsLockUnlockWsRequest

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
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
 NameDescription
Public methodToAutoTestRaisingString
(Overrides OpsAskYesNoRequestToAutoTestRaisingString)
Protected methodUnlock this method contain activities to perform when click "Unlock" button
Top
See Also