The SortParametersConverter type exposes the following members.

Constructors

  NameDescription
SortParametersConverter
Creates a new instance of the SortParametersConverter class.

Methods

  NameDescription
AddSortsToCommand
Update the command state for multiple sort parameters.
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.)

See Also