Click or drag to resize

DefaultCheckDetailFilter Constructor

Constructor

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.9
Syntax
C#
public DefaultCheckDetailFilter(
	OpsContext opsContext,
	string arguments,
	bool isExcludeFilter
)

Parameters

opsContext  OpsContext
OpsContext object
arguments  String
Extensibility arguments used to call script that determines the filter items.
isExcludeFilter  Boolean
This filter should exclude the items.
See Also