The ParamBinding type exposes the following members.

Constructors

  NameDescription
ParamBinding
Instantiates a ParamBinding.

Methods

  NameDescription
AddUrlParamToCommandState
Update the command state to include the UrlParam's value. Used in the deconstuction of URLs.
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.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ParseDimensionValues
Parse and decode dimension values with the IEncoder to get back a list of dimension values.
ParseRangeFilters
Parse and decode range filters.
ParseValue
Parse and decode parameters in URL string.
RequiresMultipleParameters
Determine whether multiple Parameter Bindings are required to accurately reflect the command state. By default, the value is false. The search parameters (Ntt, Ntk, Ntx), sort Parameters (Ns, Nso), and relevance ranking parameters (Nrk, Nrt, Nrm, Nrr) have this set as true.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
ParamKey
The parameter key for this binding.

See Also