Click or drag to resize

EmployeeFilterParameters Class

Used to filter an EmployeeList
Inheritance Hierarchy
SystemObject
  Micros.OpsEmployeeFilterParameters

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

The EmployeeFilterParameters type exposes the following members.

Constructors
 NameDescription
Public methodEmployeeFilterParametersInitializes a new instance of the EmployeeFilterParameters class
Top
Properties
 NameDescription
Public propertyCourierFilter 
Public propertyCourierFilterIndex 
Public propertyFirstName Employee first name
Public propertyIsClear Check if the filter is clear.
Public propertyIsFilterActive Filter is active.
Public propertyLastName Employee last name
Public propertyRevenueCenter Employee's revenue center.
Public propertySignedIn Employee is currently signed in.
Top
Methods
 NameDescription
Public methodClear Clear filter.
Public methodClear_EmployeeListFilter Clear Team Employee filter.
Protected methodOnPropertyChanged 
Top
Events
 NameDescription
Public eventPropertyChanged Property changed event
Top
See Also