NuxeoDotNetClient
1.0.0 beta
.NET Client for Nuxeo Automation and REST API
|
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... | |
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.
NuxeoClient.Adapters.PPAdapter.PPAdapter | ( | ) |
Initializes a new instance of PPAdapter.
Definition at line 36 of file PPAdapter.cs.
PPAdapter NuxeoClient.Adapters.PPAdapter.SetPageProviderName | ( | string | name | ) |
Sets the name of the page provider.
name | The name of the page provider. |
Definition at line 45 of file PPAdapter.cs.
|
getprotected set |
Gets the name of the page provider.
Definition at line 31 of file PPAdapter.cs.