Click or drag to resize

CashierFilterParameters Class

Used to filter an CashierList
Inheritance Hierarchy
SystemObject
  Micros.OpsCashierFilterParameters

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

The CashierFilterParameters type exposes the following members.

Constructors
  NameDescription
Public methodCashierFilterParameters
Initializes a new instance of the CashierFilterParameters class
Top
Properties
  NameDescription
Public propertyIsClear
Check if the filter is clear.
Public propertyIsFilterActive
Filter is active.
Public propertyName
Cashier's name
Public propertyRevenueCenter
Cashier's revenue center.
Top
Methods
  NameDescription
Public methodClear
Clear filter.
Protected methodOnPropertyChanged
Top
Events
  NameDescription
Public eventPropertyChanged
Property changed event
Top
See Also