FilterHelperDescription Method (String, FilterKeywordRules) |
Get the localized description for the specified filter symbol with a preference for the specified data type.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string Description(
string symbol,
FilterKeywordRules typePreference
)
Public Function Description (
symbol As String,
typePreference As FilterKeywordRules
) As String
Parameters
- symbol
- Type: SystemString
The symbol for which to get the description, from FilterSyms. - typePreference
- Type: NetQuarryFilterKeywordRules
The data type being filtered.
Return Value
Type:
StringThe filter description, if item is known, else the symbol itself.
See Also