Click or drag to resize

BuildFilterArgs Constructor (FieldFilterFlags, String, String, String)

Fully-qualified constructor.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public BuildFilterArgs(
	FieldFilterFlags flags,
	string rawCriteria,
	string parsedOperand,
	string parsedValue
)

Parameters

flags
Type: NetQuarry.DataFieldFilterFlags
Flags specifying the form of the provided filter criteria.
rawCriteria
Type: SystemString
The raw, unprocessed filter criteria.
parsedOperand
Type: SystemString
The filter operand extracted from the raw criteria (e.g. ::startswith::).
parsedValue
Type: SystemString
The filter value extracted from the raw criteria.
See Also