Click or drag to resize

DefaultCheckDetailFilter Constructor

Constructor

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

Parameters

opsContext
Type: Micros.OpsOpsContext
OpsContext object
arguments
Type: SystemString
Extensibility arguments used to call script that determines the filter items.
isExcludeFilter
Type: SystemBoolean
This filter should exclude the items.
See Also