The ParametersConverterFacade type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ParametersConverterFacade |
Creates a new instance of the ParametersConverterFacade class.
|
Methods
Name | Description | |
---|---|---|
![]() | 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 | (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 | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | _urlParamDict | (Inherited from MultipleParametersConverter.) |