Click or drag to resize

TrainingEmployeeFilterParameters Class

Used to filter an EmployeeList
Inheritance Hierarchy
SystemObject
  Micros.OpsTrainingEmployeeFilterParameters

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

The TrainingEmployeeFilterParameters type exposes the following members.

Constructors
 NameDescription
Public methodTrainingEmployeeFilterParametersInitializes a new instance of the TrainingEmployeeFilterParameters class
Top
Properties
 NameDescription
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.
Protected methodOnPropertyChanged 
Top
Events
 NameDescription
Public eventPropertyChanged Property changed event
Top
See Also