Click or drag to resize

OpsCountSheetRequest Class

Inheritance Hierarchy

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll)
Syntax
C#
public class OpsCountSheetRequest : OpsEntryRequest

The OpsCountSheetRequest type exposes the following members.

Constructors
  NameDescription
Public methodOpsCountSheetRequest
Initializes a new instance of the OpsCountSheetRequest class
Top
Properties
Methods
  NameDescription
Public methodCalculateCount
Protected methodOnProcessCommand (Overrides OpsEntryRequestOnProcessCommand(OpsCommand).)
Public methodProcessDataGridRowSelectedCommand
This will handle editable grid row selection in HTML and assign SelectedCountSheetEntry with selected entry
Public methodRefreshPageSelectionIfRequired
Method added to Refersh the Page Selection. Code was initially in the OnProcessCommand() function but want to use it in other places as part of FPS-33651 so proceduralised it for ease of re-use.
Public methodSetNextEnabled
Top
See Also