NuxeoDotNetClient
1.0.0 beta
.NET Client for Nuxeo Automation and REST API
|
Represents a WebAdapter, which transforms an input resource in another resource. An Adapter is applied to an NxEntity, and a different NxEntity is returned when a request is made to the server. More...
Public Member Functions | |
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 | 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 WebAdapter, which transforms an input resource in another resource. An Adapter is applied to an NxEntity, and a different NxEntity is returned when a request is made to the server.
For more details about Adapters, check Nuxeo Documentation Page.
Definition at line 29 of file Adapter.cs.
NuxeoClient.Adapters.Adapter.Adapter | ( | string | id | ) |
Initializes a new instance of Adapter.
id | The adapter's ID. |
Definition at line 45 of file Adapter.cs.
string NuxeoClient.Adapters.Adapter.GetEndpointSuffix | ( | ) |
Returns the endpoint suffix to the current Adapter, to be appended to other requests.
Definition at line 54 of file Adapter.cs.
|
getprotected set |
Gets the Adapter's ID.
Definition at line 34 of file Adapter.cs.
|
getsetprotected |
Gets the adapter parameters to be sent on the request.
Definition at line 39 of file Adapter.cs.