Click or drag to resize

OrderDeviceFilterParameters Class

Used to filter an OrderDeviceList
Inheritance Hierarchy
SystemObject
  Micros.OpsOrderDeviceFilterParameters

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

The OrderDeviceFilterParameters type exposes the following members.

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