NuxeoDotNetClient  1.0.0 beta
.NET Client for Nuxeo Automation and REST API
Public Member Functions | List of all members
NuxeoClient.Adapters.QueryParams Class Reference

Represents URL the parameters to be send in a query. More...

Public Member Functions

override string ToString ()
 Creates and returns a string representation of the current QueryParams object. More...
 

Detailed Description

Represents URL the parameters to be send in a query.

Definition at line 26 of file QueryParams.cs.

Inheritance diagram for NuxeoClient.Adapters.QueryParams:

Member Function Documentation

override string NuxeoClient.Adapters.QueryParams.ToString ( )

Creates and returns a string representation of the current QueryParams object.

Returns
A string representation of the current QueryParams object.

Definition at line 32 of file QueryParams.cs.