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

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...
 

Detailed Description

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.

Inheritance diagram for NuxeoClient.Adapters.Adapter:
NuxeoClient.Adapters.AclAdapter NuxeoClient.Adapters.AuditAdapter NuxeoClient.Adapters.BlobAdapter NuxeoClient.Adapters.BusinessAdapter NuxeoClient.Adapters.ChildrenAdapter NuxeoClient.Adapters.ConvertAdapter NuxeoClient.Adapters.PPAdapter NuxeoClient.Adapters.RenditionAdapter NuxeoClient.Adapters.SearchAdapter NuxeoClient.Adapters.TaskAdapter NuxeoClient.Adapters.WorkflowAdapter

Constructor & Destructor Documentation

NuxeoClient.Adapters.Adapter.Adapter ( string  id)

Initializes a new instance of Adapter.

Parameters
idThe adapter's ID.

Definition at line 45 of file Adapter.cs.

Member Function Documentation

string NuxeoClient.Adapters.Adapter.GetEndpointSuffix ( )

Returns the endpoint suffix to the current Adapter, to be appended to other requests.

Returns
A string with the endpoint suffix.

Definition at line 54 of file Adapter.cs.

Property Documentation

String NuxeoClient.Adapters.Adapter.Id
getprotected set

Gets the Adapter's ID.

Definition at line 34 of file Adapter.cs.

String NuxeoClient.Adapters.Adapter.Parameters
getsetprotected

Gets the adapter parameters to be sent on the request.

Definition at line 39 of file Adapter.cs.