Click or drag to resize

ICheckDetailFilter Interface

Check Detail Filter interface

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

The ICheckDetailFilter type exposes the following members.

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 items.
Public propertyItem
Item to be included/excluded.
Top
Methods
  NameDescription
Public methodCheckItem
Method to check for inclusion/exclusion.
Top
See Also