C# Class BridgeStack.QueryHelpers

Extension methods for the IQuery interface.
Datei anzeigen Open project: bevacqua/BridgeStack

Public Methods

Method Description
WithDefault ( this query, IDefaults defaults ) : IQuery

Updates query string parameters with defaults values, if not overridden.

Method Details

WithDefault() public static method

Updates query string parameters with defaults values, if not overridden.
public static WithDefault ( this query, IDefaults defaults ) : IQuery
query this The query string parameters object.
defaults IDefaults The client defaults.
return IQuery