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
)
Public Sub New (
text As String,
op As FilterOp,
filterSymbol As String,
inverseSymbol As String,
rules As FilterKeywordRules,
description As String
)
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