Click or drag to resize

OpsErrorRequest Class

Request Ops to display an error dialog.
Inheritance Hierarchy
SystemObject
  Micros.OpsOpsRequest
    Micros.OpsOpsErrorRequest

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.9
Syntax
C#
public class OpsErrorRequest : OpsRequest

The OpsErrorRequest type exposes the following members.

Constructors
 NameDescription
Public methodOpsErrorRequest Constructor
Top
Properties
 NameDescription
Public propertyErrorText Translatable Error Text
Public propertyForceCloseText 
Public propertyIsCacheable Set to false to indicate this request is NOT cacheable.
(Overrides OpsRequestIsCacheable)
Public propertyLoggingContext
(Overrides OpsRequestLoggingContext)
Public propertyShowForceCloseButton Show the Force Close button on the error dialog. Used for PickUp check operations that fail because of missing definitions.
Top
Methods
Fields
 NameDescription
Public fieldTranslatableErrorText Translatable Error Text Translatable String
Top
See Also