The SearchParametersConverter type exposes the following members.

Constructors

  NameDescription
SearchParametersConverter
Creates a new instance of the SearchParametersConverter class.

Methods

  NameDescription
AddSearchesToCommand
Update the command state for multiple search parameters.
ConvertToSearchMode
Utility method to convert a string to a SearchMode. The string should be one of the string constants represented as MatchAll, MatchAllAny, MatchAllPartial, MatchAny, MatchBoolean, MatchPartial, MatchPartialMax.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
getParameter
Returns the UrlParam contained in the dictionary with the specified key name. If the key does not exist in the dictionary, then a null string is returned.
(Inherited from MultipleParametersConverter.)
getParameterValues
Returns the string[] for the key within the IDictionary. If the key does not exist in the dictionary, then an emptry string[] is returned.
(Inherited from MultipleParametersConverter.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
_urlParamDict
A dictionary with the KeyName as the key and the UrlParam as the value.
(Inherited from MultipleParametersConverter.)
MatchAll
Endeca API string representation of All()()().
MatchAllAny
Endeca API string representation of AllAny()()().
MatchAllPartial
Endeca API string representation of AllPartial()()().
MatchAny
Endeca API string representation of Any()()().
MatchBoolean
Endeca API string representation of Boolean()()().
MatchPartial
Endeca API string representation of Partial()()().
MatchPartialMax
Endeca API string representation of PartialMax()()().

See Also