The ParametersConverterFacade type exposes the following members.

Methods

  NameDescription
AddMultipleParametersToCommand
Add the multiple parameters passed to the constructor to the command parameter.
ContainOneSearchParameter
Return a boolean indicating whether there is one or more search parameters in the parameter list
ContainsOnePhraseRewriteParameter
Return a boolean indicating whether there is a phrase rewriting parameter in the parameter list
ContainsOneRelRankParameter
Return a boolean indicating whether there is one or more relevance ranking parameters in the parameter list
ContainsOneSortParameter
Return a boolean indicating whether there is one or more sort parameters in the parameter list
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.)

See Also