Click or drag to resize

OpsProgressRequest Class

Request Ops display a progress dialog.
Inheritance Hierarchy
SystemObject
  Micros.OpsOpsRequest
    Micros.OpsOpsProgressRequest

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

The OpsProgressRequest type exposes the following members.

Constructors
 NameDescription
Public methodOpsProgressRequest Constructor
Top
Properties
 NameDescription
Public propertyAsynchronousRequest Set to true if this request is to be asynchronous.
(Overrides OpsRequestAsynchronousRequest)
Public propertyMaximum Progress display maximum value.
Public propertyMinimum Progress display minimum value.
Public propertyStep Current progress display step.
Public propertyText Translated text string.
Public propertyTitle Title translated text.
Top
Fields
 NameDescription
Public fieldTranslatableText Text translatable string.
Public fieldTranslatableTitle Title translatable string.
Top
See Also