Click or drag to resize

OpsCheckDetailFilterBase Class

Base class for CheckDetailFilters
Inheritance Hierarchy

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public abstract class OpsCheckDetailFilterBase : ICheckDetailFilter

The OpsCheckDetailFilterBase type exposes the following members.

Constructors
  NameDescription
Public methodOpsCheckDetailFilterBase
Constructor
Top
Properties
  NameDescription
Public propertyArguments
Extensibility arguments used to call script that determines the filter items.
Public propertyIncludeItem
True if this item should be included.
Public propertyIsExcludeFilter
True if this filter should exclude the items.
Public propertyItem
Item to be included/excluded.
Top
Methods
  NameDescription
Public methodCheckItem
Method to check for inclusion/exclusion.
Top
Fields
See Also