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

Represents a Page Provider (PP) Adapter, which returns the result of the query corresponding to the named PageProvider. More...

Public Member Functions

 PPAdapter ()
 Initializes a new instance of PPAdapter. More...
 
PPAdapter SetPageProviderName (string name)
 Sets the name of the page provider. More...
 
- Public Member Functions inherited from NuxeoClient.Adapters.Adapter
 Adapter (string id)
 Initializes a new instance of Adapter. More...
 
string GetEndpointSuffix ()
 Returns the endpoint suffix to the current Adapter, to be appended to other requests. More...
 

Properties

string PageProviderName [get, protected set]
 Gets the name of the page provider. More...
 
- Properties inherited from NuxeoClient.Adapters.Adapter
String Id [get, protected set]
 Gets the Adapter's ID. More...
 
String Parameters [get, set]
 Gets the adapter parameters to be sent on the request. More...
 

Detailed Description

Represents a Page Provider (PP) Adapter, which returns the result of the query corresponding to the named PageProvider.

For more details about Adapters, check Nuxeo Documentation Page.

Definition at line 26 of file PPAdapter.cs.

Inheritance diagram for NuxeoClient.Adapters.PPAdapter:
NuxeoClient.Adapters.Adapter

Constructor & Destructor Documentation

NuxeoClient.Adapters.PPAdapter.PPAdapter ( )

Initializes a new instance of PPAdapter.

Definition at line 36 of file PPAdapter.cs.

Member Function Documentation

PPAdapter NuxeoClient.Adapters.PPAdapter.SetPageProviderName ( string  name)

Sets the name of the page provider.

Parameters
nameThe name of the page provider.
Returns
The current PPAdapter instance.

Definition at line 45 of file PPAdapter.cs.

Property Documentation

string NuxeoClient.Adapters.PPAdapter.PageProviderName
getprotected set

Gets the name of the page provider.

Definition at line 31 of file PPAdapter.cs.