DefaultCheckDetailFilter Constructor |
Constructor
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.9
Syntaxpublic 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