Click or drag to resize

FilterKeyword Constructor

The complete constructor.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public FilterKeyword(
	string text,
	FilterOp op,
	string filterSymbol,
	string inverseSymbol,
	FilterKeywordRules rules,
	string description
)

Parameters

text
Type: SystemString
The localized text for the keyword.
op
Type: NetQuarryFilterOp
The operation enumeration.
filterSymbol
Type: SystemString
The platform keyword symbol, from FilterSyms, for the keyword.
inverseSymbol
Type: SystemString
The platform keyword symbol for the inverse of this item, from FilterSyms.
rules
Type: NetQuarryFilterKeywordRules
The filtering rules that apply to the keyword.
description
Type: SystemString
The localized text description for the keyword.
See Also