The Ntpr type exposes the following members.

Constructors

  NameDescription
Ntpr
Instantiates a ParamBinding for the Ntpr parameter.

Methods

  NameDescription
AddUrlParamToCommandState
Update the command state to include the UrlParam's value. Used in the deconstuction of URLs. See the ParamBinding class.
(Overrides ParamBinding..::.AddUrlParamToCommandState(EndecaCommand, UrlParam).)
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.
(Inherited from ParamBinding.)
ParseRangeFilters
Parse and decode range filters.
(Inherited from ParamBinding.)
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.
(Inherited from ParamBinding.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
ParamKey
Returns the string parameter for this class, which is "Ntpr".
(Overrides ParamBinding..::.ParamKey.)

See Also